vendor:
PhpCityPortal
by:
R3d-D3v!L
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PhpCityPortal
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2010
Multi SQL Injection Vulnerability
The vulnerability exists in the PhpCityPortal software, which is vulnerable to multiple SQL injection attacks. Attackers can exploit the vulnerability by sending malicious SQL queries to the vulnerable parameters in the URL. This can allow attackers to gain access to sensitive information stored in the database, such as user credentials, or even execute malicious code on the server.
Mitigation:
Input validation should be used to prevent malicious SQL queries from being sent to the server. Additionally, the application should be configured to use parameterized queries to prevent SQL injection attacks.