cve/2017/CVE-2017-5925.md

18 lines
742 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-5925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5925)
![](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
Page table walks conducted by the MMU during virtual to physical address translation leave a trace in the last level cache of modern Intel processors. By performing a side-channel attack on the MMU operations, it is possible to leak data and code pointers from JavaScript, breaking ASLR.
### POC
#### Reference
- https://www.vusec.net/projects/anc
#### Github
No PoCs found on GitHub currently.