A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-11297

CVE-2024-11297: Miniorange Page Restriction Info Leak

CVE-2024-11297 is an information disclosure flaw in Miniorange Page Restriction plugin for WordPress that exposes restricted content via search. This article covers the technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-11297 Overview

CVE-2024-11297 affects the Page Restriction WordPress (WP) – Protect WP Pages/Post plugin by miniorange. All plugin versions up to and including 1.3.6 expose restricted content through the WordPress core search feature. Unauthenticated attackers can extract sensitive data from posts intended for higher-privileged roles such as administrators. The flaw is categorized under CWE-200 (Exposure of Sensitive Information) and CWE-203 (Observable Discrepancy). The vulnerability is exploitable over the network without authentication or user interaction.

Critical Impact

Unauthenticated remote attackers can read restricted WordPress posts and pages by abusing the built-in search feature, bypassing the access controls the plugin is designed to enforce.

Affected Products

  • miniorange Page Restriction WordPress Plugin versions 1.0 through 1.3.6
  • WordPress sites using page-and-post-restriction to gate content by user role
  • Deployments where restricted pages or posts contain confidential or administrator-only data

Discovery Timeline

  • 2024-12-20 - CVE-2024-11297 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2024-11297

Vulnerability Analysis

The Page Restriction plugin enforces access control at the page and post rendering layer. The plugin checks the current user's role before serving a restricted page and blocks unauthorized viewers. However, this enforcement does not extend to the WordPress core search index. When the search feature queries the posts database, it returns matching content from restricted posts in the search results, including titles and excerpts. An unauthenticated attacker can issue search queries against the site and harvest snippets of content that should only be visible to administrators or other elevated roles. The information exposure scope covers any text indexed by WordPress search, which typically includes post titles, content excerpts, and metadata.

Root Cause

The root cause is incomplete access control coverage. The plugin restricts direct page rendering but does not filter the WordPress query loop that powers ?s= search requests. The plugin fails to register a pre_get_posts filter or equivalent hook to exclude restricted post IDs from search results returned to unauthenticated visitors.

Attack Vector

Exploitation requires no authentication, no user interaction, and only network access to the target site. An attacker browses to the public site and submits search queries through the standard WordPress search endpoint (for example, https://target.example/?s=keyword). Restricted posts matching the query appear in the result list with titles and excerpts rendered to the unauthenticated client. Iterative or dictionary-style search queries can enumerate restricted content systematically.

No verified public proof-of-concept code is available. See the Wordfence Vulnerability Report and the WordPress Plugin Update for the upstream remediation diff.

Detection Methods for CVE-2024-11297

Indicators of Compromise

  • Unauthenticated HTTP GET requests to /?s= or /search/ from a single source enumerating many keywords in a short window
  • Web server access logs showing search responses containing post slugs or titles that should be role-restricted
  • Spikes in wp-json/wp/v2/search API hits referencing protected page IDs

Detection Strategies

  • Audit installed plugin versions and flag any page-and-post-restriction installation at or below version 1.3.6
  • Compare WordPress search result content against the list of posts marked as restricted by the plugin to identify leakage
  • Review WAF or reverse-proxy logs for high-volume search query patterns originating from non-authenticated sessions

Monitoring Recommendations

  • Alert on anomalous search query rates against WordPress endpoints from a single IP or ASN
  • Monitor outbound HTML responses for content tagged as restricted appearing alongside s= query parameters
  • Track plugin version inventory across managed WordPress sites and trigger an alert when vulnerable releases are detected

How to Mitigate CVE-2024-11297

Immediate Actions Required

  • Update the Page Restriction WordPress plugin to a version newer than 1.3.6 from the WordPress Plugins directory
  • Until the patched version is deployed, disable the plugin or remove sensitive content from posts that rely on it for confidentiality
  • Rotate or sanitize any data previously stored in restricted posts that may have been exposed through search

Patch Information

The vendor addressed the issue in a release tracked by changeset 3212690 in the plugin repository. Review the WordPress Plugin Update diff for the exact code changes that exclude restricted posts from search queries.

Workarounds

  • Disable the WordPress search feature on affected sites until the plugin is upgraded
  • Add a custom pre_get_posts filter in a site-specific plugin or theme to exclude restricted post IDs from search queries
  • Place the site behind a WAF rule that blocks unauthenticated access to the ?s= parameter when restricted content categories are in use
bash
# Example WP-CLI commands to inventory and update the affected plugin
wp plugin get page-and-post-restriction --field=version
wp plugin update page-and-post-restriction
wp plugin list --status=active --format=csv | grep page-and-post-restriction

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMiniorange Page Restriction

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-203
  • Technical References
  • WordPress Plugin Update

  • WordPress Page and Post Restriction Plugin

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English