PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12000 cyberlord92 CVE debrief

The Page and Post Restriction plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to and including 1.4.0. This is due to the plugin's REST guards sourcing their restricted-ID list exclusively from a function that only reads per-page metabox options, never consulting global toggles that the plugin's UI describes as making all Pages and Posts private. This allows unauthenticated attackers to read the full rendered content of every published page and post on sites configured with these global toggles.

Vendor
cyberlord92
Product
Page and Post Restriction
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-05
Advisory published
2026-08-05
Advisory updated
2026-08-05

Who should care

WordPress site administrators using the Page and Post Restriction plugin, especially those with public sites or sites with sensitive content, should review their plugin configuration and consider upgrading to a patched version to prevent unauthorized access to published content. Site owners should also monitor for potential exploitation attempts and adjust their security posture accordingly. Additionally, administrators of sites with high-risk content or configurations should prioritize reviewing compensating controls and ensuring proper access controls are in place. Those managing multiple sites should verify that all relevant sites are updated and monitored. Security teams should track exceptions and retest remediated assets to ensure the vulnerability is properly addressed. WordPress developers and security researchers should also review the plugin's code and update their own sites as necessary. Lastly, users with sensitive information on their sites should consider additional protective measures until a patch is applied. This guidance applies to sites using the Page and Post Restriction plugin, particularly versions up to and including 1.4.0, and is crucial for maintaining the security and integrity of WordPress sites with public or sensitive content. The plugin's configuration and the site's security settings should be reviewed to ensure they align with best practices for content privacy and access control. By taking these steps, administrators can help protect their sites from potential exploitation and maintain the trust and security of their users' data. Site administrators should also consider implementing additional security measures, such as monitoring for suspicious activity and enhancing their incident response plans, to address potential risks associated with this vulnerability. Furthermore, site owners should stay informed about updates and patches for the Page and Post Restriction plugin and apply them promptly to prevent exploitation. This proactive approach will help minimize the risk of unauthorized access to sensitive content and ensure the continued security and integrity of their WordPress sites. In addition to upgrading the plugin, site管理员

Technical summary

The Page and Post Restriction plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to and including 1.4.0. The plugin's REST guards — papr_restrict_page_post_rest_api() and the the_posts filter registered by papr_filter_posts() — source their restricted-ID list exclusively from papr_get_restricted_posts_id(), which only reads per-page metabox options and never consults global toggles for making all Pages and Posts private.

Defensive priority

High priority due to high CVSS score and potential for widespread exploitation

Recommended defensive actions

  • Upgrade to a patched version of the Page and Post Restriction plugin
  • Review and adjust the plugin's configuration to ensure proper access controls
  • Monitor for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

Evidence from the CVE record and source item indicates that the Page and Post Restriction plugin for WordPress is vulnerable to Sensitive Information Exposure. The plugin's REST guards do not properly consider global toggles for making all Pages and Posts private, allowing unauthenticated access to published content.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:30.367Z and has not been modified since then.