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

864 B

CVE-2019-13629

Description

MatrixSSL 4.2.1 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or a remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because crypto/pubkey/ecc_math.c scalar multiplication leaks the bit length of the scalar.

POC

Reference

Github

No PoCs found on GitHub currently.