Files
CVEs-PoC/2005/CVE-2005-1797.md
T
2024-06-18 02:51:15 +02:00

18 lines
689 B
Markdown

### [CVE-2005-1797](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1797)
![](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
The design of Advanced Encryption Standard (AES), aka Rijndael, allows remote attackers to recover AES keys via timing attacks on S-box lookups, which are difficult to perform in constant time in AES implementations.
### POC
#### Reference
- http://cr.yp.to/antiforgery/cachetiming-20050414.pdf
#### Github
No PoCs found on GitHub currently.