You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory corruption issues is Cloudflare zlib implementation
Moderate
mskowroncf
published
GHSA-vww9-j87r-4cqhJan 4, 2024
Package
zlib
(C)
Affected versions
<8352d108c05db1bdc5ac3bdf834dad641694c13c
Patched versions
8352d108c05db1bdc5ac3bdf834dad641694c13c
Description
Impact
Cloudflare version of zlib library was found to be vulnerable to memory corruption issues affecting the deflation algorithm implementation (deflate.c). The issues resulted from improper input validation and heap-based buffer overflow.
A local attacker could exploit the problem during compression using a crafted malicious file potentially leading to denial of service of the software.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Learn more on MITRE.
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().
Learn more on MITRE.
The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
Learn more on MITRE.
Impact
Cloudflare version of
zlib
library was found to be vulnerable to memory corruption issues affecting the deflation algorithm implementation (deflate.c
). The issues resulted from improper input validation and heap-based buffer overflow.A local attacker could exploit the problem during compression using a crafted malicious file potentially leading to denial of service of the software.
Patches
The issue has been patched in commit [8352d10].
References
CVE-2023-6992