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-2025-66489

CVE-2025-66489: Cal.com Authentication Bypass Vulnerability

CVE-2025-66489 is an authentication bypass flaw in Cal.com scheduling software that allows attackers to circumvent password verification using TOTP codes. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-66489 Overview

CVE-2025-66489 is a critical authentication bypass vulnerability in Cal.com, an open-source scheduling software. The flaw exists in the login credentials provider and allows an attacker to bypass password verification when a Time-based One-Time Password (TOTP) code is provided. This vulnerability stems from problematic conditional logic in the authentication flow, potentially enabling unauthorized access to user accounts without valid credentials.

Critical Impact

Attackers can gain unauthorized access to Cal.com user accounts by exploiting flawed authentication logic, completely bypassing password verification when a TOTP code is submitted.

Affected Products

  • Cal.com versions prior to 5.9.8
  • Self-hosted Cal.com instances running vulnerable versions
  • Cloud deployments using affected Cal.com authentication modules

Discovery Timeline

  • 2025-12-03 - CVE-2025-66489 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2025-66489

Vulnerability Analysis

This authentication bypass vulnerability (CWE-303: Incorrect Implementation of Authentication Algorithm) occurs due to flawed conditional logic in Cal.com's login credentials provider. When a user submits a TOTP code during the authentication process, the system fails to properly enforce password verification as a required step. The conditional checks in the authentication flow contain a logic error that allows the TOTP verification to serve as a standalone authentication mechanism, rather than as a second factor that supplements password verification.

The vulnerability is exploitable remotely without any prior authentication or user interaction. An attacker with knowledge of a target user's username/email and a valid TOTP code (or potentially any TOTP code depending on implementation specifics) can bypass the password requirement entirely. This represents a fundamental breakdown in the multi-factor authentication model, where the "something you know" (password) factor becomes optional rather than mandatory.

Root Cause

The root cause lies in the incorrect implementation of the authentication algorithm within the login credentials provider. The conditional logic evaluating authentication success improperly treats the presence of a TOTP code as sufficient for authentication, failing to verify that password validation has also been completed. This creates a logic shortcut that attackers can exploit to circumvent the expected authentication sequence.

Attack Vector

The attack can be executed remotely over the network with low complexity. An attacker targets the Cal.com login endpoint by submitting authentication requests that include TOTP codes while exploiting the flawed validation logic. The attack requires no privileges on the target system and no user interaction, making it highly exploitable. Due to the changed scope indicated in the vulnerability assessment, successful exploitation can impact resources beyond the vulnerable component itself, potentially affecting other connected systems and user data.

The exploitation involves crafting authentication requests to the login credentials provider that trigger the vulnerable code path. By manipulating the authentication parameters to include TOTP-related fields, attackers can cause the system to skip password verification checks. Technical details of the specific exploitation methodology are available in the GitHub Security Advisory.

Detection Methods for CVE-2025-66489

Indicators of Compromise

  • Authentication logs showing successful logins with TOTP verification but abnormal or missing password validation events
  • Unusual login patterns such as multiple successful authentications from disparate geographic locations or IP addresses
  • Account access from previously unseen devices or user agents following TOTP-based authentication

Detection Strategies

  • Monitor authentication logs for login sequences that include TOTP verification without corresponding password validation entries
  • Implement anomaly detection for authentication patterns that deviate from normal user behavior
  • Review access logs for accounts that may have been compromised through authentication bypass attempts

Monitoring Recommendations

  • Enable detailed logging for all authentication events including password and TOTP verification steps
  • Set up alerts for authentication anomalies such as impossible travel scenarios or rapid successive logins
  • Audit user session activity for signs of unauthorized access following suspicious authentication events

How to Mitigate CVE-2025-66489

Immediate Actions Required

  • Upgrade Cal.com to version 5.9.8 or later immediately to address this vulnerability
  • Conduct a security audit of authentication logs to identify potential compromise during the exposure window
  • Force password resets for accounts showing suspicious authentication activity
  • Review and validate all recent account modifications and scheduled events for unauthorized changes

Patch Information

The vulnerability has been fixed in Cal.com version 5.9.8. Organizations running self-hosted Cal.com installations should update to this version or later. The patch corrects the flawed conditional logic in the login credentials provider to ensure password verification is properly enforced regardless of TOTP presence. Refer to the GitHub Security Advisory for detailed patch information.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling TOTP authentication until the upgrade can be completed
  • Implement additional access controls at the network level to limit exposure of the authentication endpoint
  • Enable additional logging and monitoring to detect potential exploitation attempts while awaiting the patch deployment
bash
# Upgrade Cal.com to patched version
# For npm-based installations:
npm update @calcom/cal.com@5.9.8

# Verify the installed version
npm list @calcom/cal.com

# Review authentication logs for suspicious activity
grep -E "login|auth|totp" /var/log/calcom/auth.log | \
  grep -v "password_verified" | \
  tail -n 100

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCal Com

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/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-303
  • Technical References
  • GitHub Security Advisory
  • 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