PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12407 oleksandrz CVE debrief

The E2Pdf – Export Pdf Tool for WordPress plugin versions up to 1.32.26 is vulnerable to Missing Authorization. This vulnerability allows authenticated attackers with a custom role granted the e2pdf_templates capability to overwrite arbitrary WordPress options, potentially escalating privileges to administrator. The issue arises from the screen_action() function lacking a dedicated capability check and nonce verification. Attackers can exploit this by reading an attacker-controlled option name and value from $_POST['wp_screen_options'] and passing them directly to update_option() with no allowlist.

Vendor
oleksandrz
Product
E2Pdf – Export Pdf Tool for WordPress
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-18
Original CVE updated
2026-06-18
Advisory published
2026-06-18
Advisory updated
2026-06-18

Who should care

WordPress administrators and users with the e2pdf_templates capability in their roles should be aware of this vulnerability. Site owners using the E2Pdf plugin should update to a patched version immediately to prevent potential privilege escalation attacks.

Technical summary

The E2Pdf plugin's screen_action() function does not perform a dedicated capability check or nonce verification when invoked via the ?action=screen routing path. This bypasses the controller's index_action() nonce gate entirely. The function reads an attacker-controlled option name and value from $_POST['wp_screen_options'] and passes them directly to update_option() without an allowlist. This relies solely on the page-level e2pdf_templates capability, which can be granted to any role, including Subscriber, Contributor, Author, or Editor, through the plugin's Permissions UI.

Defensive priority

High

Recommended defensive actions

  • Update the E2Pdf – Export Pdf Tool for WordPress plugin to a version beyond 1.32.26.
  • Review and restrict the e2pdf_templates capability to trusted roles only.
  • Implement additional monitoring for suspicious updates to WordPress options.
  • Enforce strong role-based access control for WordPress users.
  • Regularly audit WordPress site configurations and user permissions.
  • Consider using a Web Application Firewall (WAF) to detect and prevent exploitation attempts.

Evidence notes

This debrief is based on information from the National Vulnerability Database (NVD) and Wordfence security research. The vulnerability details were sourced from official CVE and NVD records, as well as references provided by security researchers at Wordfence.

Official resources

CVE-2026-12407 was published on 2026-06-18T04:16:34.867Z and modified on 2026-06-18T15:23:56.087Z.