vendor:
Opendata CMS
by:
Alexander
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Opendata CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: Web Applications
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: php
2011
Parnian Opendata CMS SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable application. The attacker can use the 'mpfn=pdview&id' parameter to inject malicious SQL code into the application. The attacker can use the 'union select' statement to extract data from the database. The attacker can also use the 'group_concat' statement to concatenate the data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also be configured to use parameterized queries.