cve/2018/CVE-2018-19531.md

18 lines
668 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-19531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19531)
![](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
HTTL (aka Hyper-Text Template Language) through 1.0.11 allows remote command execution because the decodeXml function uses java.beans.XMLEncoder unsafely when configured without an xml.codec= setting.
### POC
#### Reference
- https://github.com/httl/httl/issues/224
#### Github
- https://github.com/PAGalaxyLab/VulInfo