cve/2019/CVE-2019-13024.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-13024](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13024)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Centreon 18.x before 18.10.6, 19.x before 19.04.3, and Centreon web before 2.8.29 allows the attacker to execute arbitrary system commands by using the value "init_script"-"Monitoring Engine Binary" in main.get.php to insert a arbitrary command into the database, and execute it by calling the vulnerable page www/include/configuration/configGenerate/xml/generateFiles.php (which passes the inserted value to the database to shell_exec without sanitizing it, allowing one to execute system arbitrary commands).
### POC
#### Reference
- http://packetstormsecurity.com/files/153504/Centreon-19.04-Remote-Code-Execution.html
#### Github
- https://github.com/0xT11/CVE-POC
- https://github.com/YeezyTaughtMe1/htb-wall-writeup
- https://github.com/alphaSeclab/sec-daily-2019
- https://github.com/developer3000S/PoC-in-GitHub
- https://github.com/get-get-get-get/Centreon-RCE
- https://github.com/heartburn-dev/Centreon-v19.04-Brute-Forcer-RCE
- https://github.com/hectorgie/PoC-in-GitHub
- https://github.com/mhaskar/CVE-2019-13024