漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
zlib: Buffer Overflow in Zlib::GzipReader ungetc via large input leads to memory corruption
Vulnerability Description
zlib is a Ruby interface for the zlib compression/decompression library. Versions 3.0.0 and below, 3.1.0, 3.1.1, 3.2.0 and 3.2.1 contain a buffer overflow vulnerability in the Zlib::GzipReader. The zstream_buffer_ungets function prepends caller-provided bytes ahead of previously produced output but fails to guarantee the backing Ruby string has enough capacity before the memmove shifts the existing data. This can lead to memory corruption when the buffer length exceeds capacity. This issue has been fixed in versions 3.0.1, 3.1.2 and 3.2.3.
CVSS Information
N/A
Vulnerability Type
未进行输入大小检查的缓冲区拷贝(传统缓冲区溢出)
Vulnerability Title
zlib 安全漏洞
Vulnerability Description
zlib是美国Mark Adler个人开发者的一个通用的数据压缩库。 zlib 3.0.0及以下版本、3.1.0版本、3.1.1版本、3.2.0版本和3.2.1版本存在安全漏洞,该漏洞源于Zlib::GzipReader存在缓冲区溢出,可能导致内存损坏。
CVSS Information
N/A
Vulnerability Type
N/A