vendor:
phpWebThings
by:
staker
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpWebThings
Affected Version From: 1.5.2
Affected Version To: 1.5.2
Patch Exists: YES
Related CWE: N/A
CPE: a:phpwebthings:phpwebthings:1.5.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: N/A
2009
phpWebThings <= 1.5.2 MD5 Hash Retrieve / File Disclosure Remote Exploit
phpWebThings contains a flaw that allows an attacker to carry out an SQL injection attack. The issue is due to the fdown.php script not properly sanitizing user-supplied input to the 'id' variable. This may allow an attacker to inject or manipulate SQL queries in the backend database, allowing for the manipulation or disclosure of arbitrary data.
Mitigation:
Input validation should be used to prevent SQL injection attacks.