Description
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.
Published: 2026-08-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Create plugin for WordPress, in versions prior to 2.5.4, contains a flaw in one of its public REST API routes. That route fails to perform an authorization check before rendering content. Additionally, the same route has a side effect that forces the requested content to be published. As a result, unauthenticated attackers can read unpublished content through the API and can cause that content to be made publicly visible. The vulnerability represents a breach of confidentiality and loss of control over content lifecycle, corresponding to CWE‑284 and CWE‑200.

Affected Systems

Any WordPress installation that has the Create plugin (by Mediavine or otherwise) installed with a version older than 2.5.4. Since the vendor field is unknown, any web site using the Create plugin before that release is potentially impacted. No specific operating system or platform restrictions are mentioned.

Risk and Exploitability

The affected API endpoint is publicly exposed and does not require any credentials, so the attack vector is network-bound: an attacker can send HTTP requests to the endpoint from a remote location. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating no public exploitation data. The CVSS score is not disclosed, but the lack of authentication and the potential for mass publication suggest a high impact. Without patching the plugin, attackers can continuously read and publish content until the site owner takes remedial action.

Generated by OpenCVE AI on August 9, 2026 at 07:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Create plugin to version 2.5.4 or later, which implements proper authorization checks and removes unintended publication behavior.
  • Verify that the REST API endpoints exposed by WordPress require authentication or, if not needed, restrict them to authorized users only.
  • Consider blocking unauthenticated access to the REST API for this particular route using a firewall rule or a WordPress security plugin until the patch is applied.
  • Audit other custom REST API endpoints on the site to ensure they perform appropriate access controls, particularly when handling content that should remain unpublished.

Generated by OpenCVE AI on August 9, 2026 at 07:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Create by Mediavine < 2.5.4 - Unauthenticated Unpublished Content Disclosure and Publication
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-09T06:00:13.057Z

Reserved: 2026-07-28T08:28:55.107Z

Link: CVE-2026-18037

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T07:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control