cve/2024/CVE-2024-25714.md
2024-05-25 21:48:12 +02:00

739 B

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