CVE-2024-13176: Timing side-channel in ECDSA signature computation
Issue summary: A timing side-channel which could potentially allow recovering the private key exists in the ECDSA signature computation.
Impact summary: A timing side-channel in ECDSA signature computations could allow recovering the private key by an attacker. However, measuring the timing would require either local access to the signing application or a very fast network connection with low latency.
There is a timing signal of around 300 nanoseconds when the top word of the inverted ECDSA nonce value is zero. This can happen with significant probability only for some of the supported elliptic curves. In particular the NIST P-521 curve is affected. To be able to measure this leak, the attacker process must either be located in the same physical computer or must have a very fast network connection with low latency. For that reason the severity of this vulnerability is Low.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-13176?
CVE-2024-13176 is classified as a moderate severity vulnerability due to its potential to allow private key recovery.
How do I fix CVE-2024-13176?
To fix CVE-2024-13176, upgrade to the latest version of OpenSSL where the vulnerability has been addressed.
What types of systems are affected by CVE-2024-13176?
CVE-2024-13176 affects systems that utilize the ECDSA signature computation in OpenSSL.
What are the potential consequences of exploiting CVE-2024-13176?
Exploiting CVE-2024-13176 may allow an attacker to recover sensitive private keys, compromising secure communications.
Can CVE-2024-13176 be exploited remotely?
Yes, CVE-2024-13176 can potentially be exploited remotely if the vulnerable ECDSA signatures are accessible to an attacker.