First published: Wed Apr 15 2020(Updated: )
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.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
debian/squid | 4.13-10+deb11u3 5.7-2+deb12u2 6.12-1 | |
Squid Web Proxy Cache | <=4.7 | |
Ubuntu Linux | =16.04 | |
Ubuntu Linux | =18.04 | |
Debian Debian Linux | =9.0 | |
Debian Debian Linux | =10.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-12520 is an issue discovered in Squid through version 4.7 and 5 that allows an attacker to bypass access restrictions.
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.
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.
CVE-2019-12520 has a severity rating of 7.5 (high).
To fix CVE-2019-12520, update Squid to version 4.8 or later, or apply the relevant patches provided by Squid.