vendor:
PageDirector CMS
by:
v3n0m
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PageDirector CMS
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
PageDirector CMS (result.php) SQL Injection Vulnerability
A vulnerability exists in PageDirector CMS due to improper sanitization of user-supplied input in the 'catid' and 'sub_catid' parameters of the 'result.php' script. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the application's back-end database, allowing for the manipulation or disclosure of arbitrary data.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries.