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

CVE-2025-54939: LiteSpeed QUIC Library Memory Leak Flaw

CVE-2025-54939 is a memory leak vulnerability in LiteSpeed QUIC Library affecting versions before 4.3.1. This flaw can lead to resource exhaustion and service degradation. Explore technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-54939 Overview

CVE-2025-54939 is a memory leak vulnerability in the LiteSpeed QUIC (LSQUIC) Library before version 4.3.1. The vulnerability exists in the lsquic_engine_packet_in() function, which fails to properly deallocate memory during packet processing. This flaw can be exploited remotely by unauthenticated attackers to cause resource exhaustion and denial of service conditions on affected servers.

The LSQUIC library is a widely-deployed implementation of the QUIC protocol used by LiteSpeed Web Server, LiteSpeed Web ADC, and OpenLiteSpeed. Due to the network-accessible nature of this vulnerability and the lack of authentication requirements, servers running vulnerable versions are at significant risk of availability disruption.

Critical Impact

Remote attackers can exhaust server memory resources through the lsquic_engine_packet_in() memory leak, causing denial of service on LiteSpeed-powered web infrastructure without authentication.

Affected Products

  • LiteSpeed Web ADC (versions prior to patched releases)
  • LiteSpeed Web Server (versions prior to patched releases)
  • LSQUIC Library (versions before 4.3.1)
  • OpenLiteSpeed (versions prior to patched releases)

Discovery Timeline

  • 2025-07-17 - LSQUIC version 4.3.1 released with fix for memory leak
  • 2025-08-01 - CVE-2025-54939 published to NVD
  • 2025-08-18 - LiteSpeed Technologies releases security update advisory
  • 2025-08-27 - Last updated in NVD database

Technical Details for CVE-2025-54939

Vulnerability Analysis

The vulnerability stems from improper memory management in the LSQUIC library's packet processing engine. When the lsquic_engine_packet_in() function processes incoming QUIC packets, it allocates memory resources that are not properly freed under certain conditions. This memory leak can be triggered during the pre-handshake phase of QUIC connections, meaning attackers do not need to complete the connection establishment process to exploit the flaw.

The denial of service impact is particularly severe because QUIC operates over UDP, allowing attackers to send malicious packets with spoofed source addresses. Combined with the low attack complexity and no required privileges, this creates favorable conditions for amplification-style attacks against target infrastructure.

Root Cause

The root cause is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and CWE-401 (Missing Release of Memory after Effective Lifetime). The lsquic_engine_packet_in() function allocates memory for packet processing but fails to release this memory in specific code paths, leading to progressive memory exhaustion as malicious packets are processed.

Attack Vector

The attack vector is network-based and requires no user interaction or authentication. An attacker can send specially crafted QUIC packets to a vulnerable server, triggering the memory leak in lsquic_engine_packet_in(). Since the vulnerability is exploitable during the pre-handshake phase, attackers can repeatedly send malicious packets to rapidly deplete available server memory, ultimately causing the service to crash or become unresponsive.

The following patch was applied in version 4.3.1 to address the vulnerability:

text
+2025-07-17
+    - 4.3.1
+    - Fix a memory leak in lsquic_engine_packet_in()
+
 2025-06-17
     - 4.3.0
     - Add WebTransport support.

Source: GitHub lsquic Commit

Detection Methods for CVE-2025-54939

Indicators of Compromise

  • Abnormal memory consumption growth on LiteSpeed server processes
  • Elevated UDP traffic on QUIC ports (typically port 443)
  • Server processes crashing or becoming unresponsive due to out-of-memory conditions
  • Unusual volume of incomplete QUIC handshake attempts in server logs

Detection Strategies

  • Monitor memory utilization trends on servers running LSQUIC-based applications
  • Implement network-level monitoring for anomalous QUIC packet volumes
  • Configure alerting for rapid memory consumption increases in LiteSpeed processes
  • Review system logs for OOM (Out of Memory) killer activity targeting web server processes

Monitoring Recommendations

  • Deploy application performance monitoring (APM) to track memory allocation patterns in LSQUIC components
  • Establish baseline metrics for normal QUIC traffic volumes and alert on deviations
  • Enable detailed logging for QUIC connection attempts to identify potential attack patterns
  • Implement rate limiting on UDP traffic at the network perimeter to mitigate volumetric attacks

How to Mitigate CVE-2025-54939

Immediate Actions Required

  • Upgrade LSQUIC library to version 4.3.1 or later immediately
  • Update LiteSpeed Web Server, LiteSpeed Web ADC, and OpenLiteSpeed to patched versions
  • Review the LiteSpeed Security Update for specific patched version numbers
  • Implement rate limiting for incoming QUIC connections as a temporary protective measure

Patch Information

LiteSpeed Technologies has released version 4.3.1 of the LSQUIC library to address this vulnerability. The fix corrects the memory leak in lsquic_engine_packet_in(). The patch is available through the official GitHub repository and through LiteSpeed's product update channels. Organizations should consult the LiteSpeed Security Update for comprehensive guidance on applying the patch to their specific deployment.

Workarounds

  • Configure firewall rules to limit UDP traffic on QUIC ports from untrusted sources
  • Implement connection rate limiting at load balancers or reverse proxies
  • If QUIC is not required, disable HTTP/3 and QUIC support to eliminate the attack surface
  • Deploy DDoS protection services capable of identifying and filtering malicious QUIC traffic
bash
# Example: Rate limit UDP connections on QUIC port using iptables
iptables -A INPUT -p udp --dport 443 -m limit --limit 100/sec --limit-burst 200 -j ACCEPT
iptables -A INPUT -p udp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLitespeed Web Adc

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • 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-770

  • CWE-401
  • Technical References
  • GitHub lsquic Changelog

  • GitHub lsquic Commit

  • Imperva CVE-2025-54939 Analysis
  • Vendor Resources
  • LiteSpeed Security Update
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

  • CVE-2026-43331: Linux Kernel DOS 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