cve/2018/CVE-2018-20994.md

19 lines
662 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-20994](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20994)
![](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 the trust-dns-proto crate before 0.5.0-alpha.3 for Rust. There is infinite recursion because DNS message compression is mishandled.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Artisan-Lab/Rust-memory-safety-bugs
- https://github.com/Ren-ZY/RustSoda