JobLister3 SQL injection vulnerabilities

2007.08.16
Credit: joseph
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-89


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

JobLister3 by SkilMatch Staffing Systems, Inc. Multiple SQL injection vulnerabilities http://www.dubdubdub.com/ http://www.skilmatch.com/ The search form filed doesnt strip special characters that have special meanings. A single quote makes the application spit out a number of errors. This is not limited to the search query. The GET'd variables also fail to sanatize characters. Union selection: www.example.com/index.php?mode=showbyID&jobid=99786'%20union%20all%20sel e ct%20something%20from%20something/* Dump of entries: www.example.com/index.php?mode=showbyID&jobid=99786'%20or%201=1/* Using some old fasioned order by work, wee deduce 16 columns www.example.com/index.php?mode=showbyID&jobid=99786'%20order%20by%2016/* Thus, the fix currently would be to impletement addslashes functions to all areas that recieve (or can recieve) user supplied data.


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