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

CVE-2025-31990: HCL Velocity DoS Vulnerability

CVE-2025-31990 is a denial of service flaw in HCL Velocity caused by insufficient rate limiting on API calls. Attackers can flood the system with requests to make it unresponsive. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2025-31990 Overview

CVE-2025-31990 is a Denial of Service (DoS) vulnerability affecting HCL Velocity that stems from improper enforcement of rate limiting on certain API endpoints. This vulnerability allows attackers to flood the system with excessive requests, overwhelming server resources and rendering the application unresponsive to legitimate users. The vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling).

Critical Impact

Successful exploitation could cause complete service disruption for HCL Velocity deployments, affecting DevOps pipeline operations and release management workflows.

Affected Products

  • HCL Velocity versions prior to 5.1.7

Discovery Timeline

  • 2026-02-07 - CVE CVE-2025-31990 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2025-31990

Vulnerability Analysis

This vulnerability represents a resource exhaustion condition where the HCL Velocity application fails to properly enforce rate limiting mechanisms on specific API endpoints. Without proper throttling controls, the system cannot distinguish between normal operational traffic patterns and malicious request floods. The attack can be executed over the network and requires high privileges to exploit, though successful exploitation can have cross-scope impact on system availability.

The absence of rate limiting creates a direct path to resource exhaustion. When an attacker submits requests at a rate exceeding the server's processing capacity, system resources such as CPU, memory, network connections, and thread pools become saturated, ultimately causing legitimate requests to fail or timeout.

Root Cause

The root cause is improper implementation of resource allocation controls as classified by CWE-770 (Allocation of Resources Without Limits or Throttling). The affected API endpoints lack proper request throttling mechanisms, allowing unlimited request submission without enforcement of reasonable consumption boundaries. This design flaw enables attackers to consume disproportionate system resources through sustained high-volume requests.

Attack Vector

The attack vector is network-based, allowing remote exploitation without user interaction. An attacker with high-level privileges can target the unprotected API endpoints by sending a high volume of requests in rapid succession. The attack methodology involves:

  1. Identifying API endpoints lacking rate limiting controls
  2. Crafting automated request floods targeting these endpoints
  3. Sustaining the attack to exhaust server resources
  4. Maintaining the flood to prevent service recovery

The vulnerability mechanism exploits the absence of request throttling. When API calls are received, the server allocates resources to process each request without verifying whether the requester has exceeded reasonable usage thresholds. For detailed technical information, refer to the HCL Software Knowledge Base Article.

Detection Methods for CVE-2025-31990

Indicators of Compromise

  • Abnormally high API request volumes from single source IPs or authenticated users
  • Sudden spikes in server resource utilization (CPU, memory, network connections)
  • Increased response latency or HTTP 503/504 error rates
  • Application log entries showing repeated rapid-fire requests to the same endpoints

Detection Strategies

  • Implement API gateway monitoring to track request rates per client/user
  • Configure alerting thresholds for API call frequency anomalies
  • Deploy network traffic analysis to identify request flood patterns
  • Monitor HCL Velocity application logs for repeated authentication attempts followed by high-volume API calls

Monitoring Recommendations

  • Establish baseline metrics for normal API usage patterns in your HCL Velocity deployment
  • Configure real-time dashboards tracking requests per second, unique client counts, and error rates
  • Set up automated alerts when request volumes exceed established thresholds
  • Enable detailed API access logging for forensic analysis capabilities

How to Mitigate CVE-2025-31990

Immediate Actions Required

  • Upgrade HCL Velocity to version 5.1.7 or later immediately
  • Review current API access logs for signs of exploitation attempts
  • Implement network-level rate limiting as a temporary compensating control
  • Consider restricting API access to trusted networks or IP ranges until patch deployment

Patch Information

HCL has addressed this vulnerability in HCL Velocity version 5.1.7. Organizations should prioritize upgrading to this version or later to remediate the vulnerability. Additional details and patch download information are available in the HCL Software Knowledge Base Article.

Workarounds

  • Deploy a Web Application Firewall (WAF) or API gateway with rate limiting capabilities in front of HCL Velocity
  • Configure network-level connection throttling to limit requests per IP address
  • Implement authentication-aware rate limiting at the load balancer level
  • Temporarily restrict API access to essential operations and trusted clients only
bash
# Example: Nginx rate limiting configuration as compensating control
# Add to nginx.conf or site configuration
limit_req_zone $binary_remote_addr zone=velocity_api:10m rate=10r/s;

location /api/ {
    limit_req zone=velocity_api burst=20 nodelay;
    limit_req_status 429;
    proxy_pass http://velocity_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHcl Velocity

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • HCL Software Knowledge Base Article
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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