CVE-2019-12520: Input Validation
An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo (username and password) for certain protocols. This decoded info is prepended to the domain. This allows an attacker to provide a username that has special characters to delimit the domain, and treat the rest of the URL as a path or query string. An attacker could first make a request to their domain using an encoded username, then when a request for the target domain comes in that decodes to the exact URL, it will serve the attacker's HTML instead of the real HTML. On Squid servers that also act as reverse proxies, this allows an attacker to gain access to features that only reverse proxies can use, such as ESI.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is CVE-2019-12520?
CVE-2019-12520 is an issue discovered in Squid through version 4.7 and 5 that allows an attacker to bypass access restrictions.
How does CVE-2019-12520 work?
CVE-2019-12520 works by making a MD5 hash of the absolute URL of a request in Squid and serves the request if it is found in the cache.
Which software versions are affected by CVE-2019-12520?
CVE-2019-12520 affects Squid versions 4.6-1+deb10u7, 4.6-1+deb10u8, 4.13-10+deb11u2, 5.7-2, and 6.3-1, as well as Ubuntu Linux 16.04, Ubuntu Linux 18.04, and Debian Linux 9.0 and 10.0.
What is the severity of CVE-2019-12520?
CVE-2019-12520 has a severity rating of 7.5 (high).
How can I fix CVE-2019-12520?
To fix CVE-2019-12520, update Squid to version 4.8 or later, or apply the relevant patches provided by Squid.