header-logo
Suggest Exploit
vendor:
DropAFew
by:
N/A
CVSS
N/A
SQL Injection
CWE
Product Name: DropAFew
Affected Version From:
Affected Version To: 0.2
Patch Exists:
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

DropAFew SQL Injection Vulnerabilities

DropAFew is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

Mitigation:

Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/23400/info
 
DropAFew is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
 
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
 
These issues affect DropAFew 0.2; prior versions may also be affected.
 
# delete foodfacts table
wget --load-cookies cookies --post-data='id=1%20OR%20id%20>%200--&action=del' http://[target]/calorie/search.php