CVE-2026-40395
Received
Received - Intake
Workspace Overflow DoS in Varnish Enterprise Shared VCL
Publication date: 2026-04-12
Last updated on: 2026-04-17
Assigner: MITRE
Description
Description
Varnish Enterprise before 6.0.16r12 allows a "workspace overflow" denial of service (daemon panic) for shared VCL. The headerplus.write_req0() function from vmod_headerplus updates the underlying req0, which is normally the original read-only request from which req is derived (readable and writable from VCL). This is useful in the active VCL, after amending req, to prepare a refined req0 before switching to a different VCL with the return (vcl(<label>)) action. This is for example how the Varnish Controller operates shared VCL deployments. If the amended req contained too many header fields for req0, this would have resulted in a workspace overflow that would in turn trigger a panic and crash the Varnish Enterprise server. This could be used as a Denial of Service attack vector by malicious clients.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| varnish-software | varnish_enterprise | to 6.0.15 (inc) |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
| varnish-software | varnish_enterprise | 6.0.16 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |