The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-29996

CVE-2025-29996: CAP Back Office 2FA Bypass Vulnerability

CVE-2025-29996 is an authentication bypass flaw in CAP back office application that allows attackers to bypass Two-Factor Authentication. This article covers the technical details, affected systems, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-29996 Overview

CVE-2025-29996 is an authentication bypass vulnerability in the CAP back office application. The flaw resides in the API-based login flow, where the One-Time Password (OTP) verification mechanism is improperly implemented. A remote attacker holding valid credentials can manipulate the API request URL or payload to bypass Two-Factor Authentication (2FA) for other user accounts. The issue is tracked under [CWE-288: Authentication Bypass Using an Alternate Path or Channel] and was published to the NVD on March 13, 2025. CERT-In assigned vulnerability note CIVN-2025-0048 for tracking and coordinated disclosure.

Critical Impact

An authenticated attacker can bypass the OTP step of 2FA and gain access to other users' accounts through manipulated API requests, leading to account takeover within the CAP back office.

Affected Products

  • CAP back office application (API-based login component)
  • Deployments relying on the affected OTP verification flow for 2FA enforcement
  • Refer to CERT-In Vulnerability Note CIVN-2025-0048 for specific version coverage

Discovery Timeline

  • 2025-03-13 - CVE-2025-29996 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-29996

Vulnerability Analysis

The vulnerability stems from improper enforcement of the OTP verification step within the CAP back office API authentication workflow. After the first authentication factor succeeds, the server-side logic fails to bind the OTP challenge to the originating user session or account identifier. An attacker who already holds valid credentials can craft API requests that reference a different user account during the OTP verification phase. The server accepts the manipulated request, treating the OTP challenge as satisfied for the targeted account. This breaks the security guarantee of 2FA, as possession of the second factor for the victim account is not actually verified.

Root Cause

The root cause is a logic flaw in the API login handler. The OTP verification endpoint relies on client-supplied parameters in the request URL or JSON payload to determine which account is being authenticated. Because the server does not cryptographically tie the OTP challenge to a specific session and account on the back end, attackers can substitute account identifiers. This pattern aligns with [CWE-288], where an alternate authentication path lacks the controls present on the primary path.

Attack Vector

Exploitation requires network access to the CAP back office API and a set of valid credentials for any account. The attacker initiates the login flow, intercepts the API request issued during the OTP step using a proxy such as Burp Suite, and modifies the user identifier or session reference to point at a different account. The server completes the login as the targeted user without validating possession of that user's OTP. No user interaction from the victim is required, and exploitation can be scripted against enumerated account identifiers.

No public proof-of-concept exploit code is available. Technical specifics are restricted in the CERT-In Vulnerability Note CIVN-2025-0048.

Detection Methods for CVE-2025-29996

Indicators of Compromise

  • Successful logins where the user identifier in the OTP verification request differs from the account that initiated the credential submission
  • API authentication sequences where the OTP step completes without a preceding OTP delivery event for the same account
  • Multiple successful logins to distinct accounts originating from the same client IP, user agent, or session token within a short window
  • Anomalous session creation events for privileged back office accounts outside normal business hours

Detection Strategies

  • Correlate OTP issuance logs with OTP verification logs and alert on mismatched account identifiers between the two events
  • Instrument the API gateway to log full request paths and payloads for /login and /verify-otp endpoints, then baseline normal parameter values per session
  • Apply behavioral analytics to flag accounts that authenticate from new IP addresses immediately after another account's failed or partial login

Monitoring Recommendations

  • Forward CAP back office application logs, API gateway logs, and authentication server logs to a centralized SIEM for cross-source correlation
  • Enable alerting on bulk account access patterns and rapid switching between user contexts from a single source
  • Review privileged account sessions daily until the vendor patch is applied and verified

How to Mitigate CVE-2025-29996

Immediate Actions Required

  • Restrict network access to the CAP back office API to trusted management networks or VPN-only access until a fix is deployed
  • Force a password reset and re-enrollment of 2FA tokens for all back office users, prioritizing administrative accounts
  • Review authentication logs since March 2025 for signs of OTP bypass and account takeover
  • Engage the vendor and reference CERT-In Vulnerability Note CIVN-2025-0048 to obtain the official patch or hotfix

Patch Information

No vendor patch URL is published in the NVD record at the time of writing. Administrators should contact the CAP back office vendor directly and monitor the CERT-In advisory for updated remediation guidance. Apply the fixed build as soon as it becomes available and validate that the OTP verification endpoint enforces server-side binding between the credential submission and the OTP challenge.

Workarounds

  • Disable API-based login paths if a web-based login flow with enforced OTP binding is available
  • Enforce IP allow-listing on the authentication API to limit exposure to known administrator networks
  • Add a reverse proxy or WAF rule that rejects OTP verification requests where the account identifier in the payload does not match the account associated with the active session token
  • Increase logging verbosity on the authentication API and review logs for the indicators listed above
bash
# Example WAF rule concept (vendor-neutral pseudocode) to block
# OTP verification requests with mismatched account identifiers.
# Replace endpoint paths and field names with values from your deployment.

SecRule REQUEST_URI "@beginsWith /api/login/verify-otp" \
  "phase:2,deny,status:403,log,\
   msg:'CVE-2025-29996: OTP account mismatch',\
   chain"
  SecRule ARGS:user_id "!@streq %{SESSION.user_id}"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-288
  • Technical References
  • CERT-IN Vulnerability Note CIVN-2025-0048
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
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