mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
739 B
Markdown
18 lines
739 B
Markdown
### [CVE-2024-25714](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25714)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In Rhonabwy through 1.1.13, HMAC signature verification uses a strcmp function that is vulnerable to side-channel attacks, because it stops the comparison when the first difference is spotted in the two signatures. (The fix uses gnutls_memcmp, which has constant-time execution.)
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|