5
CVSSv2

CVE-2010-3192

Published: 14/10/2010 Updated: 31/03/2020
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

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 malicious users 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.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

gnu glibc

Github Repositories

A pwn learning repo containing multiple pwn program codes.

pwn-learning A pwn learning repo containing multiple pwn program codes Tutorials Pwn学习总结(1):工具篇 Pwn学习总结(2):ELF保护知识篇 Pwn学习总结(3):gdb调试命令篇 Pwn学习总结(4):无保护的栈溢出 Pwn学习总结(5):No-PIE-eXecutable,ASLR-Library Pwn学习总结(6):NX与ROP Pwn学习总结(7):Canary 利