vendor:
paFileDB
by:
indoushka
7.5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: paFileDB
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:iq-ty:pafiledb
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2009
paFileDB 3.1 Cross Site Scripting Vulnerability
paFileDB 3.1 is vulnerable to Cross Site Scripting (XSS) attacks. An attacker can inject malicious JavaScript code into the 'id' parameter of the 'pafiledb.php' script. This code will be executed in the browser of the victim when the malicious URL is visited.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize all user input and output to prevent malicious code from being executed.