CVE-2026-3585
Published: 10 March 2026
Summary
CVE-2026-3585 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-3585 is a path traversal vulnerability (CWE-22) affecting The Events Calendar plugin for WordPress in all versions up to and including 6.15.17. The issue resides in the 'ajax_create_import' function, enabling attackers to bypass intended file access restrictions and read arbitrary files stored on the server. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), highlighting high confidentiality impact with low complexity and no privileges required according to the vector, though exploitation details specify authentication requirements.
Authenticated attackers with Author-level access or higher can exploit this vulnerability remotely over the network. By sending crafted requests to the 'ajax_create_import' function, they can traverse directory paths to access and exfiltrate the contents of sensitive files on the web server, such as configuration files, credentials, or other proprietary data.
Mitigation guidance is available in related advisories, including those from Wordfence (https://www.wordfence.com/threat-intel/vulnerabilities/id/92e404ab-fe2b-45b3-b8ff-672f7888b747?source=cve) and CleanTalk research (https://research.cleantalk.org/cve-2026-3585/), as well as the vulnerable source code at https://plugins.trac.wordpress.org/browser/the-events-calendar/tags/6.15.17/src/Tribe/Aggregator/Tabs/New.php#L466. Security practitioners should update to a plugin version beyond 6.15.17 where the issue has been addressed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10470
Vulnerability details
The The Events Calendar plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 6.15.17 via the 'ajax_create_import' function. This makes it possible for authenticated attackers, with Author-level access and above, to read the contents…
more
of arbitrary files on the server, which can contain sensitive information.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing WordPress plugin enables remote file read (T1190 exploitation vector; T1005 arbitrary local file access; T1552.001 credential/config file exfiltration).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the path traversal vulnerability by requiring timely patching of the vulnerable Events Calendar plugin versions up to 6.15.17.
Requires validation of inputs to the ajax_create_import function to block path traversal payloads that enable arbitrary file reads.
Enforces least privilege to restrict Author-level users from accessing plugin functions that could be exploited for unauthorized file disclosure.