vendor:
BS Recipes Website Script
by:
Sid3^effects aKa HaRi
7,5
CVSS
HIGH
SQL Injection/Authentication Bypass
89 (SQL Injection)
CWE
Product Name: BS Recipes Website Script
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
2010
Bs Recipes_Website Script Sqli/Auth bypass Vulnerability
BS Recipes website allows people to share their favorite recipes with others in the categories that you create. Members can also send an email message of recipes they like to others directly through the website. An attacker can exploit a SQL injection vulnerability in the 'recipedetail.php' script by injecting malicious SQL queries into the 'id' parameter. Additionally, an attacker can bypass authentication by using ' or 1=1 or ''=' in both username and password fields.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Authentication should be properly implemented to prevent bypass.