Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-1431

CVE-2026-1431: Booking Calendar Information Disclosure

CVE-2026-1431 is an information disclosure vulnerability in the Booking Calendar plugin for WordPress that allows unauthenticated attackers to access sensitive booking data. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-1431 Overview

The Booking Calendar plugin for WordPress contains an authorization bypass vulnerability due to a missing capability check on the wpbc_ajax_WPBC_FLEXTIMELINE_NAV() function. This vulnerability affects all versions up to and including 10.14.13, allowing unauthenticated attackers to access sensitive booking information without proper authorization.

Critical Impact

Unauthenticated attackers can retrieve sensitive customer booking information including names, phone numbers, and email addresses, potentially leading to privacy violations and secondary attacks.

Affected Products

  • Booking Calendar plugin for WordPress versions up to and including 10.14.13

Discovery Timeline

  • 2026-01-31 - CVE-2026-1431 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2026-1431

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), which occurs when a software component does not perform an authorization check when an actor attempts to access a resource or perform an action. In this case, the wpbc_ajax_WPBC_FLEXTIMELINE_NAV() function in the Booking Calendar plugin processes AJAX requests without verifying whether the requesting user has appropriate permissions to access the data.

The function is designed to handle navigation within the FlexTimeline feature, which displays booking information. Without proper capability checks, the function responds to any request, authenticated or not, exposing sensitive customer data.

Root Cause

The root cause of this vulnerability is the absence of WordPress capability checks (such as current_user_can()) or nonce verification within the wpbc_ajax_WPBC_FLEXTIMELINE_NAV() function. WordPress plugins handling sensitive data should implement proper access control mechanisms to ensure only authorized users can retrieve or manipulate data. The vulnerable function, located in the AJAX handler at core/lib/wpbc-ajax.php, processes requests without validating the caller's authorization level.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. An attacker can craft malicious AJAX requests to the WordPress admin-ajax.php endpoint, targeting the wpbc_ajax_WPBC_FLEXTIMELINE_NAV action. By manipulating request parameters, attackers can enumerate and retrieve booking records containing personally identifiable information (PII).

The attack requires no user interaction and can be automated to extract large volumes of customer data. Attackers can leverage this information for phishing campaigns, identity theft, or other malicious activities targeting the exposed individuals.

Detection Methods for CVE-2026-1431

Indicators of Compromise

  • Unusual volume of AJAX requests to wp-admin/admin-ajax.php with the action parameter wpbc_ajax_WPBC_FLEXTIMELINE_NAV
  • Requests to the vulnerable endpoint from unauthenticated sessions or unknown IP addresses
  • Log entries showing repeated access to FlexTimeline AJAX handlers without corresponding authenticated sessions

Detection Strategies

  • Monitor WordPress access logs for requests containing action=wpbc_ajax_WPBC_FLEXTIMELINE_NAV from unauthenticated sources
  • Implement Web Application Firewall (WAF) rules to flag or block suspicious AJAX requests targeting the Booking Calendar plugin endpoints
  • Review audit logs for any data exfiltration patterns or bulk retrieval of booking information

Monitoring Recommendations

  • Enable detailed WordPress logging to capture AJAX request parameters and source IP addresses
  • Set up alerts for anomalous request patterns targeting the admin-ajax.php endpoint
  • Implement rate limiting on AJAX endpoints to slow down potential automated attacks

How to Mitigate CVE-2026-1431

Immediate Actions Required

  • Update the Booking Calendar plugin to the latest patched version immediately
  • Audit access logs to determine if the vulnerability has been exploited
  • Consider temporarily disabling the Booking Calendar plugin if an update is not yet available
  • Notify affected customers if unauthorized data access is confirmed

Patch Information

Review the WordPress Plugin Code Reference for technical details on the vulnerable code. The Wordfence Vulnerability Report provides additional advisory information. Website administrators should check for plugin updates through the WordPress admin dashboard and apply the security patch as soon as it becomes available.

Workarounds

  • Implement server-level access controls to restrict access to admin-ajax.php from untrusted sources
  • Use a Web Application Firewall to block requests targeting the wpbc_ajax_WPBC_FLEXTIMELINE_NAV action from unauthenticated users
  • Add custom capability checks via a security plugin or custom code to validate user permissions before processing FlexTimeline requests
bash
# Example .htaccess rule to restrict admin-ajax.php access (use with caution)
# This may affect legitimate plugin functionality
<Files admin-ajax.php>
    <RequireAll>
        Require all denied
        Require ip 192.168.1.0/24
    </RequireAll>
</Files>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Code Reference

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4106: HT Mega Elementor Information Disclosure

  • CVE-2026-2262: Easy Appointments Information Disclosure

  • CVE-2026-4126: Table Manager Plugin Info Disclosure Flaw

  • CVE-2026-4812: ACF WordPress Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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