First published: Tue Oct 12 2010(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
GNU C Library (glibc) | <2.26 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-3192 has been classified as a medium severity vulnerability.
To mitigate CVE-2010-3192, upgrade the GNU C Library (glibc) to version 2.26 or later.
CVE-2010-3192 allows context-dependent attackers to potentially access sensitive information from process memory.
CVE-2010-3192 affects versions of the GNU C Library (glibc) prior to version 2.26.
Yes, CVE-2010-3192 can be exploited through certain setuid programs that execute incorrectly.