vendor:
Brewthology
by:
cr4wl3r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Brewthology
Affected Version From: 0.1
Affected Version To: 0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:brewthology:brewthology:0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7
2013
Brewthology 0.1 SQL Injection Exploit
A SQL injection vulnerability exists in the Brewthology 0.1 application. The vulnerability is due to insufficient sanitization of user-supplied input in the 'r' parameter of the 'beerxml.php' script. An attacker can exploit this vulnerability to inject arbitrary SQL commands and gain access to sensitive information from the application database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands that are executed by the application. Parameterized queries should be used to ensure that user-supplied input is not interpreted as part of the command or query.