A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-45802

CVE-2024-45802: Squid-cache Squid DoS Vulnerability

CVE-2024-45802 is a denial of service flaw in Squid-cache Squid caused by input validation and resource management bugs. A trusted server can exploit this to attack proxy clients. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-45802 Overview

CVE-2024-45802 affects Squid, an open source caching proxy supporting HTTP, HTTPS, FTP, and other protocols. The vulnerability stems from three related defects: improper input validation, premature release of a resource during its expected lifetime, and missing release of a resource after its effective lifetime. A trusted upstream server can exploit these conditions to trigger a denial of service against every client routed through the proxy. The Squid project addressed the issue in the default build configuration of version 6.10. Squid is widely deployed as a forward and reverse proxy in enterprise, telecommunications, and content delivery environments, making the availability impact significant for downstream services.

Critical Impact

A malicious or compromised upstream server can disrupt proxy availability for all clients, causing widespread service interruption across networks that depend on Squid for web access or caching.

Affected Products

  • Squid versions prior to 6.10 (default build configuration)
  • Debian LTS distributions shipping affected Squid packages
  • NetApp products bundling vulnerable Squid components

Discovery Timeline

  • 2024-10-28 - CVE-2024-45802 published to the National Vulnerability Database
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-45802

Vulnerability Analysis

The flaw is a network-reachable denial of service requiring no authentication or user interaction. An attacker controlling or compromising a server that Squid contacts on behalf of clients can send crafted responses that exercise the defective input validation and resource-handling paths. Because Squid sits in the request path for all proxied traffic, an outage propagates to every dependent client. The Common Weakness Enumeration classifies the primary defect as [CWE-20] Improper Input Validation, combined with resource lifecycle errors that cause the proxy process to consume or release resources incorrectly.

Root Cause

Three distinct defects combine to produce the DoS condition. First, Squid fails to validate specific server-supplied input before processing it. Second, the code prematurely releases a resource that is still expected to be live, producing dangling state. Third, in other code paths, a resource is never released after its effective lifetime ends, producing a leak. Together these defects allow a server response to either crash the worker, exhaust resources, or destabilize internal state.

Attack Vector

The attacker needs control of an upstream HTTP, HTTPS, or FTP server that a Squid client requests. When a client routes a request through the vulnerable proxy to that server, the server returns a crafted response that triggers the defective code path. The attack does not require credentials, prior access to the proxy host, or any client-side interaction. Repeated or sustained malicious responses produce a persistent service outage. Refer to the Squid GitHub Security Advisory GHSA-f975-v7qw-q7hj for vendor technical details.

Detection Methods for CVE-2024-45802

Indicators of Compromise

  • Unexpected Squid worker crashes, restarts, or assertion failed entries in cache.log
  • Sudden growth in Squid memory or file-descriptor usage without matching client load
  • Repeated upstream responses from the same origin preceding proxy instability
  • Client-side connection failures or HTTP 502/504 errors clustered in time

Detection Strategies

  • Compare the installed Squid version against 6.10 using package inventory tooling and flag hosts below the fixed release
  • Monitor Squid process metrics (RSS, open file descriptors, CPU) for anomalous spikes correlated with upstream traffic from specific origins
  • Alert on repeated restarts of the squid service within short windows using systemd or process supervisor logs

Monitoring Recommendations

  • Ingest access.log and cache.log into a centralized logging or SIEM platform and build dashboards for error rates, worker restarts, and upstream response anomalies
  • Track outbound destinations from Squid and correlate crashes with the originating upstream server to identify the malicious endpoint
  • Set availability monitoring on the proxy listener and upstream-facing interfaces to detect partial failures before clients report outages

How to Mitigate CVE-2024-45802

Immediate Actions Required

  • Upgrade Squid to version 6.10 or later using the default build configuration
  • Apply distribution patches such as the Debian LTS update on affected Debian systems
  • Review the NetApp Security Advisory for product-specific fix availability
  • Restart the squid service after upgrading and verify the version with squid -v

Patch Information

The Squid maintainers fixed the vulnerability in the default build configuration of Squid 6.10. Operators compiling Squid from source should rebuild against the patched release and confirm no overridden build flags re-enable the affected code paths. Distribution maintainers, including Debian and NetApp, have published advisories with backported fixes for supported package streams.

Workarounds

  • Restrict the set of upstream destinations Squid can contact using acl and http_access rules to reduce exposure to untrusted servers
  • Place Squid behind egress filtering that blocks connections to unknown or low-reputation origins until patching is complete
  • Configure process supervision to restart Squid automatically on crash as a stopgap, accepting that this only limits, not eliminates, the outage
bash
# Verify installed Squid version after upgrade
squid -v | head -n 1

# Debian/Ubuntu upgrade example
sudo apt-get update && sudo apt-get install --only-upgrade squid
sudo systemctl restart squid
sudo systemctl status squid

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSquid

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.92%

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

  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32748: Squid-cache Squid DoS Vulnerability

  • CVE-2026-33526: Squid Caching Proxy DoS Vulnerability

  • CVE-2024-25111: Squid-cache Squid DoS Vulnerability

  • CVE-2023-5824: Squid-cache Squid DOS Vulnerability
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