Vulnerability identifier: #VU27667
Vulnerability risk: Medium
CVSSv4.0: 6.6 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green]
CVE-ID: CVE-2019-12521
CWE-ID:
CWE-787
Exploitation vector: Network
Exploit availability: No
Vulnerable software:
Squid
Server applications /
IDS/IPS systems, Firewalls and proxy servers
Vendor: Squid-cache.org
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input. When Squid is parsing ESI, it keeps the ESI elements in ESIContext. ESIContext contains a buffer for holding a stack of ESIElements. When a new ESIElement is parsed, it is added via addStackElement. addStackElement has a check for the number of elements in this buffer, but it's off by 1, leading to a Heap Overflow of 1 element. The overflow is within the same structure so it can't affect adjacent memory blocks, and thus just leads to a crash while processing.
Mitigation
Install updates from vendor's website.
Vulnerable software versions
Squid: 3.0.stable1 - 3.5.28, 4.0 - 4.7, 5.0 - 5.0.1
External links
https://www.openwall.com/lists/oss-security/2020/04/23/1
https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12521.txt
https://www.debian.org/security/2020/dsa-4682
https://www.squid-cache.org/Advisories/SQUID-2019_12.txt
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.