Information disclosure in GNU C Library (glibc) - CVE-2010-3192

 

Information disclosure in GNU C Library (glibc) - CVE-2010-3192

Published: March 31, 2020 / Updated: June 3, 2025


Vulnerability identifier: #VU110121
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2010-3192
CWE-ID: CWE-200
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

Certain run-time memory protection mechanisms in the GNU C Library (aka glibc or libc6) print argv[0] and backtrace information, which might allow context-dependent attackers to obtain sensitive information from process memory by executing an incorrect program, as demonstrated by a setuid program that contains a stack-based buffer overflow error, related to the __fortify_fail function in debug/fortify_fail.c, and the __stack_chk_fail (aka stack protection) and __chk_fail (aka FORTIFY_SOURCE) implementations.


Affected software

GNU C Library (glibc)

How to mitigate CVE-2010-3192

Install update from vendor's website.


External References

Related Security Bulletins