CVE-2026-93894 PUBLISHED

Assigner: mitre
Reserved: 18.09.2026 Published: 18.09.2026 Updated: 18.09.2026

In Vinyl Cache before 9.0,2, workspace buffer overflow vulnerability was found in the .upper() and .lower() string type methods of VCL. This can be used as a remote denial of service (DoS) vector to make the child process segfault or assert, and then restart. Effectively exploiting this vulnerability requires prior knowledge about the VCL in use and the ability to craft a request that contains a string that is long enough to fill the remaining workspace at the call site while staying under the different request size limits (http_req_size, http_req_hdr_len, etc.).

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/AU:N/R:A/V:D/RE:L/U:Clear
CVSS Score: 2.3

Product Status

Vendor Vinyl-Cache
Product Vinyl Cache
Versions Default: unaffected
  • affected from 0 to 9.0.2 (excl.)
  • affected from 0 to 90f5bacc14b2404e6cc349ba015f0f73b8515136 (excl.)
Vendor Varnish-Software
Product Varnish Cache
Versions Default: unaffected
  • affected from 9.0.0 to 9.0.4 (excl.)
  • affected from 0 to c5078ae575201b05ae8674a90ddb19ffe7f4b439 (excl.)
  • affected from 6.3.0 to 8.0.2 (incl.)

Affected Configurations

Use of .upper() or .lower() string type methods in VCL

Workarounds

replace the .upper() and .lower() VCL type method calls by their respective vmod_std counterparts: std.toupper() and std.tolower().

Solutions

Update to unaffected Version

References

Problem Types

  • CWE-787 Out-of-bounds Write CWE