CVE-2025-69411
Published: 05 March 2026
Summary
CVE-2025-69411 is a high-severity Path Traversal (CWE-22) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8.5% of CVEs by exploit likelihood; 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-2025-69411 is a path traversal vulnerability (CWE-22) affecting the ionCube tester plus WordPress plugin by Robert Seyfriedsberger. The flaw stems from improper limitation of pathnames to restricted directories and impacts all versions through 1.3, enabling unauthorized access to files on the underlying server.
Unauthenticated remote attackers can exploit the issue over the network with low complexity to read arbitrary files, resulting in high confidentiality impact without requiring user interaction or credentials. The CVSS 7.5 score reflects this exposure in publicly reachable WordPress installations.
The Patchstack advisory at the provided reference URL catalogs the issue as an arbitrary file download vulnerability in the plugin. EPSS for the CVE rose from a low baseline to a peak of 0.1227 on 2026-04-20 before receding to the current value of 0.0683, indicating a temporary increase in exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-208309
Vulnerability details
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Robert Seyfriedsberger ionCube tester plus ioncube-tester-plus allows Path Traversal.This issue affects ionCube tester plus: from n/a through <= 1.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing WordPress plugin directly enables remote exploitation (T1190) and arbitrary local file access/download (T1005).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents path traversal by requiring validation of user-supplied pathnames to ensure they remain within restricted directories.
SI-2 requires timely identification, reporting, and correction of software flaws like this path traversal vulnerability in the ioncube-tester-plus plugin.
AC-3 enforces logical access controls that limit file access to authorized paths, mitigating unauthorized file reads resulting from path traversal.