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

CVE-2026-40308: My Calendar WordPress Plugin DoS Vulnerability

CVE-2026-40308 is a denial of service flaw in My Calendar WordPress plugin that allows unauthenticated attackers to crash worker threads. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-40308 Overview

CVE-2026-40308 is an Authorization Bypass vulnerability affecting the My Calendar WordPress plugin, a popular tool for managing calendar events. In versions 3.7.6 and below, the mc_ajax_mcjs_action AJAX endpoint, which is registered for unauthenticated users, passes user-supplied arguments through parse_str() without proper validation. This allows injection of arbitrary parameters including a site value, enabling attackers to bypass intended access controls.

On WordPress Multisite installations, this vulnerability enables an unauthenticated attacker to call switch_to_blog() with an arbitrary site ID and extract calendar events from any sub-site on the network, including private or hidden events. On standard Single Site installations, the switch_to_blog() function does not exist, causing an uncaught PHP fatal error that crashes the worker thread, creating an unauthenticated denial of service vector.

Critical Impact

Unauthenticated attackers can extract private calendar data across WordPress Multisite networks or crash Single Site installations through a denial of service attack.

Affected Products

  • My Calendar WordPress Plugin versions 3.7.6 and below
  • WordPress Multisite installations using My Calendar (Information Disclosure)
  • WordPress Single Site installations using My Calendar (Denial of Service)

Discovery Timeline

  • 2026-04-16 - CVE CVE-2026-40308 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-40308

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), where the application fails to properly validate user-controlled input that determines which resources a user can access. The mc_ajax_mcjs_action AJAX endpoint is accessible to unauthenticated users and processes parameters using PHP's parse_str() function without adequate validation.

The lack of input sanitization allows attackers to inject arbitrary parameters into the function call, including a site parameter that controls which WordPress site's data is accessed. This represents a fundamental authorization flaw where user input directly controls access to protected resources across the multisite network.

Root Cause

The root cause of this vulnerability lies in the unsafe use of parse_str() to process user-supplied input without validation or sanitization. The parse_str() function in PHP parses a query string into variables, and when used with untrusted input, it allows attackers to override or inject arbitrary variables. The endpoint fails to implement proper authorization checks before allowing the site parameter to influence the switch_to_blog() function call, enabling cross-site data access on Multisite installations. On Single Site installations, the absence of the switch_to_blog() function causes a fatal PHP error when the injected parameter attempts to call it.

Attack Vector

The attack is conducted over the network without requiring any authentication or user interaction. An attacker can craft malicious AJAX requests to the mc_ajax_mcjs_action endpoint with injected parameters.

For WordPress Multisite installations, the attacker injects a site parameter with target site IDs to enumerate and extract calendar events from any sub-site, including private calendars that should be inaccessible. By iterating through site IDs, an attacker can systematically harvest calendar data across the entire network.

For WordPress Single Site installations, the attack triggers a PHP fatal error by attempting to call the non-existent switch_to_blog() function, causing the PHP worker thread to crash. Repeated requests can effectively deny service to legitimate users.

Detection Methods for CVE-2026-40308

Indicators of Compromise

  • Unusual AJAX requests to the mc_ajax_mcjs_action endpoint from unauthenticated sources
  • Web server logs showing repeated requests with suspicious site parameter values
  • PHP fatal error logs indicating calls to undefined function switch_to_blog() on Single Site installations
  • Unexpected access patterns to calendar event data across multiple sub-sites

Detection Strategies

  • Monitor WordPress AJAX endpoints for anomalous request patterns from unauthenticated users
  • Implement Web Application Firewall (WAF) rules to detect and block requests with injected site parameters
  • Review PHP error logs for fatal errors related to switch_to_blog() function calls
  • Audit access logs for enumeration attempts targeting the My Calendar AJAX endpoints

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and monitor for suspicious parameter injection
  • Set up alerts for PHP fatal errors on Single Site installations that may indicate active exploitation
  • Monitor for unusual data access patterns across WordPress Multisite sub-sites
  • Implement rate limiting on AJAX endpoints to mitigate denial of service attempts

How to Mitigate CVE-2026-40308

Immediate Actions Required

  • Update My Calendar plugin to version 3.7.7 or later immediately
  • Review access logs for signs of exploitation attempts targeting the vulnerable endpoint
  • On Multisite installations, audit calendar event access for unauthorized data exposure
  • Consider temporarily disabling the My Calendar plugin if immediate update is not possible

Patch Information

The vulnerability has been fixed in My Calendar version 3.7.7. The patch addresses the unsafe use of parse_str() by implementing proper input validation and authorization checks on the mc_ajax_mcjs_action AJAX endpoint. Users should update immediately through the WordPress plugin updater or by downloading the patched version from the GitHub Release v3.7.7. For complete technical details, refer to the GitHub Security Advisory GHSA-2mvx-f5qm-v2ch.

Workarounds

  • Restrict access to WordPress AJAX endpoints using web server configuration or WAF rules
  • Implement IP-based access controls to limit exposure of the vulnerable endpoint
  • On Multisite installations, consider network-level segmentation to limit cross-site access
  • Monitor and rate-limit requests to AJAX endpoints to mitigate denial of service impact
bash
# Example: Block unauthenticated access to the vulnerable AJAX action via .htaccess
# Add to WordPress .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} action=mc_ajax_mcjs_action [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Release v3.7.7

  • GitHub Security Advisory GHSA-2mvx-f5qm-v2ch
  • Related CVEs
  • CVE-2026-2840: Email Encoder WordPress Plugin XSS Vulnerability

  • CVE-2026-3489: DirectoryPress WordPress SQLi Vulnerability

  • CVE-2026-3369: WordPress Better Find and Replace XSS Flaw

  • CVE-2025-14868: WordPress Career Section CSRF 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