E2Pdf <= 1.32.26 - Missing Authorization to Authenticated (Custom+) Arbitrary Option Update / Privilege Escalation via 'screen_action' Parameter
Strategic Overview
- Status
- Patched in 1.32.31
- Affected Plugin
- E2Pdf – Export Pdf Tool for WordPress
- Affected Version
<= 1.32.26- CVSS
- 8.8High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-12407
At a glance
CVE-2026-12407 is a high-severity Missing Authorization vulnerability in the E2Pdf WordPress plugin, affecting versions <= 1.32.26. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Custom level or above. The issue is fixed in version 1.32.31; sites on affected versions should update now. Disclosed June 2026, reported by endy.
Vulnerability Overview
The E2Pdf – Export Pdf Tool for WordPress plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 1.32.26. This is due to the screen_action() function lacking a dedicated capability check and nonce verification — when invoked via the ?action=screen routing path the controller's index_action() nonce gate is bypassed entirely — while reading an attacker-controlled option name and value from $_POST['wp_screen_options'] and passing them directly to update_option() with no allowlist, relying solely on the page-level e2pdf_templates capability which the plugin's own Permissions UI allows administrators to grant to any role including Subscriber, Contributor, Author, or Editor. This makes it possible for authenticated attackers, with a custom role that has been granted the e2pdf_templates capability, to overwrite arbitrary WordPress options such as default_role and thereby escalate their privileges to administrator.
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, integrity, availability — full site compromise territory.
CWE-862: Missing Authorization
E2Pdf <= 1.32.26 carries this weakness at wp_screen_options, and reaching it takes an account at Custom level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For E2Pdf the fix is 1.32.31: builds <= 1.32.26 are affected, anything from 1.32.31 onward is not.
Remediation
Update to version 1.32.31, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: E2Pdf 1.32.31 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in E2Pdf – Export Pdf Tool for WordPress
- 8.1CVE-2026-66710: E2Pdf – Export Pdf Tool for WordPress <= 1.32.40 LFI
CVE-2026-66710 - 7.2CVE-2023-6826: E2Pdf <= 1.20.25 Arbitrary File Upload
CVE-2023-6826 - 7.2CVE-2023-46154: E2Pdf <= 1.20.18 PHP Object Injection
CVE-2023-46154 - 6.6CVE-2023-50849: E2Pdf <= 1.20.23 SQL Injection
CVE-2023-50849 - 6.4CVE-2026-7650: E2Pdf – Export Pdf Tool for WordPress Stored XSS
CVE-2026-7650 - 6.4CVE-2025-62068: e2pdf <= 1.28.09 Stored Cross-Site Scripting
CVE-2025-62068 - 6.4CVE-2024-43318: e2pdf <= 1.25.05 Stored Cross-Site Scripting
CVE-2024-43318 - 6.1CVE-2026-42681: E2Pdf – Export Pdf Tool for WordPress Reflected XSS
CVE-2026-42681
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C