cve/2022/CVE-2022-24803.md

18 lines
984 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-24803](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24803)
![](https://img.shields.io/static/v1?label=Product&message=asciidoctor-include-ext&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-78%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20OS%20Command%20('OS%20Command%20Injection')&color=brighgreen)
### Description
Asciidoctor-include-ext is Asciidoctors standard include processor reimplemented as an extension. Versions prior to 0.4.0, when used to render user-supplied input in AsciiDoc markup, may allow an attacker to execute arbitrary system commands on the host operating system. This attack is possible even when `allow-uri-read` is disabled! The problem has been patched in the referenced commits.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon