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

CVE-2025-52494: Adacore Ada Web Server DoS Vulnerability

CVE-2025-52494 is a denial-of-service vulnerability in Adacore Ada Web Server caused by improper SSL handshake handling. Attackers can exhaust worker threads by sending malformed TLS messages. Learn about affected versions, impact, and mitigation strategies.

Published: April 22, 2026

CVE-2025-52494 Overview

CVE-2025-52494 is a denial-of-service (DoS) vulnerability affecting Adacore Ada Web Server (AWS) versions prior to 25.2. The vulnerability stems from improper handling of SSL handshakes during connection initialization, allowing attackers to exhaust server resources by exploiting the absence of proper timeout configurations during the TLS handshake phase.

Critical Impact

Attackers can completely exhaust all available worker threads on vulnerable AWS instances, rendering the server unable to process any new legitimate HTTPS connections and effectively causing a complete service outage.

Affected Products

  • Adacore Ada Web Server (AWS) versions before 25.2
  • All HTTPS-enabled AWS deployments using default timeout configurations
  • Systems with limited worker thread pools are particularly susceptible

Discovery Timeline

  • September 3, 2025 - CVE-2025-52494 published to NVD
  • September 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-52494

Vulnerability Analysis

This vulnerability represents a classic resource exhaustion attack vector (CWE-400) targeting the SSL/TLS handshake mechanism in Adacore Ada Web Server. The core issue lies in how the server processes incoming HTTPS connections during the initial handshake phase.

When a client initiates an HTTPS connection, AWS performs the SSL handshake before assigning the connection to a processing slot. The server architecture dedicates a worker thread (referred to as a "Line" in AWS terminology) to handle each connection. However, the handshake phase lacks a dedicated timeout mechanism, instead relying on the default socket timeout which is effectively infinite.

This design flaw creates a window where an attacker can send a specially crafted TLS ClientHello message with incorrect length values. The malformed packet causes the server to enter a blocking wait state, expecting additional data that will never arrive. Since no timeout terminates this wait, the worker thread remains occupied indefinitely.

Root Cause

The root cause is the absence of a specific timeout configuration for the SSL handshake phase during connection initialization. The server relies on the default socket timeout (effectively infinite) rather than implementing a dedicated, finite timeout for the handshake operation. This allows connections to remain in a pending state indefinitely, consuming worker thread resources without ever completing the handshake or being terminated.

Attack Vector

The attack exploits the network-accessible HTTPS interface and requires no authentication or user interaction. An attacker initiates multiple HTTPS connections to the target server, each sending a malformed TLS ClientHello message with deliberately incorrect length field values.

The malformed ClientHello causes the server's SSL implementation to wait for additional bytes that the attacker never sends. By repeating this process up to the server's maximum connection limit, all available worker threads become blocked waiting for data, preventing the server from accepting or processing any new legitimate requests.

The attack is particularly effective because:

  1. Each malicious connection consumes minimal attacker resources (a single TCP socket)
  2. The server commits a full worker thread per connection
  3. No timeout exists to automatically free blocked threads
  4. The attack persists until the server is restarted or connections are manually terminated

Detection Methods for CVE-2025-52494

Indicators of Compromise

  • Unusual number of TCP connections in a half-open or handshake-pending state on HTTPS ports
  • Worker thread exhaustion alerts or log entries indicating no available processing slots
  • Increased connection timeouts reported by legitimate clients attempting to connect
  • Network traffic analysis showing incomplete TLS handshakes from specific source IPs

Detection Strategies

  • Monitor for connection counts per source IP that exceed normal thresholds, particularly connections that remain in handshake state
  • Implement alerting on worker thread utilization metrics approaching maximum capacity
  • Analyze TLS handshake completion rates; significant drops may indicate active exploitation
  • Review server logs for patterns of connections that never progress past the handshake phase

Monitoring Recommendations

  • Deploy network-level monitoring to track incomplete TLS handshake attempts
  • Configure application performance monitoring to alert on worker thread saturation
  • Establish baseline metrics for normal handshake completion times and connection throughput
  • Implement connection rate limiting at the network perimeter for HTTPS services

How to Mitigate CVE-2025-52494

Immediate Actions Required

  • Upgrade Adacore Ada Web Server to version 25.2 or later immediately
  • Review and configure appropriate SSL handshake timeouts if manual configuration options are available
  • Implement network-level rate limiting to restrict connection attempts per source IP
  • Consider deploying a reverse proxy or load balancer with built-in TLS handshake timeout capabilities

Patch Information

Adacore has released version 25.2 of Ada Web Server which addresses this vulnerability. Organizations should consult the AdaCore Security Advisory SEC.AWS-0095 for detailed patching instructions and release notes. The patch introduces proper timeout handling for the SSL handshake phase, ensuring that connections that fail to complete the handshake within a reasonable timeframe are automatically terminated.

Workarounds

  • Deploy a TLS-terminating reverse proxy (such as nginx or HAProxy) in front of AWS instances with configured handshake timeouts
  • Implement connection rate limiting at the firewall or network level to reduce the impact of connection flooding
  • Configure operating system-level TCP timeout parameters to provide a backstop against indefinite connection holds
  • Reduce the maximum number of concurrent connections if the application can tolerate it, limiting the impact of resource exhaustion
bash
# Example nginx configuration for TLS termination with handshake timeout
# Place nginx in front of AWS to handle TLS and enforce timeouts

server {
    listen 443 ssl;
    server_name your-aws-server.example.com;
    
    # SSL handshake timeout (default is 60s, reduce for protection)
    ssl_handshake_timeout 10s;
    
    # Connection timeouts
    proxy_connect_timeout 10s;
    proxy_read_timeout 30s;
    
    # Rate limiting
    limit_conn_zone $binary_remote_addr zone=conn_limit:10m;
    limit_conn conn_limit 10;
    
    location / {
        proxy_pass http://localhost:8080;  # AWS backend
    }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAdacore Ada Web Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • AdaCore Main Website
  • Vendor Resources
  • AdaCore Security Advisory SEC.AWS-0095
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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