ALAS-2020-1386


Amazon Linux 1 Security Advisory: ALAS-2020-1386
Advisory Release Date: 2020-06-23 06:08 Pacific
Advisory Updated Date: 2020-07-15 17:35 Pacific
Severity: Important

Issue Overview:

An issue was discovered in Squid before 5.0.2. A remote attacker can replay a sniffed Digest Authentication nonce to gain access to resources that are otherwise forbidden. This occurs because the attacker can overflow the nonce reference counter (a short integer). Remote code execution may occur if the pooled token credentials are freed (instead of replayed as valid credentials). (CVE-2020-11945)

An issue was discovered in Squid through 4.7. When handling the tag esi:when when ESI is enabled, Squid calls ESIExpression::Evaluate. This function uses a fixed stack buffer to hold the expression while it's being evaluated. When processing the expression, it could either evaluate the top of the stack, or add a new member to the stack. When adding a new member, there is no check to ensure that the stack won't overflow. (CVE-2019-12519)

An issue was discovered in Squid 3.3.9 through 3.5.28 and 4.x through 4.7. When Squid is configured to use Digest authentication, it parses the header Proxy-Authorization. It searches for certain tokens such as domain, uri, and qop. Squid checks if this token's value starts with a quote and ends with one. If so, it performs a memcpy of its length minus 2. Squid never checks whether the value is just a single quote (which would satisfy its requirements), leading to a memcpy of its length minus 1. (CVE-2019-12525)

The cachemgr.cgi web module of Squid through 4.7 has XSS via the user_name or auth parameter. (CVE-2019-13345)


Affected Packages:

squid


Issue Correction:
Run yum update squid to update your system.

New Packages:
i686:
    squid-3.5.20-15.39.amzn1.i686
    squid-debuginfo-3.5.20-15.39.amzn1.i686
    squid-migration-script-3.5.20-15.39.amzn1.i686

src:
    squid-3.5.20-15.39.amzn1.src

x86_64:
    squid-migration-script-3.5.20-15.39.amzn1.x86_64
    squid-3.5.20-15.39.amzn1.x86_64
    squid-debuginfo-3.5.20-15.39.amzn1.x86_64