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-2024-1207

CVE-2024-1207: WP Booking Calendar SQLi Vulnerability

CVE-2024-1207 is a SQL injection flaw in WP Booking Calendar plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-1207 Overview

The WP Booking Calendar plugin for WordPress contains a critical SQL Injection vulnerability in the calendar_request_params[dates_ddmmyy_csv] parameter affecting all versions up to and including 9.9. The vulnerability stems from insufficient escaping on user-supplied input and lack of proper preparation on existing SQL queries. This flaw allows unauthenticated attackers to inject malicious SQL queries that can extract sensitive information from the WordPress database, including user credentials, personal data, and other confidential information.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive data from the database, potentially compromising the entire WordPress installation and all stored user information.

Affected Products

  • WP Booking Calendar plugin for WordPress versions up to and including 9.9
  • wpbookingcalendar booking_calendar (all vulnerable versions)
  • WordPress sites using vulnerable WP Booking Calendar installations

Discovery Timeline

  • 2024-02-08 - CVE-2024-1207 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-1207

Vulnerability Analysis

This SQL Injection vulnerability exists within the WP Booking Calendar plugin's date handling functionality. The vulnerable parameter calendar_request_params[dates_ddmmyy_csv] accepts user-controlled date values that are directly incorporated into SQL queries without adequate sanitization or parameterized query preparation. The lack of input validation allows attackers to break out of the intended query context and append arbitrary SQL commands.

The vulnerability is particularly dangerous because it requires no authentication to exploit. Any visitor to a WordPress site running a vulnerable version of WP Booking Calendar can potentially leverage this flaw to interact directly with the underlying database. Successful exploitation enables attackers to perform UNION-based, error-based, or blind SQL injection attacks to enumerate database contents, extract user tables, reveal administrator credentials, and potentially gain full control over the WordPress installation.

Root Cause

The root cause of CVE-2024-1207 is a classic CWE-89 (SQL Injection) vulnerability resulting from improper neutralization of special elements used in SQL commands. The plugin fails to implement proper input validation and escaping mechanisms for the dates_ddmmyy_csv parameter before incorporating it into database queries. WordPress provides prepared statement APIs through the $wpdb->prepare() method specifically designed to prevent SQL injection, but the vulnerable code paths do not utilize these security controls.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication, no user interaction, and minimal complexity to exploit. An attacker can craft malicious HTTP requests containing SQL injection payloads within the calendar_request_params[dates_ddmmyy_csv] parameter. These requests are processed by the vulnerable booking calendar functionality, where the injected SQL commands are executed against the WordPress database.

The exploitation flow typically involves:

  1. Identifying a WordPress site running a vulnerable WP Booking Calendar version
  2. Crafting HTTP requests with SQL injection payloads in the dates_ddmmyy_csv parameter
  3. Extracting database schema information through error messages or blind injection techniques
  4. Escalating the attack to dump sensitive tables including wp_users and wp_options
  5. Using extracted credentials or session tokens to gain administrative access

Detection Methods for CVE-2024-1207

Indicators of Compromise

  • Unusual HTTP requests containing SQL syntax characters (single quotes, UNION SELECT, OR 1=1) in the calendar_request_params[dates_ddmmyy_csv] parameter
  • Database query errors in WordPress error logs indicating SQL syntax violations
  • Unexpected database access patterns or queries against sensitive tables like wp_users
  • Web server access logs showing repeated requests to booking calendar endpoints with encoded payloads

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in booking calendar parameters
  • Monitor WordPress database query logs for anomalous SELECT statements targeting user or options tables
  • Deploy intrusion detection signatures for common SQL injection payloads in HTTP POST data
  • Review access logs for suspicious request patterns targeting the WP Booking Calendar plugin endpoints

Monitoring Recommendations

  • Enable detailed logging for all database queries executed by the WP Booking Calendar plugin
  • Configure alerting for failed SQL queries that contain typical injection payload signatures
  • Monitor for bulk data extraction patterns that may indicate successful exploitation
  • Implement real-time log analysis for requests containing URL-encoded SQL special characters

How to Mitigate CVE-2024-1207

Immediate Actions Required

  • Update WP Booking Calendar plugin to version 9.9.1 or later immediately
  • If immediate patching is not possible, temporarily disable the WP Booking Calendar plugin
  • Review WordPress database logs for evidence of prior exploitation attempts
  • Reset all WordPress user passwords if compromise is suspected

Patch Information

The vulnerability has been addressed in the WP Booking Calendar plugin update. Users should apply the patch available through the WordPress Plugin Changeset. The fix implements proper input sanitization and utilizes WordPress's prepared statement functionality to prevent SQL injection. For detailed vulnerability information, refer to the Wordfence Vulnerability Report.

Workarounds

  • Deploy a Web Application Firewall with SQL injection protection enabled to filter malicious requests
  • Implement server-side input validation to reject requests containing SQL meta-characters in calendar parameters
  • Restrict access to the booking calendar functionality using IP whitelisting if public access is not required
  • Consider using a security plugin that provides virtual patching capabilities for known WordPress vulnerabilities
bash
# Example WAF rule to block SQL injection attempts in booking calendar
# ModSecurity rule for Apache/Nginx
SecRule ARGS:calendar_request_params[dates_ddmmyy_csv] "@detectSQLi" \
    "id:100001,phase:2,deny,status:403,log,msg:'SQL Injection attempt blocked in WP Booking Calendar'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWpbookingcalendar

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability78.70%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Changeset Update
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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