vendor:
phpMyRecipes
by:
cr4wl3r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpMyRecipes
Affected Version From: 1.2.2
Affected Version To: 1.2.2
Patch Exists: NO
Related CWE: N/A
CPE: a:phpmyrecipes:phpmyrecipes:1.2.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu Linux
2009
phpMyRecipes 1.2.2 SQL Injection Exploit
A vulnerability exists in phpMyRecipes 1.2.2 due to improper sanitization of user-supplied input in the 'r_id' parameter of the 'viewrecipe.php' script. An attacker can exploit this vulnerability to inject arbitrary SQL commands and gain access to sensitive information from the database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands that are passed to the database.