Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
poc-dump/Stored XSS in name parameter in Centreon version 22.04.0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (12 sloc)
670 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Exploit Title: Stored XSS in name parameter in Centreon version 22.04.0 | |
| # Date: | |
| # Exploit Author: syad, yunaranyancat, saitamang | |
| # Vendor Homepage: Centreon | |
| # Software Link: https://download.centreon.com/ | |
| # Version: 22.04.0 | |
| # CVE ID : CVE-2022-36194 | |
| # Tested on: Centos 7 | |
| Centreon 22.04.0 is vulnerable to Cross Site Scripting (XSS) from the function Pollers > Broker Configuration by adding a crafted payload | |
| into the name parameter. | |
| go to this endpoint -> /centreon/main.get.php?p=60909 -> Pollers -> Broker Configuration -> Click Button "Add" and put the crafted payload below on section "Name" and save | |
| payload --> test"><body onload=prompt(document.cookie)> |