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-11282

CVE-2024-11282: Wpchill Passster Info Disclosure Flaw

CVE-2024-11282 is an information disclosure vulnerability in Wpchill Passster for WordPress that allows unauthenticated attackers to access restricted content via search. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-11282 Overview

CVE-2024-11282 affects the Passster – Password Protect Pages and Content plugin for WordPress, developed by wpchill. The vulnerability allows unauthenticated attackers to retrieve content from protected posts by leveraging the WordPress core search feature. All plugin versions up to and including 4.2.10 are affected.

The flaw defeats the plugin's primary purpose: restricting access to posts assigned to higher-privilege roles such as administrator. Attackers can extract excerpts and content fragments from protected posts without authentication, bypassing the password and role-based controls the plugin enforces.

Critical Impact

Unauthenticated attackers can extract sensitive content from posts restricted to administrator or higher-level roles by querying the WordPress core search endpoint.

Affected Products

  • Passster – Password Protect Pages and Content plugin for WordPress
  • All versions up to and including 4.2.10
  • Sites using Passster to restrict posts to administrator or other elevated roles

Discovery Timeline

  • 2025-01-07 - CVE-2024-11282 published to NVD
  • 2025-06-05 - Last updated in NVD database

Technical Details for CVE-2024-11282

Vulnerability Analysis

The Passster plugin restricts access to posts and pages using passwords or role-based rules. The plugin filters direct page requests, but does not adequately filter results returned by the WordPress core search feature. When an unauthenticated visitor submits a query through the built-in ?s= search parameter, WordPress returns matching posts including those the plugin is supposed to protect.

The issue is classified under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor. The exposure is limited to confidentiality — integrity and availability are unaffected. The attack requires no privileges, no user interaction, and is performed entirely over the network.

EPSS data indicates a probability of 1.529% with a percentile of 81.6, reflecting active interest in vulnerabilities of this class against WordPress plugins.

Root Cause

The plugin enforces access controls at the page rendering layer but does not register filters on the WordPress search query (pre_get_posts or equivalent hooks) to exclude protected content. As a result, the WordPress query loop returns the title, excerpt, and indexable content of restricted posts in search results pages.

Attack Vector

An unauthenticated attacker issues HTTP GET requests to the target site's search endpoint with crafted keywords. The response renders titles and excerpts from posts intended to be hidden by Passster. By iterating through targeted keywords, the attacker reconstructs portions of the protected content. No authentication, session token, or social engineering is required. See the Wordfence Vulnerability Report for technical details.

Detection Methods for CVE-2024-11282

Indicators of Compromise

  • High volumes of unauthenticated GET requests to /?s= or /search/ from a single IP or narrow IP range
  • Search queries enumerating keywords likely to match restricted internal content
  • Access logs showing search result hits referencing post IDs associated with Passster-protected pages

Detection Strategies

  • Audit web server access logs for repeated search queries targeting the WordPress search endpoint without prior authentication
  • Correlate referrer and user-agent patterns against expected legitimate search traffic
  • Compare the list of Passster-protected post IDs against post IDs returned in indexable search responses

Monitoring Recommendations

  • Alert on spikes in /?s= requests originating from non-authenticated sessions
  • Monitor the installed version of the Passster plugin against the fixed release across all WordPress instances
  • Track outbound responses containing excerpts of posts marked as protected

How to Mitigate CVE-2024-11282

Immediate Actions Required

  • Update the Passster plugin to the version published in WordPress plugin changeset 3211004 or later
  • Inventory all WordPress sites using Passster and confirm the installed version is above 4.2.10
  • Review search-engine and CDN caches for leaked excerpts of protected content and purge cached entries

Patch Information

The vendor released a fix in the Passster plugin repository. The relevant code change is recorded in WordPress plugin changeset 3211004. The patch adjusts query filtering so that posts protected by Passster are excluded from WordPress core search results.

Workarounds

  • Disable the WordPress core search feature on sites that rely on Passster to protect sensitive content until the plugin can be updated
  • Add a custom pre_get_posts filter to exclude protected post IDs from search results
  • Restrict access to the search endpoint at the web server or WAF layer for unauthenticated users
bash
# Update Passster via WP-CLI on affected hosts
wp plugin update content-protector --version=latest
wp plugin get content-protector --field=version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWpchill Passster

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.53%

  • 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

  • NVD-CWE-noinfo
  • Technical References
  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Update
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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