#VU85931 Inclusion of Sensitive Information in Log Files in Glibc - CVE-2022-39046
Published: January 31, 2024
Glibc
GNU
Description
The vulnerability allows a local user to gain access to sensitive information.
The vulnerability exists due to the software can store potentially sensitive data into a log file. When the syslog() function is passed a crafted input string larger than 1024 bytes, it reads uninitialized memory from the heap and prints it to the target log file, potentially revealing a portion of the contents of the heap.