LearnPress <= 4.1.4 - Authenticated (Administrator+) Path Traversal to Arbitrary File Read via 'import-user-file' Parameter
Strategic Overview
- Status
- Patched in 4.1.5
- Affected Plugin
- LearnPress – Backup & Migration Tool
- Affected Version
<= 4.1.4- CVSS
- 4.9Medium
- Weakness type
- CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
- CVE
CVE-2026-7565
At a glance
CVE-2026-7565 is a medium-severity Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in the LearnPress WordPress plugin, affecting versions <= 4.1.4. It carries a CVSS score of 4.9 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires an authenticated account at Administrator level or above. The issue is fixed in version 4.1.5; sites on affected versions should update now. Disclosed June 2026, reported by Wannes Verwimp.
Vulnerability Overview
The LearnPress – Backup & Migration Tool plugin for WordPress is vulnerable to Arbitrary File Read via Directory Traversal in all versions up to, and including, 4.1.4 via the 'import-user-file' parameter parameter. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
LearnPress <= 4.1.4 carries this weakness at import-user-file, and reaching it takes an account at Administrator level or above. Path traversal happens when user-controlled text is used to build a filesystem path without being constrained to an intended directory, so sequences like ../ walk the resolved path somewhere else.
Depending on the operation, it means reading files outside the intended folder — wp-config.php being the usual target — or writing to and deleting paths the web server can touch. For LearnPress the fix is 4.1.5: builds <= 4.1.4 are affected, anything from 4.1.5 onward is not.
Remediation
Update to version 4.1.5, or a newer patched version
How does WordSec protect against this?
An attacker needs Administrator access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: LearnPress 4.1.5 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in LearnPress – Backup & Migration Tool
- 9.1CVE-2024-31241: LearnPress Export Import <= 4.0.3 SQL Injection
CVE-2024-31241 - 8.1CVE-2025-60200: LearnPress Export Import <= 4.1.2 Local File Inclusion
CVE-2025-60200 - 6.6CVE-2026-7566: LearnPress PHP Object Injection
CVE-2026-7566 - 6.1CVE-2025-49992: LearnPress Export Import <= 4.0.9 Reflected XSS
CVE-2025-49992 - 6.1CVE-2024-9609: LearnPress Export Import Reflected XSS
CVE-2024-9609 - 6.1CVE-2024-32588: LearnPress Export Import <= 4.0.3 Reflected XSS
CVE-2024-32588 - 5.4CVE-2023-30487: LearnPress - Export/Import Courses Reflected XSS
CVE-2023-30487 - 4.8CVE-2026-1787: LearnPress Export Import Missing Authentication
CVE-2026-1787
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C