Skip to main content

Create WordPress Plugin CVE-2026-18037

| EUVDEUVD-2026-54876 MEDIUM
Missing Authorization (CWE-862)
2026-08-09 contact@wpscan.com GHSA-m73c-99g6-hrp8
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-accessible public REST route, no auth or interaction required; limited to content disclosure 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:42 vuln.today
CVSS changed
Aug 11, 2026 - 21: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 rendering content over one of its public 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

Missing authorization on a public REST API route in the Create WordPress plugin before 2.5.4 exposes unpublished content to unauthenticated remote attackers and permanently publishes it as a side effect of the read request. Any WordPress site running an affected version of this plugin may have draft, scheduled, or private posts silently promoted to public visibility without any author or administrator action. No public exploit code has been identified at time of analysis, and EPSS at 0.14% (3rd percentile) signals low current exploitation interest, though the trivially low attack complexity makes opportunistic targeting straightforward once the endpoint is known.

Technical ContextAI

The vulnerability resides in the Create WordPress plugin's custom REST API implementation, affecting all versions prior to 2.5.4. WordPress plugins can register public REST API routes accessible without authentication; the flaw (CWE-862, Missing Authorization) occurs because the affected route omits the standard WordPress capability check before processing the request. Beyond simply returning data, the route triggers a content-publication side effect, meaning a GET-style lookup inadvertently calls WordPress's post-publishing internals and changes post status from 'draft', 'pending', or 'private' to 'publish'. The CPE-equivalent affected range is Create plugin versions 0 through below 2.5.4. The dual nature of the bug - information disclosure combined with unintended state mutation - arises from improper separation of read and write logic in the route handler.

RemediationAI

Update the Create WordPress plugin to version 2.5.4 or later, which is confirmed available from the vendor per WPScan advisory at https://wpscan.com/vulnerability/cd61ce2a-94ce-4ce3-a592-b7329f118f94/. WordPress site administrators can update via the Plugins dashboard (Dashboard > Plugins > Update Available) or using WP-CLI: wp plugin update create. If an immediate update is not feasible, a short-term compensating control is to disable the Create plugin entirely via the WordPress admin panel until patching is possible - this removes the vulnerable REST route at the cost of losing the plugin's functionality. Alternatively, a WAF rule blocking unauthenticated requests to the specific affected REST API path (identifiable by reviewing the plugin's route registration code) can mitigate exploitation without disabling the plugin, though this requires knowing the exact endpoint path and may not survive plugin updates. There is no evidence that restricting general REST API access site-wide is necessary or appropriate.

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-18037 vulnerability details – vuln.today

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