vendor:
qdPM
by:
Mehmet EMIROGLU
6.1
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: qdPM
Affected Version From: v9.1
Affected Version To: v9.1
Patch Exists: YES
Related CWE: CVE-2019-8390
CPE: a:qdpm:qdpm:9.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Wamp64, Windows
2019
qdPM 9.1 – ‘search[keywords]’ XSS Injection
qdPM is a free web-based project management tool suitable for a small team working on multiple projects. An XSS vulnerability exists in qdPM 9.1, which allows an attacker to inject malicious JavaScript code into the 'search[keywords]' parameter of the 'index.php/users' page. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to update the application state in a way that compromises security. Additionally, the application should use a secure flag to ensure that the session cookie is only sent over HTTPS.