Description
The Passster WordPress plugin before 4.3.6 does not perform a post-status check before returning post content from an unauthenticated REST endpoint, allowing unauthenticated users to disclose the content of non-public (draft, private, and pending) posts on sites that have a captcha provider configured.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Passster WordPress plugin, in versions prior to 4.3.6, fails to enforce a post-status check before returning post content from an unauthenticated REST endpoint that is triggered by a captcha system. As a result, any visitor can retrieve the full body of draft, private, or pending posts, exposing internal content that should remain confidential. This breach of confidentiality can leak sensitive business information, user data, or intellectual property from the site.

Affected Systems

The vulnerability impacts the Passster plugin on WordPress sites using a captcha provider and running any Passster version earlier than 4.3.6. The issue is tied to the plugin’s integration with the captcha service and is not constrained to a particular WordPress theme or server configuration.

Risk and Exploitability

The flaw is exploitable by unauthenticated HTTP requests to a predictable REST endpoint; no authentication or elevated privileges are required. With the endpoint exposed, attackers can automatically submit the captcha challenge and receive post content. Because the vulnerability is straightforward to trigger and there is no mitigation in place by default, the risk rating is high. The EPSS score is not available, and the issue is not listed in CISA’s KEV catalog, but the absence of a status check represents a critical access control failure.

Generated by OpenCVE AI on August 5, 2026 at 07:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Passster to version 4.3.6 or newer.
  • Disable or protect the captcha REST endpoint with access controls or firewall rules to block unauthenticated requests.
  • Restrict unauthenticated access to the WordPress REST API or limit post visibility settings to prevent unintended disclosure.

Generated by OpenCVE AI on August 5, 2026 at 07:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 07:45:00 +0000

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

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Passster WordPress plugin before 4.3.6 does not perform a post-status check before returning post content from an unauthenticated REST endpoint, allowing unauthenticated users to disclose the content of non-public (draft, private, and pending) posts on sites that have a captcha provider configured.
Title Content Protector (Passster) < 4.3.6 - Unauthenticated Non-Public Post Content Disclosure via Captcha REST Endpoint
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T06:00:09.409Z

Reserved: 2026-07-22T14:20:48.572Z

Link: CVE-2026-16602

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control