5.9

CVE-2019-12529

An issue was discovered in Squid 2.x through 2.7.STABLE9, 3.x through 3.5.28, and 4.x through 4.7. When Squid is configured to use Basic Authentication, the Proxy-Authorization header is parsed via uudecode. uudecode determines how many bytes will be decoded by iterating over the input and checking its table. The length is then used to start decoding the string. There are no checks to ensure that the length it calculates isn't greater than the input buffer. This leads to adjacent memory being decoded as well. An attacker would not be able to retrieve the decoded data unless the Squid maintainer had configured the display of usernames on error pages.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Squid-cacheSquid Version >= 2.0 < 2.7
Squid-cacheSquid Version >= 3.0 <= 3.5.28
Squid-cacheSquid Version >= 4.0 <= 4.7
Squid-cacheSquid Version2.7 Updatestable1
Squid-cacheSquid Version2.7 Updatestable2
Squid-cacheSquid Version2.7 Updatestable3
Squid-cacheSquid Version2.7 Updatestable4
Squid-cacheSquid Version2.7 Updatestable5
Squid-cacheSquid Version2.7 Updatestable6
Squid-cacheSquid Version2.7 Updatestable7
Squid-cacheSquid Version2.7 Updatestable8
Squid-cacheSquid Version2.7 Updatestable9
DebianDebian Linux Version8.0
DebianDebian Linux Version9.0
DebianDebian Linux Version10.0
FedoraprojectFedora Version29
OpensuseLeap Version15.0
OpensuseLeap Version15.1
CanonicalUbuntu Linux Version12.04 SwEdition-
CanonicalUbuntu Linux Version16.04 SwEditionesm
CanonicalUbuntu Linux Version18.04 SwEditionlts
CanonicalUbuntu Linux Version19.04
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 16.21% 0.946
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.9 2.2 3.6
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:P/I:N/A:N
CWE-125 Out-of-bounds Read

The product reads data past the end, or before the beginning, of the intended buffer.