Centreon 22.04.0 Cross Site Scripting

Centreon version 22.04.0 suffers from a persistent cross site scripting vulnerability.


SHA-256 | 69cf7baade94fd5e803782c07bbd53d7ff5f985beb2b08f0768155d0e8d0e38f

# Exploit Title: Stored XSS in service_alias parameter in Centreon version 22.04.0
# Date: 1/10/2022
# Exploit Author: syad
# Vendor Homepage: Centreon
# Software Link: https://download.centreon.com/
# Version: 22.04.0
# CVE ID : CVE-2022-39988
# Tested on: Centos 7


Centreon 22.04.0 is vulnerable to Stored Cross Site Scripting (XSS) from the function Service -> Templates -> by adding a crafted payload
into the service_alias parameter.


go to this endpoint -> /centreon/main.get.php?p=60206 -> Service -> Templates -> Click Button "Add" and put the crafted payload below on section "Alias" and save

payload --> test"><body onload=prompt('XSS-STORED')>

Related Posts