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-2026-40396

CVE-2026-40396: Varnish Cache 9 DoS Vulnerability

CVE-2026-40396 is a denial of service vulnerability in Varnish Cache 9 that causes daemon panic through workspace overflow. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 17, 2026

CVE-2026-40396 Overview

CVE-2026-40396 is a denial of service vulnerability in Varnish Cache 9.0.0 that allows a malicious client to trigger a workspace overflow, resulting in a daemon panic and server crash. The vulnerability emerged from the port of the Varnish Enterprise non-blocking architecture for HTTP/2 and affects the HTTP/1 request pipelining operation.

Critical Impact

Attackers can crash the Varnish Cache server by exploiting the workspace overflow during HTTP/1 pipelining operations, causing service disruption for all users relying on the caching proxy.

Affected Products

  • Varnish Cache 9.0.0

Discovery Timeline

  • 2026-04-12 - CVE CVE-2026-40396 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-40396

Vulnerability Analysis

This vulnerability is classified as CWE-670 (Always-Incorrect Control Flow Implementation). The flaw exists in the HTTP/1 request pipelining mechanism within Varnish Cache 9.0.0. When code was ported from Varnish Enterprise's non-blocking architecture for HTTP/2, new code was required to adapt to a more recent workspace API that formalizes pipelining operations.

During the code merge process, conflicts arose due to differences between the Varnish Cache and Varnish Enterprise codebases, including partial support for trailers in Varnish Enterprise. The conflict resolution missed a critical code path that should configure pipelining to perform a complete workspace rollback. This oversight removes the guarantee that prefetched data will fit inside workspace_client during the transition between requests.

Root Cause

The root cause lies in incomplete merge conflict resolution during the port of Varnish Enterprise's non-blocking HTTP/2 architecture to Varnish Cache. A code path responsible for configuring pipelining to perform a complete workspace rollback was missed, causing the system to lose the guarantee that prefetched data would fit within the workspace_client buffer. When this buffer is exceeded, it triggers a workspace overflow condition that causes the Varnish daemon to panic.

Attack Vector

An attacker can exploit this vulnerability by sending an HTTP/1 request to the Varnish Cache server, then waiting for the session to release its worker thread (controlled by the timeout_linger setting). Before the session closes (controlled by timeout_idle), the attacker resumes traffic and sends multiple requests simultaneously to trigger a pipelining operation. This sequence causes the workspace overflow condition, resulting in a daemon panic that crashes the Varnish server.

The attack requires network access and specific timing to exploit the window between timeout_linger and timeout_idle, making exploitation complexity higher than typical denial of service attacks.

Detection Methods for CVE-2026-40396

Indicators of Compromise

  • Unexpected Varnish daemon crashes or panics in system logs
  • Multiple rapid HTTP/1 connections from single source IPs exhibiting unusual timing patterns
  • Workspace overflow errors in Varnish log files
  • Service interruptions correlating with pipelined HTTP/1 request patterns

Detection Strategies

  • Monitor Varnish daemon logs for panic events and workspace overflow messages
  • Implement anomaly detection for HTTP/1 connections that exhibit long pauses followed by rapid multi-request bursts
  • Track connection patterns matching the timeout_linger to timeout_idle exploitation window
  • Deploy SentinelOne Singularity to detect and alert on service crash events and suspicious network patterns

Monitoring Recommendations

  • Configure alerting for Varnish service restarts or unexpected terminations
  • Monitor network traffic for HTTP/1 pipelining abuse patterns
  • Establish baseline connection timing metrics to identify anomalous behavior
  • Enable detailed Varnish logging to capture workspace-related events

How to Mitigate CVE-2026-40396

Immediate Actions Required

  • Upgrade Varnish Cache to version 9.0.1 or later immediately
  • Review and potentially reduce timeout_linger values to narrow the exploitation window
  • Consider implementing rate limiting on HTTP/1 connections from individual IP addresses
  • Monitor Varnish service health and configure automatic restart mechanisms as a temporary measure

Patch Information

Varnish has released version 9.0.1 which addresses this vulnerability. The patch corrects the workspace rollback code path that was missed during the merge from Varnish Enterprise. Detailed information is available in the GitHub release notes and the GitHub Issue #15 tracking this vulnerability.

Workarounds

  • Reduce the timeout_linger parameter to minimize the exploitation window between worker thread release and session closure
  • Implement front-end rate limiting to restrict rapid successive connections from single sources
  • Deploy a Web Application Firewall (WAF) to detect and block suspicious HTTP/1 pipelining patterns
  • Consider temporarily disabling HTTP/1 pipelining if operationally feasible while awaiting patch deployment
bash
# Configuration example - reduce timeout_linger to minimize exploitation window
# In your Varnish VCL or startup parameters:
# -p timeout_linger=0.1

# Verify current Varnish version
varnishd -V

# Restart Varnish after upgrade to 9.0.1
systemctl restart varnish

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVarnish Cache

  • SeverityMEDIUM

  • CVSS Score4.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-670
  • Technical References
  • GitHub Issue #15

  • GitHub Varnish Release 9.0.1
  • Related CVEs
  • CVE-2026-40394: Varnish Cache DoS Vulnerability

  • CVE-2026-34475: Varnish Cache Auth Bypass Vulnerability

  • CVE-2022-23959: Varnish Cache Request Smuggling Flaw

  • CVE-2021-36740: Varnish Cache Auth Bypass 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