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

CVE-2024-1564: Schema Pro Auth Bypass Vulnerability

CVE-2024-1564 is an authorization bypass flaw in WP Schema Pro WordPress plugin that allows contributor-level users to access custom fields on restricted posts via shortcodes. This article covers technical details, affected versions, security impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-1564 Overview

CVE-2024-1564 is a Broken Access Control vulnerability affecting the WP Schema Pro WordPress plugin developed by Brainstorm Force. The vulnerability exists in versions prior to 2.7.16 and allows authenticated users with contributor-level privileges to access custom fields on any post regardless of post type or status through a shortcode. This represents a significant authorization bypass that could lead to unauthorized information disclosure across a WordPress site.

Critical Impact

Contributor-level users can access sensitive custom field data from any post on the WordPress site, including private posts and restricted content types, potentially exposing confidential information.

Affected Products

  • Brainstorm Force WP Schema Pro plugin versions prior to 2.7.16
  • WordPress sites using vulnerable WP Schema Pro installations
  • Any WordPress deployment with contributor-level user accounts and WP Schema Pro active

Discovery Timeline

  • 2024-03-25 - CVE-2024-1564 published to NVD
  • 2025-06-27 - Last updated in NVD database

Technical Details for CVE-2024-1564

Vulnerability Analysis

This Broken Access Control vulnerability stems from insufficient validation of post access permissions within the WP Schema Pro plugin's shortcode handling functionality. The plugin fails to properly verify whether the requesting user has legitimate access to the target post before returning custom field data through shortcode processing.

In WordPress, contributor-level users typically have limited permissions—they can create and edit their own posts but cannot publish them or access others' content. However, this vulnerability allows such users to craft shortcodes that retrieve custom field metadata from any post in the system, bypassing normal WordPress permission checks.

The exposure is particularly concerning because custom fields in WordPress often contain sensitive data such as internal notes, pricing information, user details, or configuration values that should remain private. Schema markup data itself may also contain business-sensitive information not intended for lower-privileged users.

Root Cause

The root cause of CVE-2024-1564 lies in the improper implementation of access control validation within the shortcode rendering logic. When the plugin processes a shortcode request to display schema-related custom fields, it retrieves the data directly without performing adequate checks to verify:

  1. Whether the requesting user has permission to view the target post
  2. Whether the target post's status (published, private, draft, etc.) permits access by the current user
  3. Whether the post type's capabilities restrict access to certain user roles

This missing authorization check allows any authenticated user with at least contributor privileges to enumerate and extract custom field data across the entire WordPress installation.

Attack Vector

The attack leverages the network-accessible shortcode functionality with low complexity requirements. An attacker needs only valid contributor-level credentials to exploit this vulnerability. The attack flow involves:

  1. Authenticating to WordPress with contributor-level or higher privileges
  2. Creating or editing a post where the attacker has edit capabilities
  3. Inserting a specially crafted shortcode that references another post's ID
  4. Previewing or viewing the post to trigger the shortcode rendering
  5. Observing the extracted custom field data from the unauthorized post

The vulnerability requires no user interaction from victims and can be exploited silently to harvest data from multiple posts systematically. While the scope is limited to confidentiality impact with no direct integrity or availability compromise, the information disclosure could facilitate further attacks or expose sensitive business data.

Detection Methods for CVE-2024-1564

Indicators of Compromise

  • Unusual shortcode usage patterns in posts created by contributor-level users
  • Posts containing shortcodes that reference post IDs outside the author's normal access
  • Log entries showing repeated requests for post metadata from low-privilege accounts
  • Evidence of post ID enumeration attempts in user-generated content

Detection Strategies

  • Monitor WordPress audit logs for contributor users accessing custom field data from posts they do not own
  • Implement content scanning to detect shortcodes referencing arbitrary post IDs in contributor drafts
  • Review user activity patterns for systematic post ID enumeration behavior
  • Deploy web application firewall rules to flag suspicious shortcode parameter patterns

Monitoring Recommendations

  • Enable comprehensive WordPress activity logging for all user roles
  • Configure alerts for unusual data access patterns by lower-privileged users
  • Regularly audit posts created by contributors for suspicious shortcode usage
  • Monitor for bulk data extraction attempts that could indicate automated exploitation

How to Mitigate CVE-2024-1564

Immediate Actions Required

  • Update WP Schema Pro plugin to version 2.7.16 or later immediately
  • Audit existing posts created by contributor-level users for potential exploitation attempts
  • Review custom field data that may have been exposed to unauthorized users
  • Consider temporarily restricting contributor access until the plugin is updated

Patch Information

Brainstorm Force addressed this vulnerability in WP Schema Pro version 2.7.16. The patch implements proper post access validation within the shortcode handling functionality to ensure users can only access custom field data from posts they are authorized to view. Update through the WordPress admin dashboard or download the latest version directly from the official source.

For detailed vulnerability information, refer to the WPScan Vulnerability Report.

Workarounds

  • Temporarily disable the WP Schema Pro plugin if immediate updates are not possible
  • Remove contributor-level access from untrusted users until the patch is applied
  • Implement role-based restrictions to limit shortcode usage to trusted roles only
  • Deploy a web application firewall rule to block suspicious shortcode parameters
bash
# WordPress CLI command to update the plugin
wp plugin update wp-schema-pro --version=2.7.16

# Verify current plugin version
wp plugin get wp-schema-pro --field=version

# Temporarily deactivate the plugin if update is not immediately possible
wp plugin deactivate wp-schema-pro

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBrainstormforce Schema

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • WPScan Vulnerability Report
  • 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