9.3
CVSSv2

CVE-2007-1501

Published: 19/03/2007 Updated: 11/10/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in Avant Browser 11.0 build 26 allows remote malicious users to cause a denial of service (crash) and possibly execute arbitrary code via a long Content-Type HTTP header.

Vulnerable Product Search on Vulmon Subscribe to Product

avant force avant browser 11.0_build_26

Exploits

#!/usr/bin/perl # Avant Browser (ALL Version) Remot Stack OverFlow (Crash) # Discovered by DATA_SNIPER # Usage: # connect from Avant browser to 127001/ use IO::Socket; my $sock=new IO::Socket::INET ( Listen => 1, LocalAddr => 'localhost', LocalPort => 80, ...