ALT-PU-2019-2264-1
Closed vulnerabilities
BDU:2020-01848
Уязвимость прокси-сервера Squid, связанная с отсутствием защиты служебных данных, позволяющая нарушителю раскрыть защищаемую информацию
BDU:2020-02395
Уязвимость компонента Proxy-Authentication прокси-сервера Squid, позволяющая нарушителю вызвать отказ в обслуживании или выполнить произвольный код
BDU:2020-02396
Уязвимость функции HttpHeader::getAuth прокси-сервера Squid, позволяющая нарушителю вызвать отказ в обслуживании или выполнить произвольный код
BDU:2020-02401
Уязвимость утилиты cachemgr.cgi прокси-сервера Squid, позволяющая нарушителю осуществлять межсайтовые сценарные атаки
BDU:2020-02594
Уязвимость прокси-сервера Squid, существующая из-за недостаточной проверки входных данных, позволяющая нарушителю получить доступ к функциям, которые могут использовать только обратные прокси
BDU:2020-02595
Уязвимость прокси-сервера Squid, связанная с отсутствием механизма аутентификации для url_regex, позволяющая нарушителю получить доступ к заблокированному ресурсу
BDU:2020-03316
Уязвимость компонента cachemgr.cgi прокси-сервера Squid, позволяющая нарушителю вызвать отказ в обслуживании
BDU:2021-01724
Уязвимость механизма обработки элементов ESI прокси-сервера Squid, связанная с выходом операции за допустимые границы буфера данных, позволяющая нарушителю вызвать отказ в обслуживании
Modified: 2024-11-21
CVE-2019-12520
An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo (username and password) for certain protocols. This decoded info is prepended to the domain. This allows an attacker to provide a username that has special characters to delimit the domain, and treat the rest of the URL as a path or query string. An attacker could first make a request to their domain using an encoded username, then when a request for the target domain comes in that decodes to the exact URL, it will serve the attacker's HTML instead of the real HTML. On Squid servers that also act as reverse proxies, this allows an attacker to gain access to features that only reverse proxies can use, such as ESI.
- http://www.squid-cache.org/Versions/v4/
- http://www.squid-cache.org/Versions/v4/
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/
- https://github.com/squid-cache/squid/commits/v4
- https://github.com/squid-cache/squid/commits/v4
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12520.txt
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12520.txt
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- https://security.netapp.com/advisory/ntap-20210205-0006/
- https://security.netapp.com/advisory/ntap-20210205-0006/
- USN-4446-1
- USN-4446-1
- DSA-4682
- DSA-4682
Modified: 2024-11-21
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.
- openSUSE-SU-2020:0623
- openSUSE-SU-2020:0623
- [oss-security] 20200423 [ADVISORY] SQUID-2019:12 Multiple issues in ESI Response processing
- [oss-security] 20200423 [ADVISORY] SQUID-2019:12 Multiple issues in ESI Response processing
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12521.txt
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12521.txt
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- GLSA-202005-05
- GLSA-202005-05
- https://security.netapp.com/advisory/ntap-20210205-0006/
- https://security.netapp.com/advisory/ntap-20210205-0006/
- USN-4356-1
- USN-4356-1
- DSA-4682
- DSA-4682
Modified: 2024-11-21
CVE-2019-12522
An issue was discovered in Squid through 4.7. When Squid is run as root, it spawns its child processes as a lesser user, by default the user nobody. This is done via the leave_suid call. leave_suid leaves the Saved UID as 0. This makes it trivial for an attacker who has compromised the child process to escalate their privileges back to root.
Modified: 2024-11-21
CVE-2019-12524
An issue was discovered in Squid through 4.7. When handling requests from users, Squid checks its rules to see if the request should be denied. Squid by default comes with rules to block access to the Cache Manager, which serves detailed server information meant for the maintainer. This rule is implemented via url_regex. The handler for url_regex rules URL decodes an incoming request. This allows an attacker to encode their URL to bypass the url_regex check, and gain access to the blocked resource.
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12524.txt
- https://gitlab.com/jeriko.one/security/-/blob/master/squid/CVEs/CVE-2019-12524.txt
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- https://security.netapp.com/advisory/ntap-20210205-0006/
- https://security.netapp.com/advisory/ntap-20210205-0006/
- USN-4446-1
- USN-4446-1
- DSA-4682
- DSA-4682
Modified: 2024-11-21
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 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.
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2541
- openSUSE-SU-2019:2541
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-7f73e9c5d17664b882ed32590e6af310c247f320.patch
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-7f73e9c5d17664b882ed32590e6af310c247f320.patch
- https://github.com/squid-cache/squid/commits/v4
- https://github.com/squid-cache/squid/commits/v4
- [debian-lts-announce] 20190720 [SECURITY] [DLA 1858-1] squid3 security update
- [debian-lts-announce] 20190720 [SECURITY] [DLA 1858-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- FEDORA-2019-cb50bcc189
- FEDORA-2019-cb50bcc189
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- USN-4065-1
- USN-4065-1
- USN-4065-2
- USN-4065-2
- DSA-4507
- DSA-4507
Modified: 2024-11-21
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 controlled data.
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2541
- openSUSE-SU-2019:2541
- 109143
- 109143
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-7f73e9c5d17664b882ed32590e6af310c247f320.patch
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-7f73e9c5d17664b882ed32590e6af310c247f320.patch
- RHSA-2019:2593
- RHSA-2019:2593
- https://github.com/squid-cache/squid/commits/v4
- https://github.com/squid-cache/squid/commits/v4
- FEDORA-2019-cb50bcc189
- FEDORA-2019-cb50bcc189
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- USN-4065-1
- USN-4065-1
- DSA-4507
- DSA-4507
Modified: 2024-11-21
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.
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2541
- openSUSE-SU-2019:2541
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-dd46b5417809647f561d8a5e0e74c3aacd235258.patch
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-dd46b5417809647f561d8a5e0e74c3aacd235258.patch
- https://github.com/squid-cache/squid/commits/v4
- https://github.com/squid-cache/squid/commits/v4
- [debian-lts-announce] 20190720 [SECURITY] [DLA 1858-1] squid3 security update
- [debian-lts-announce] 20190720 [SECURITY] [DLA 1858-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- FEDORA-2019-cb50bcc189
- FEDORA-2019-cb50bcc189
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- USN-4065-1
- USN-4065-1
- USN-4065-2
- USN-4065-2
- DSA-4507
- DSA-4507
Modified: 2024-11-21
CVE-2019-12854
Due to incorrect string termination, Squid cachemgr.cgi 4.0 through 4.7 may access unallocated memory. On systems with memory access protections, this can cause the CGI process to terminate unexpectedly, resulting in a denial of service for all clients using it.
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2541
- openSUSE-SU-2019:2541
- http://www.squid-cache.org/Advisories/SQUID-2019_1.txt
- http://www.squid-cache.org/Advisories/SQUID-2019_1.txt
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-2981a957716c61ff7e21eee1d7d6eb5a237e466d.patch
- http://www.squid-cache.org/Versions/v4/changesets/squid-4-2981a957716c61ff7e21eee1d7d6eb5a237e466d.patch
- https://bugs.squid-cache.org/show_bug.cgi?id=4937
- https://bugs.squid-cache.org/show_bug.cgi?id=4937
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SPXN2CLAGN5QSQBTOV5IGVLDOQSRFNTZ/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SPXN2CLAGN5QSQBTOV5IGVLDOQSRFNTZ/
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- USN-4213-1
- USN-4213-1
- DSA-4507
- DSA-4507
Modified: 2024-11-21
CVE-2019-13345
The cachemgr.cgi web module of Squid through 4.7 has XSS via the user_name or auth parameter.
- openSUSE-SU-2019:1963
- openSUSE-SU-2019:1963
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2540
- openSUSE-SU-2019:2541
- openSUSE-SU-2019:2541
- 109095
- 109095
- RHSA-2019:3476
- RHSA-2019:3476
- https://bugs.squid-cache.org/show_bug.cgi?id=4957
- https://bugs.squid-cache.org/show_bug.cgi?id=4957
- https://github.com/squid-cache/squid/pull/429
- https://github.com/squid-cache/squid/pull/429
- [debian-lts-announce] 20190707 [SECURITY] [DLA 1847-1] squid3 security update
- [debian-lts-announce] 20190707 [SECURITY] [DLA 1847-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- [debian-lts-announce] 20200710 [SECURITY] [DLA 2278-1] squid3 security update
- FEDORA-2019-cb50bcc189
- FEDORA-2019-cb50bcc189
- FEDORA-2019-c1e06901bc
- FEDORA-2019-c1e06901bc
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- 20190825 [SECURITY] [DSA 4507-1] squid security update
- USN-4059-1
- USN-4059-1
- USN-4059-2
- USN-4059-2
- DSA-4507
- DSA-4507