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

CVE-2025-29998: CAP Back Office OTP Flooding Vulnerability

CVE-2025-29998 is an OTP bombing vulnerability in CAP back office application caused by missing rate limiting on OTP requests. Authenticated attackers can flood systems with OTP messages. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 11, 2026

CVE-2025-29998 Overview

CVE-2025-29998 affects the CAP back office application and stems from missing rate limiting on One-Time Password (OTP) requests in an API endpoint. An authenticated remote attacker can submit repeated OTP requests through the vulnerable endpoint, triggering OTP bombing or flooding against targeted users. The flaw maps to CWE-799: Improper Control of Interaction Frequency and was disclosed through CERT-In Security Advisory CIVN-2025-0048. The vulnerability impacts availability of the OTP delivery channel and the messaging or email infrastructure used to dispatch codes.

Critical Impact

Authenticated attackers can flood the OTP delivery system, exhaust messaging resources, and disrupt legitimate authentication workflows.

Affected Products

  • CAP back office application (as listed in CERT-In advisory CIVN-2025-0048)
  • Specific version information was not published in the available references
  • Refer to the CERT-In advisory for vendor-supplied product details

Discovery Timeline

  • 2025-03-13 - CVE-2025-29998 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-29998

Vulnerability Analysis

The vulnerability resides in an OTP request API endpoint of the CAP back office application. The endpoint does not enforce a frequency or rate limit on inbound requests from authenticated callers. An attacker who holds valid credentials can script repeated calls to the endpoint, each of which causes the backend to generate and dispatch an OTP to a target recipient.

This behavior produces two compounding effects. First, the targeted user receives a flood of OTP messages via SMS, email, or push notification, creating a denial-of-service condition against the recipient and the delivery channel. Second, the backend SMS or email gateway consumes quota, budget, and processing capacity that legitimate users depend on. CWE-799 categorizes this class of weakness as Improper Control of Interaction Frequency.

Root Cause

The root cause is the absence of server-side throttling controls on the OTP generation endpoint. Effective OTP flows require per-account, per-IP, and per-recipient rate limits, cooldown windows between successive requests, and CAPTCHA or proof-of-work challenges. None of these controls are enforced on the affected endpoint, allowing automated abuse.

Attack Vector

The attack requires network access to the API and valid authentication to the CAP back office. The attacker authenticates, identifies the OTP request endpoint, and issues repeated requests targeting a victim identifier such as a phone number or email address. No user interaction is required on the victim side. The exploitation flow does not require code execution or memory corruption primitives - it is a logic and policy abuse of a normal API.

No verified public proof-of-concept code is referenced in the advisory.

Detection Methods for CVE-2025-29998

Indicators of Compromise

  • High-frequency requests to the OTP generation endpoint originating from a single authenticated session or API token
  • Spikes in outbound SMS or email volume from the OTP delivery service without a corresponding rise in successful logins
  • Multiple OTP requests targeting the same recipient identifier within short time windows
  • User complaints reporting unsolicited OTP messages received in rapid succession

Detection Strategies

  • Instrument the OTP endpoint with per-account, per-IP, and per-target counters and alert when thresholds are exceeded
  • Correlate authentication logs with OTP dispatch logs to identify sessions generating disproportionate request volumes
  • Baseline normal OTP request rates per user and flag statistical outliers using anomaly identification

Monitoring Recommendations

  • Forward API access logs, authentication events, and SMS/email gateway telemetry to a centralized analytics platform for correlation
  • Track OTP delivery cost and quota consumption as a security signal, not only as a billing metric
  • Monitor for authenticated accounts that suddenly shift behavior from interactive use to scripted high-volume API calls

How to Mitigate CVE-2025-29998

Immediate Actions Required

  • Apply the vendor patch or update referenced in CERT-In advisory CIVN-2025-0048 once available for your deployment
  • Deploy a Web Application Firewall (WAF) or API gateway rule that limits requests to the OTP endpoint per source identity and per target recipient
  • Audit recent OTP dispatch logs for anomalous volumes and notify any users who received unsolicited OTP floods

Patch Information

Refer to the CERT-In Security Advisory CIVN-2025-0048 for vendor-supplied remediation guidance and fixed version details. No additional vendor advisory URLs were published in the enriched CVE record at the time of writing.

Workarounds

  • Enforce rate limits at the reverse proxy or API gateway layer until the upstream fix is deployed
  • Add CAPTCHA or progressive delays to OTP request flows to break automated abuse loops
  • Implement a server-side cooldown that rejects repeat OTP requests for the same recipient within a defined interval
  • Cap daily OTP volume per account and per recipient and alert on threshold breaches
bash
# Example NGINX rate limit for an OTP endpoint
# Limit each client IP to 1 request every 30 seconds with a small burst
http {
    limit_req_zone $binary_remote_addr zone=otp_zone:10m rate=2r/m;

    server {
        location /api/otp/request {
            limit_req zone=otp_zone burst=2 nodelay;
            limit_req_status 429;
            proxy_pass http://cap_backoffice_upstream;
        }
    }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.63%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-799
  • Technical References
  • CERT-In Security Advisory CIVN-2025-0048
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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