You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cryptography side channel
About this tag
The cryptography side channel tag covers discussions about vulnerabilities that leak secret information through observable execution differences in cryptographic implementations. A recent thread highlights CVE-2024-28834, a Minerva-style side channel in the GnuTLS library, which affects Azure Linux and potentially other Microsoft products. The tag focuses on how timing, power consumption, or other physical measurements can be exploited to extract cryptographic keys or other sensitive data. Topics include the interplay between cryptographic determinism and side-channel risks, as well as the implications for enterprise IT and security patching. Users share analysis, mitigation strategies, and updates on affected systems.
The recently disclosed vulnerability CVE-2024-28834—a Minerva-style side‑channel weakness in the GnuTLS library—is a sharp reminder that cryptographic determinism and convenience features can become catastrophic when combined with observable execution differences, and Microsoft’s public...