CVE Catalog

CVE-2023-6779

High
Published: Translated: NVD NIST

Summary

A heap-based buffer overflow was found in the __vsyslog_internal function of the glibc library. This issue occurs when the syslog and vsyslog functions are called with a message larger than INT_MAX bytes, leading to an incorrect buffer size calculation and application crash.

Risk Assessment

This vulnerability may lead to application crashes, affecting service availability within the organization. If exploited by an attacker, it could result in unforeseen consequences in system operations.

Recommendation

It is recommended to update the glibc library to version 2.37 or newer to mitigate this vulnerability. Additionally, monitor applications using syslog and vsyslog for potential issues.

Other vulnerabilities in glibc

See all
Original NVD description (English source)

An off-by-one heap-based buffer 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 message bigger than INT_MAX bytes, leading to an incorrect calculation of the buffer size to store the message, resulting in an application crash. This issue affects glibc 2.37 and newer.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS