vendor:
PhpLeague
by:
SecurityFocus
7.5
CVSS
HIGH
SQL-injection
89
CWE
Product Name: PhpLeague
Affected Version From: 0.82b
Affected Version To: 0.82
Patch Exists: YES
Related CWE: N/A
CPE: N/A
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
2006
Uni-vert PhpLeague SQL-injection Vulnerability
Uni-vert PhpLeague is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data. This issue may allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL statements prior to execution. Additionally, parameterized queries should be used to prevent SQL injection attacks.