cve/2019/CVE-2019-13629.md
2025-09-29 21:09:30 +02:00

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