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-2026-9303

CVE-2026-9303: Cal.com cal.diy CSRF Vulnerability

CVE-2026-9303 is a cross-site request forgery flaw in Cal.com cal.diy up to version 4.9.4 that allows remote attackers to execute unauthorized actions. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-9303 Overview

CVE-2026-9303 is a Cross-Site Request Forgery (CSRF) vulnerability affecting calcom cal.diy versions up to 4.9.4 [CWE-352]. An attacker can trigger the flaw remotely by inducing an authenticated user to interact with a crafted request. The affected functionality is not publicly documented, but exploitation requires user interaction and no privileges on the target application. According to the VulDB submission, the exploit code is publicly available and the vendor did not respond to coordinated disclosure outreach.

Critical Impact

Remote attackers can perform unauthorized state-changing actions in the context of authenticated cal.diy users by leveraging publicly available proof-of-concept code.

Affected Products

  • calcom cal.diy versions up to and including 4.9.4
  • Deployments exposing the affected endpoint to authenticated users via browsers
  • Self-hosted instances that have not applied vendor remediation

Discovery Timeline

  • 2026-05-23 - CVE-2026-9303 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-9303

Vulnerability Analysis

The vulnerability is classified under [CWE-352] Cross-Site Request Forgery. The affected cal.diy component fails to validate that state-changing HTTP requests originate from a trusted source. An attacker hosts or injects a malicious page that issues forged requests to the application. When an authenticated victim loads that page, the browser automatically attaches session cookies, and the server processes the request as legitimate. The NVD entry indicates the impacted function is undisclosed, but the consequence is unauthorized actions executed on behalf of the victim.

Root Cause

The root cause is the absence of an anti-CSRF control on at least one state-changing endpoint in cal.diy. Effective mitigations such as synchronizer tokens, double-submit cookies, SameSite cookie attributes, or origin/referer validation are either missing or improperly enforced. Without these controls, the application cannot distinguish between a request initiated by the legitimate user interface and one forged by an attacker-controlled site.

Attack Vector

Exploitation occurs over the network and requires user interaction. The attacker delivers a malicious link, embedded image, auto-submitting form, or fetch call through phishing, a watering-hole page, or a cross-origin advertisement. The victim must be authenticated to the cal.diy instance at the time of interaction. The CVSS 4.0 vector reflects low integrity impact, no confidentiality impact, and no availability impact, consistent with a CSRF that abuses application functions rather than exfiltrating data.

No verified code examples are available. Proof-of-concept material is referenced in the public GitHub PoC gist 26663d9 and GitHub PoC gist dafada3, and the VulDB Vulnerability #365250 entry.

Detection Methods for CVE-2026-9303

Indicators of Compromise

  • Unexpected state changes in cal.diy resources tied to authenticated user accounts without corresponding user-driven UI activity
  • HTTP requests to sensitive cal.diy endpoints carrying a Referer or Origin header pointing to untrusted third-party domains
  • Spikes of identical POST or PUT requests across multiple user sessions originating from external referrers

Detection Strategies

  • Inspect web server and reverse proxy logs for state-changing requests where Origin or Referer does not match the application host
  • Correlate authentication session telemetry with action audit logs to flag actions that lack a preceding navigation event
  • Deploy web application firewall rules that alert on cross-origin form submissions to cal.diy write endpoints

Monitoring Recommendations

  • Enable verbose audit logging on all cal.diy write operations and forward logs to a centralized analytics platform
  • Monitor user-reported anomalies such as unintended configuration changes, calendar modifications, or account setting updates
  • Track outbound phishing campaigns and malicious URLs referencing the cal.diy host as part of brand-abuse monitoring

How to Mitigate CVE-2026-9303

Immediate Actions Required

  • Inventory all cal.diy deployments and identify any instance running version 4.9.4 or earlier
  • Restrict access to the application to trusted networks or behind authenticated VPN until a fix is verified
  • Educate users to log out of cal.diy when not in active use and to avoid clicking untrusted links while authenticated

Patch Information

No vendor patch has been published at the time of NVD entry. The VulDB record notes that the vendor was contacted early but did not respond. Operators should track the VulDB Vulnerability #365250 entry and the upstream cal.diy repository for fixes addressing CWE-352.

Workarounds

  • Configure session cookies with SameSite=Strict or SameSite=Lax at the reverse proxy or application layer to block cross-site cookie attachment
  • Add a web application firewall rule that rejects state-changing requests lacking a same-origin Origin or Referer header
  • Require re-authentication or step-up verification for sensitive operations within cal.diy
bash
# Example nginx configuration enforcing same-origin for state-changing requests
map $request_method $is_write_method {
    default 0;
    POST    1;
    PUT     1;
    PATCH   1;
    DELETE  1;
}

map "$is_write_method:$http_origin" $csrf_block {
    default 0;
    "~^1:(?!https://cal\.example\.com).*" 1;
    "1:"                                  1;
}

server {
    listen 443 ssl;
    server_name cal.example.com;

    if ($csrf_block) {
        return 403;
    }

    # Harden session cookies
    proxy_cookie_flags ~ secure samesite=strict httponly;

    location / {
        proxy_pass http://cal_diy_upstream;
    }
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechCalcom

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub PoC Repository

  • GitHub PoC Repository

  • VulDB Submission #812173

  • VulDB Submission #812175

  • VulDB Vulnerability #365250

  • VulDB Vulnerability #365250 CTI
  • Related CVEs
  • CVE-2026-9349: Cal.com Information Disclosure Vulnerability

  • CVE-2026-9304: Cal.com cal.diy SSRF Vulnerability
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