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

Impact

The Create WordPress plugin lacks an authorization check on one of its REST API routes, allowing anyone who can reach the site to retrieve content that has not yet been published. Once requested, the same route also publishes that requested content, preventing further restriction. This means an unauthenticated attacker can both view and later make visible drafts, posts, or other unpublished data, compromising confidentiality and potentially damaging the site’s trustworthiness.

Affected Systems

Any WordPress installation running the Create plugin version 2.5.3 or older is affected. The plug‑in must be upgraded to 2.5.4 or newer; no other vendors or products are currently listed as impacted.

Risk and Exploitability

The vulnerability is exploitable over the public network and requires no special privileges or code execution. Although no EPSS score is available and the issue is not in the CISA KEV catalog, the absence of authentication means an attacker can trigger the disclosure with a simple HTTP request. The side effect of permanently publishing the content raises the risk from transient disclosure to sustained exposure, resulting in moderate to high impact for sites that rely on unpublished drafts.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Create plugin to version 2.5.4 or later, which adds the missing authorization check to the REST API route.
  • If the plugin cannot be updated immediately, block unauthenticated access to the affected REST endpoint using firewall rules, .htaccess, or a security plugin to prevent the disclosure and accidental publication.
  • After changes are applied, test the endpoint by attempting to retrieve unpublished content and confirm that the response requires authentication and that the content remains unpublished.

Generated by OpenCVE AI on August 9, 2026 at 07:26 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 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.
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:12.174Z

Reserved: 2026-07-24T08:52:54.314Z

Link: CVE-2026-16992

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