Files
CVEs-PoC/2020/CVE-2020-14375.md
T
2024-05-25 21:48:12 +02:00

18 lines
894 B
Markdown

### [CVE-2020-14375](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14375)
![](https://img.shields.io/static/v1?label=Product&message=dpdk&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-367&color=brighgreen)
### Description
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. Virtio ring descriptors, and the data they describe are in a region of memory accessible by from both the virtual machine and the host. An attacker in a VM can change the contents of the memory after vhost_crypto has validated it. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=1879468
#### Github
No PoCs found on GitHub currently.