mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 02:29:40 +02:00
18 lines
689 B
Markdown
18 lines
689 B
Markdown
### [CVE-2005-1797](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1797)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|