cve/2024/CVE-2024-28114.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-28114](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28114)
![](https://img.shields.io/static/v1?label=Product&message=peering-manager&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=%3C%201.8.3%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-74%3A%20Improper%20Neutralization%20of%20Special%20Elements%20in%20Output%20Used%20by%20a%20Downstream%20Component%20('Injection')&color=brightgreen)
2025-09-29 16:08:36 +00:00
### Description
Peering Manager is a BGP session management tool. There is a Server Side Template Injection vulnerability that leads to Remote Code Execution in Peering Manager <=1.8.2. As a result arbitrary commands can be executed on the operating system that is running Peering Manager. This issue has been addressed in version 1.8.3. Users are advised to upgrade. There are no known workarounds for this vulnerability.
### POC
#### Reference
2025-09-29 21:09:30 +02:00
- https://stackoverflow.com/questions/73939573/how-to-sanitise-string-of-python-code-with-python
2025-09-29 16:08:36 +00:00
#### Github
- https://github.com/mmedhat1910/masters-testing-apps