Skip to main content

E2Pdf WordPress Plugin CVE-2026-12407

| EUVDEUVD-2026-37836 HIGH
Missing Authorization (CWE-862)
2026-06-18 Wordfence GHSA-cg97-5gg4-vc94
8.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network-reachable admin endpoint (AV:N), no special timing (AC:L), requires a low-privilege authenticated account with delegated capability (PR:L), no admin interaction (UI:N), and arbitrary option overwrite yields full site compromise (C/I/A:H).

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jun 18, 2026 - 04:43 vuln.today
CVE Published
Jun 18, 2026 - 03:41 cve.org
HIGH 8.8

DescriptionCVE.org

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.

AnalysisAI

Privilege escalation in the E2Pdf - Export Pdf Tool for WordPress plugin (versions ≤ 1.32.26) allows authenticated low-privilege users with the e2pdf_templates capability to overwrite arbitrary WordPress options and elevate themselves to administrator. The flaw stems from the screen_action() function lacking a capability check and nonce verification, letting attackers pass attacker-controlled option names and values directly to update_option(). No public exploit identified at time of analysis, but the issue was disclosed by Wordfence with detailed source-line references making weaponization straightforward.

Technical ContextAI

The vulnerability sits in classes/controller/e2pdf-templates.php where screen_action() handles the ?action=screen routing path. Because this code path bypasses the controller's index_action() nonce gate, it never verifies a WordPress nonce and never re-checks capabilities beyond the page-level e2pdf_templates capability. That capability is exposed in the plugin's own Permissions UI, where administrators can (and are encouraged to) grant it to Subscriber, Contributor, Author, or Editor roles. The handler reads $_POST['wp_screen_options'] as an arbitrary key/value pair and passes it straight to update_option() with no allowlist, which is a textbook CWE-862 (Missing Authorization) issue affecting any WordPress option - including security-critical ones like default_role, users_can_register, siteurl, and active_plugins.

RemediationAI

Upstream fix available (changeset 3574750 in the WordPress.org plugin repository); a released patched version is not independently confirmed from the supplied data, so administrators should update to the latest available E2Pdf release published after the 1.32.26 changeset and verify via https://plugins.trac.wordpress.org/changeset?old=3574750%40e2pdf. Until a tagged release is confirmed installed, immediate compensating controls include opening the plugin's Permissions UI and revoking the e2pdf_templates capability from all non-administrator roles (this disables E2Pdf template management for those users but eliminates the attack surface), or temporarily deactivating the plugin entirely. As a WAF-level mitigation, block POST requests to admin URLs containing both action=screen and a wp_screen_options[] parameter targeting the E2Pdf templates page; this preserves PDF rendering for end users but prevents the screen-options write path from being abused.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-12407 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy