vendor:
Jobs & Recruitment Script
by:
IRCRASH (Dr.Crash)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Jobs & Recruitment Script
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Softbiz Jobs & Recruitment Script SQL INJECTION
The Softbiz Jobs & Recruitment Script is vulnerable to SQL Injection. The vulnerability allows an attacker to inject malicious SQL code into the 'cid' parameter of the 'browsecats.php' script, resulting in unauthorized access to sensitive information such as usernames and passwords. The exploit code provided in the text demonstrates how to retrieve the admin username and password from the database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks. Additionally, keeping the software up to date with security patches and regularly auditing the code for vulnerabilities is essential.