7.5
CVSSv2

CVE-2007-6377

Published: 15/12/2007 Updated: 15/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 765
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in the PassThru functionality in ext.dll in BadBlue 2.72b and previous versions allows remote malicious users to execute arbitrary code via a long query string.

Vulnerable Product Search on Vulmon Subscribe to Product

badblue badblue

Exploits

#!/usr/bin/perl -w # aluigialtervistaorg/adv/badblue-advtxt # wwwsecurityfocuscom/bid/26803 # cvemitreorg/cgi-bin/cvenamecgi?name=CVE-2007-6379 # exploit for stack overflow in badblue 272 # # Credit to Luigi Auriemma # Jacopo Cervini acaro@jervusit # 22/12/2007 # # # use IO::Socket; if(!($ARGV[1])) { prin ...
####################################################################### Luigi Auriemma Application: BadBlue wwwbadbluecom Versions: <= 272b Platforms: Windows Bugs: A] PassThru buffer-overflow B] upload directory traversal C] path disclosure Exploi ...
## # $Id: badblue_passthrurb 9744 2010-07-08 23:34:50Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class ...