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.
References
Link | Resource |
---|---|
http://seclists.org/fulldisclosure/2010/Apr/399 | Mailing List Third Party Advisory |
http://www.openwall.com/lists/oss-security/2010/08/25/8 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/08/31/6 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/08/31/7 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/09/02/2 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/09/02/3 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/09/02/4 | Mailing List |
http://www.openwall.com/lists/oss-security/2010/09/02/5 | Mailing List |
Configurations
History
No history.
Information
Published : 2010-10-14 05:58
Updated : 2024-02-04 17:54
NVD link : CVE-2010-3192
Mitre link : CVE-2010-3192
CVE.ORG link : CVE-2010-3192
JSON object : View
Products Affected
gnu
- glibc
CWE
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor