一、 漏洞 CVE-2023-6780 基础信息
漏洞标题
Glibc:__vsyslog_internal()中的整数溢出
来源:AIGC 神龙大模型
漏洞描述信息
英文原文:An integer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a very long message, leading to an incorrect calculation of the buffer size to store the message, resulting in undefined behavior. This issue affects glibc 2.37 and newer. 中文翻译:glibc库的__vsyslog_internal功能中发现了整数溢出。这个函数被syslog和vsyslog函数调用。当这些函数使用非常长的消息时,它会导致计算存储消息的缓冲区大小时出现错误,从而导致未定义的行为。这个问题影响glibc 2.37及以后的版本。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
整数溢出或超界折返
来源:AIGC 神龙大模型
漏洞标题
Glibc: integer overflow in __vsyslog_internal()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
An integer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a very long message, leading to an incorrect calculation of the buffer size to store the message, resulting in undefined behavior. This issue affects glibc 2.37 and newer.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
缓冲区大小计算不正确
来源:美国国家漏洞数据库 NVD
漏洞标题
glibc 缓冲区错误漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
glibc(GNU C Library)是GNU计划所实现的C标准库。 glibc 2.37及之前版本存在安全漏洞,该漏洞源于存在整数溢出,从而导致未定义的行为。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
缓冲区错误
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-6780 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-6780 的情报信息