[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
format string vulnerabilities in c++filt
From: |
Chris Rohlf |
Subject: |
format string vulnerabilities in c++filt |
Date: |
Thu, 22 Nov 2007 12:41:08 -0500 |
Hi,
There are two format string vulnerabilities in c++filt program of binutils.
Line 66
printf (mangled_name);
and line 71
printf (result);
These are easily demonstrated by running c++filt on a symbol with the
correct format specifiers:
$./c++filt AAA%x.AAA%x.AAA%x.AAA%x.AAA
AAAb.AAA804be40.AAA0.AAAbfbe82d0.AAA
Thanks!
chris
http://em386.blogspot.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- format string vulnerabilities in c++filt,
Chris Rohlf <=