Lucene search
+L

6194 matches found

Prion
Prion
added 2019/07/11 7:15 p.m.30 views

Authentication flaw

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...

7.5CVSS9.1AI score0.24401EPSS
SaveExploits0References12Affected Software5
Prion
Prion
added 2019/07/11 7:15 p.m.34 views

Design/Logic Flaw

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 checki...

4.3CVSS7.1AI score0.08092EPSS
SaveExploits0References12Affected Software5
Prion
Prion
added 2019/07/11 7:15 p.m.28 views

Heap overflow

An issue was discovered in Squid 4.0.23 through 4.7. When checking Basic Authentication with HttpHeader::getAuth, Squid uses a global buffer to store the decoded data. Squid does not check that the decoded length isn't greater than the buffer, leading to a heap-based buffer overflow with user...

6.8CVSS8.6AI score0.49037EPSS
SaveExploits0References11Affected Software8
AlpineLinux
AlpineLinux
added 2019/07/11 6:33 p.m.50 views

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 checki...

5.9CVSS7.5AI score0.08092EPSS
SaveExploits0
CVE
CVE
added 2019/07/11 6:33 p.m.447 views

CVE-2019-12529

CVE-2019-12529 affects Squid 2.x–4.x (up to 4.7) where Basic Authentication parsing decodes Proxy-Authorization using uudecode. The decoder does not validate that the calculated decode length fits the input buffer, causing adjacent memory to be decoded and enabling a potential DoS via out-of-boun...

5.9CVSS7AI score0.08092EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2019/07/11 6:33 p.m.55 views

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 checki...

7.2AI score0.08092EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2019/07/11 6:33 p.m.59 views

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 checki...

5.9CVSS5.5AI score0.08092EPSS
SaveExploits0
EUVD
EUVD
added 2019/07/11 6:33 p.m.8 views

EUVD-2019-4124

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 checki...

5.9CVSS7AI score0.08092EPSS
SaveExploits0References17
Debian CVE
Debian CVE
added 2019/07/11 6:17 p.m.37 views

CVE-2019-12525

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...

9.8CVSS5.9AI score0.24401EPSS
SaveExploits0
Cvelist
Cvelist
added 2019/07/11 6:17 p.m.32 views

CVE-2019-12525

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...

9.4AI score0.24401EPSS
SaveExploits0References12
CVE
CVE
added 2019/07/11 6:17 p.m.905 views

CVE-2019-12525

CVE-2019-12525 affects Squid (3.3.9–3.5.28 and 4.x–4.7). When Digest authentication is used, Proxy-Authorization parsing may treat a single quote as valid and memcpy with length−1, causing memory corruption. Connected advisories confirm the issue and reference updates to Squid versions; however e...

9.8CVSS9.2AI score0.24401EPSS
SaveExploits0References12Affected Software1
AlpineLinux
AlpineLinux
added 2019/07/11 6:17 p.m.40 views

CVE-2019-12525

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...

9.8CVSS9.5AI score0.24401EPSS
SaveExploits0
Cvelist
Cvelist
added 2019/07/11 6:10 p.m.43 views

CVE-2019-12527

An issue was discovered in Squid 4.0.23 through 4.7. When checking Basic Authentication with HttpHeader::getAuth, Squid uses a global buffer to store the decoded data. Squid does not check that the decoded length isn't greater than the buffer, leading to a heap-based buffer overflow with user...

9.3AI score0.49037EPSS
SaveExploits0References11
CVE
CVE
added 2019/07/11 6:10 p.m.343 views

CVE-2019-12527

CVE-2019-12527 affects Squid 4.0.23–4.7. The issue arises in Basic Authentication handling: HttpHeader::getAuth decodes the Base64 blob into a fixed-size buffer without confirming decoded length, causing a heap-based buffer overflow with user-controlled data. Some sources note this can lead to re...

8.8CVSS9.2AI score0.49037EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2019/07/11 6:10 p.m.34 views

CVE-2019-12527

An issue was discovered in Squid 4.0.23 through 4.7. When checking Basic Authentication with HttpHeader::getAuth, Squid uses a global buffer to store the decoded data. Squid does not check that the decoded length isn't greater than the buffer, leading to a heap-based buffer overflow with user...

8.8CVSS6.8AI score0.49037EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2019/07/11 12:00 a.m.44 views

CVE-2019-12525

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...

9.8CVSS6.6AI score0.24401EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2019/07/11 12:00 a.m.45 views

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 checki...

5.9CVSS6.5AI score0.08092EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2019/07/11 12:00 a.m.44 views

CVE-2019-12527

An issue was discovered in Squid 4.0.23 through 4.7. When checking Basic Authentication with HttpHeader::getAuth, Squid uses a global buffer to store the decoded data. Squid does not check that the decoded length isn't greater than the buffer, leading to a heap-based buffer overflow with user...

8.8CVSS6.9AI score0.49037EPSS
SaveExploits0References3
OSV
OSV
added 2019/07/11 12:00 a.m.15 views

UBUNTU-CVE-2019-12525

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...

9.8CVSS6.5AI score0.24401EPSS
SaveExploits0References5
OSV
OSV
added 2019/07/11 12:00 a.m.20 views

UBUNTU-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 checki...

5.9CVSS6.5AI score0.08092EPSS
SaveExploits0References5
Rows per page
Query Builder