cve/2019/CVE-2019-19988.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-19988](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19988)
![](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
An issue was discovered in Selesta Visual Access Manager (VAM) 4.15.0 through 4.29. A user with valid credentials is able to create and write XML files on the filesystem via /common/vam_editXml.php in the web interface. The vulnerable PHP page checks none of these: the parameter that identifies the file name to be created, the destination path, or the extension. Thus, an attacker can manipulate the file name to create any type of file within the filesystem with arbitrary content.
### POC
#### Reference
- https://www.telecomitalia.com/tit/it/innovazione/cybersecurity/red-team.html
2024-06-09 00:33:16 +00:00
- https://www.telecomitalia.com/tit/it/innovazione/cybersecurity/red-team.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.