vendor:
Recipes Portal Script
by:
IRCRASH (Dr.Crash)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Recipes Portal Script
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Recipes Portal Script SQL INJECTION
This exploit allows an attacker to perform SQL injection on the Recipes Portal Script. The vulnerability can be exploited by injecting SQL code into the 'sbcat_id' parameter of the 'searchresult.php' page. The specific SQL code provided in the exploit allows the attacker to retrieve sensitive information from the database, including the administrator's username and password.
Mitigation:
To mitigate this vulnerability, the developer should implement proper input validation and parameterized queries to prevent SQL injection attacks. Additionally, the affected software should be updated to a patched version.