Skip to main content

Create WordPress Plugin CVE-2026-16992

| EUVDEUVD-2026-54891 MEDIUM
Missing Authorization (CWE-862)
2026-08-09 contact@wpscan.com GHSA-66mx-cjh4-m7cx
6.5
CVSS 3.1 · Vendor: wpscan
Share

Severity by source

Vendor (wpscan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
6.5 MEDIUM

Network-reachable REST route requires no authentication or user interaction; confidentiality and integrity limited to draft content read and unintended publication; no availability impact.

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

Primary rating from Vendor (wpscan).

CVSS VectorVendor: wpscan

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

Lifecycle Timeline

5
Analysis Generated
Aug 11, 2026 - 23:22 vuln.today
CVSS changed
Aug 11, 2026 - 20:22 NVD
6.5 (MEDIUM)
Patch available
Aug 09, 2026 - 07:16 EUVD
CVE Published
Aug 09, 2026 - 06:18 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 09, 2026 - 06:18 cve.org
MEDIUM 6.5

DescriptionCVE.org

The Create WordPress plugin before 2.5.4 does not perform an authorization check before returning content over one of its REST API routes, and that route additionally publishes the requested content as a side effect, allowing unauthenticated attackers to read unpublished content and to make it publicly available.

AnalysisAI

Unauthenticated remote access to unpublished WordPress content is possible through a missing authorization check in the Create plugin (all versions before 2.5.4), with the compounding side effect that accessing the vulnerable REST API route also forces the requested content to be published publicly. Both the confidentiality breach (reading private drafts) and the integrity violation (forced publication) occur in a single unauthenticated request, making this a dual-impact flaw affecting any WordPress site with the plugin installed below version 2.5.4. No public exploit has been identified at time of analysis, and EPSS is low at 0.14% (3rd percentile), though the zero-barrier network vector warrants prompt patching on content-sensitive sites.

Technical ContextAI

The Create WordPress plugin registers custom REST API routes within the WordPress REST framework. CWE-862 (Missing Authorization) describes the root cause: the affected route handler fails to implement a permission_callback or equivalent capability check (e.g., current_user_can()) before processing requests. WordPress REST API routes are publicly routable by default unless explicitly restricted, so any unauthenticated HTTP client can reach the endpoint. The secondary vulnerability is the route's side-effect behavior - rather than only reading content, the handler triggers a publish action on the requested post object, meaning a single GET-style request produces both an information disclosure and an unintended state change. Affected versions are all Create plugin releases from 0 up to but not including 2.5.4, as confirmed by WPScan (EUVD-2026-54891) and NVD.

RemediationAI

Update the Create WordPress plugin to version 2.5.4 or later, which is the vendor-released patch as referenced by WPScan (https://wpscan.com/vulnerability/d85653f7-8556-4bac-8860-fbacc63ba5df/) and NVD (https://nvd.nist.gov/vuln/detail/CVE-2026-16992). The update is available through the standard WordPress plugin repository. If immediate upgrade is not possible, the most effective compensating control is to disable the Create plugin entirely until patching can be scheduled - this eliminates the vulnerable REST routes at the cost of losing plugin functionality. Alternatively, a WordPress security plugin or Web Application Firewall rule blocking unauthenticated access to the specific REST API namespace introduced by Create can mitigate exposure without disabling the plugin, though the exact route path must be identified from plugin source to write an accurate rule. Restricting the WordPress REST API globally to authenticated users is a broader workaround but carries the trade-off of breaking other legitimate REST-dependent functionality such as Gutenberg editor features and third-party integrations.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

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-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

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-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

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-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

CVE-2026-16992 vulnerability details – vuln.today

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