Squid is a caching proxy for the Web. In versions 6.3 and below, Squid is vulnerable to a heap buffer overflow and possible remote code execution attack when processing URN due to incorrect buffer management. This has been fixed in version 6.4. To work around this issue, disable URN access permissions.
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://github.com/squid-cache/squid/security/advisories/GHSA-w4gv-vw3f-29g3 | mitigation patch vendor advisory |
https://github.com/squid-cache/squid/commit/a27bf4b84da23594150c7a86a23435df0b35b988 | patch |
https://github.com/squid-cache/squid/releases/tag/SQUID_6_4 | release notes |