CVE-2026-12124 MEDIUM

CVE-2026-12124: PDFDraft <= 1.1.0 - Missing Authorization to Unauthenticated Sensitive PDF Disclosure via 'slug' Parameter

Vendor Wpeverest
Product PDFDraft – Drag & Drop PDF Builder, PDF Viewer, Embed & Download PDF, Certificate & Invoice Designer
Weakness CWE-862 · Missing authorization
Published July 28, 2026
Last update July 28, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

The PDFDraft – Drag & Drop PDF Builder, PDF Viewer, Embed & Download PDF, Certificate & Invoice Designer plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the serveTemplatePdfAjax() function and the serveTemplatePdf() REST route (which is registered with `permission_callback => '__return_true'`) in versions up to, and including, 1.1.0. This makes it possible for unauthenticated attackers to download stored template PDFs — which may contain customer PII, invoice, order, and certificate data — by requesting the publicly registered admin-ajax action `pdfdraft_embed_pdf` or the REST endpoint `/wp-json/pdfdraft/v1/embed-pdf/templates/{slug}/pdf` with a known or guessable design slug, bypassing the plugin's own .

Explanation of Vulnerability in Simple Terms

02Summary

PDFDraft versions up to 1.1.0 lack proper authorization checks, allowing unauthenticated attackers to read sensitive data through the plugin. An attacker can access information without logging in or performing any special actions. Site administrators should update to a version newer than 1.1.0 to prevent unauthorized data exposure.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the plugin without authentication.

Potential impact on your site

04Site Impact

Unauthorized users can access confidential information stored or processed by PDFDraft.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 28, 2026 CVE published
July 28, 2026 Record updated

Related vulnerabilities

08Related CVE