VYPR
Unrated severityNVD Advisory· Published Jun 8, 2021· Updated Dec 3, 2025

CVE-2021-33560

CVE-2021-33560

Description

Libgcrypt before 1.8.8 and 1.9.x before 1.9.3 lacks exponent blinding in ElGamal encryption, enabling side-channel attacks on mpi_powm.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Libgcrypt before 1.8.8 and 1.9.x before 1.9.3 lacks exponent blinding in ElGamal encryption, enabling side-channel attacks on mpi_powm.

Vulnerability

Libgcrypt's ElGamal encryption implementation in versions before 1.8.8 and 1.9.x before 1.9.3 mishandles exponent blinding, leaving the mpi_powm operation vulnerable to side-channel attacks. Additionally, the window size is not chosen appropriately. This affects use of ElGamal in OpenPGP [1][4].

Exploitation

An attacker with the ability to observe side-channel information (e.g., timing, power consumption) during the encryption operation could potentially recover the private key. No authentication or network position is required beyond being able to monitor the cryptographic operation. The lack of exponent blinding makes the mpi_powm operation leak sensitive data through side channels.

Impact

Successful exploitation could lead to disclosure of the private key used in ElGamal encryption, compromising the confidentiality of encrypted communications. The attacker gains the ability to decrypt messages encrypted with the affected key.

Mitigation

The fix is included in Libgcrypt versions 1.8.8 and 1.9.3, released on 2021-04-19 [4]. Users should upgrade to these versions or later. The commit [1] introduces exponent blinding to harden the implementation. No workaround is available; upgrading is required.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

39

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

12

News mentions

0

No linked articles in our index yet.