CVE-2019-12521

An issue was discovered in Squid through 4.7. 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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:squid-cache:squid:*:*:*:*:*:*:*:*
cpe:2.3:a:squid-cache:squid:*:*:*:*:*:*:*:*
cpe:2.3:a:squid-cache:squid:*:*:*:*:*:*:*:*

Configuration 2 (hide)

OR cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*

Configuration 3 (hide)

OR cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*

Configuration 4 (hide)

cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*

History

21 Nov 2024, 04:23

Type Values Removed Values Added
References () http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00018.html - Mailing List, Third Party Advisory () http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00018.html - Mailing List, Third Party Advisory
References () http://www.openwall.com/lists/oss-security/2020/04/23/1 - Mailing List, Patch, Third Party Advisory () http://www.openwall.com/lists/oss-security/2020/04/23/1 - Mailing List, Patch, Third Party Advisory
References () https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12521.txt - Third Party Advisory () https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12521.txt - Third Party Advisory
References () https://lists.debian.org/debian-lts-announce/2020/07/msg00009.html - Mailing List, Third Party Advisory () https://lists.debian.org/debian-lts-announce/2020/07/msg00009.html - Mailing List, Third Party Advisory
References () https://security.gentoo.org/glsa/202005-05 - Third Party Advisory () https://security.gentoo.org/glsa/202005-05 - Third Party Advisory
References () https://security.netapp.com/advisory/ntap-20210205-0006/ - Third Party Advisory () https://security.netapp.com/advisory/ntap-20210205-0006/ - Third Party Advisory
References () https://usn.ubuntu.com/4356-1/ - Third Party Advisory () https://usn.ubuntu.com/4356-1/ - Third Party Advisory
References () https://www.debian.org/security/2020/dsa-4682 - Third Party Advisory () https://www.debian.org/security/2020/dsa-4682 - Third Party Advisory

Information

Published : 2020-04-15 19:15

Updated : 2024-11-21 04:23


NVD link : CVE-2019-12521

Mitre link : CVE-2019-12521

CVE.ORG link : CVE-2019-12521


JSON object : View

Products Affected

squid-cache

  • squid

canonical

  • ubuntu_linux

opensuse

  • leap

debian

  • debian_linux
CWE
CWE-193

Off-by-one Error

CWE-787

Out-of-bounds Write