Lucene search

K
cvelistMitreCVELIST:CVE-2020-15811
HistorySep 02, 2020 - 4:35 p.m.

CVE-2020-15811

2020-09-0216:35:04
mitre
www.cve.org

7.3 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

51.6%

An issue was discovered in Squid before 4.13 and 5.x before 5.0.4. Due to incorrect data validation, HTTP Request Splitting attacks may succeed against HTTP and HTTPS traffic. This leads to cache poisoning. This allows any client, including browser scripts, to bypass local security and poison the browser cache and any downstream caches with content from an arbitrary source. Squid uses a string search instead of parsing the Transfer-Encoding header to find chunked encoding. This allows an attacker to hide a second request inside Transfer-Encoding: it is interpreted by Squid as chunked and split out into a second request delivered upstream. Squid will then deliver two distinct responses to the client, corrupting any downstream caches.

References