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

18 lines
891 B
Markdown

### [CVE-2020-10702](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10702)
![](https://img.shields.io/static/v1?label=Product&message=qemu&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-325&color=brighgreen)
### Description
A flaw was found in QEMU in the implementation of the Pointer Authentication (PAuth) support for ARM introduced in version 4.0 and fixed in version 5.0.0. A general failure of the signature generation process caused every PAuth-enforced pointer to be signed with the same signature. A local attacker could obtain the signature of a protected pointer and abuse this flaw to bypass PAuth protection for all programs running on QEMU.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-10702