vendor:
osPHPSite
by:
vir0e5
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: osPHPSite
Affected Version From: ALL VERSION
Affected Version To: ALL VERSION
Patch Exists: N/A
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
2011
osPHPSite SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. For example, an attacker can send a malicious SQL query to the vulnerable application as a part of the 'id' parameter value in the following URL: http://www.[sitename].com/index.php?id=[Sql Injection]. This can allow the attacker to access or modify the application's data, or even execute system 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 queries.