vendor:
PHP Inventory
by:
mr_me
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Inventory
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:phpwares:php_inventory:1.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: Windows Vista
2009
PHP Inventory v1.2 Remote (Auth Bypass) SQL Injection Vulnerability
The app is riddled with SQL Injection. For example, an attacker can send a malicious URL to the application with a crafted SQL injection payload, such as ' or 1=1--, which can be used to bypass authentication and gain access to the application. Additionally, an attacker can also perform reflected XSS attacks by sending a malicious URL with a crafted script payload, such as '><script>alert(document.cookie)</script>.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, output encoding should be used to prevent reflected XSS attacks.