vendor:
MyAnnonces
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyAnnonces
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
2008
runcms MyAnnonces SQL Injection(cid)
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'cid' parameter to '/index.php' script. A remote attacker can execute arbitrary SQL commands in application's database and gain access to sensitive information. An example of vulnerable URL is 'XXXXMyAnnonces/index.php?pa=view&cid=[EXPLOiT]'. An attacker can exploit this vulnerability by sending a specially crafted request with malicious SQL code in 'cid' parameter.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should sanitize all user-supplied input to prevent malicious SQL code execution.