vendor:
PHP Director
by:
Mr.Rat
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Director
Affected Version From: 0.2
Affected Version To: 0.2
Patch Exists: N/A
Related CWE: N/A
CPE: a:phpdirector:php_director:0.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 XP SP2
2010
PHP Director 0.2 Sql Injection
A SQL injection vulnerability exists in PHP Director 0.2. An attacker can send a specially crafted HTTP request containing malicious SQL statements to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the database, modify data, or execute system level commands.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL statements. Additionally, parameterized queries should be used to prevent SQL injection attacks.