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 22.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.
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).
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)