Security readout for executives and security teams
Plain-English summary
Libgcrypt had a cryptographic side-channel weakness in ElGamal handling. Systems using vulnerable versions could leak confidential information from operations such as OpenPGP ElGamal use. The issue is high severity, but the provided sources do not show confirmed active exploitation.
Executive priority
Treat this as a targeted confidentiality risk for systems performing affected cryptographic operations. Patch through normal security-update channels, with higher priority for mail, key-management, and encryption workflows.
Technical view
Before 1.8.8 and 1.9.x before 1.9.3, Libgcrypt lacked exponent blinding for mpi_powm and selected an inappropriate window size. The CVE maps this to CWE-325 and CVSS 7.5, with confidentiality impact only.
Likely exposure
Exposure is most likely where Linux distributions, packaged applications, or vendor products include vulnerable Libgcrypt and perform ElGamal/OpenPGP cryptographic operations. Debian, Fedora, Oracle, and Gentoo references indicate downstream package impact.
Exploitation context
The bundle describes a side-channel attack condition, not a public exploit. CISA KEV is false in the provided data, so active exploitation is not established from these sources.
Researcher notes
Evidence supports a Libgcrypt ElGamal side-channel fix path, but the provided affected-product metadata is generic. Validate exposure by package version and actual cryptographic usage, not by product name alone.
Mitigation direction
- Upgrade Libgcrypt to 1.8.8, 1.9.3, or later.
- Apply relevant Debian, Fedora, Gentoo, or Oracle security updates.
- Prioritize systems handling OpenPGP ElGamal keys or sensitive cryptographic workloads.
- Check vendor guidance for bundled or statically linked Libgcrypt copies.
- Rotate exposed secrets only if investigation indicates key material compromise.
Validation and detection
- Inventory Libgcrypt versions across hosts, containers, and appliances.
- Flag versions before 1.8.8 and 1.9.x before 1.9.3.
- Identify applications using Libgcrypt for ElGamal or OpenPGP operations.
- Confirm fixed package status against applicable vendor advisories.
- Review cryptographic service logs for unusual access patterns, where available.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-325: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-33560 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://dev.gnupg.org/T5328CVE reference
- [debian-lts-announce] 20210624 [SECURITY] [DLA 2691-1] libgcrypt20 security updateCVE reference · mailing-list
- FEDORA-2021-24d4e06195CVE reference · vendor-advisory
- FEDORA-2021-31fdc84207CVE reference · vendor-advisory
- https://www.oracle.com/security-alerts/cpuoct2021.htmlCVE reference
- https://dev.gnupg.org/T5466CVE reference
- https://dev.gnupg.org/T5305CVE reference
- https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61CVE reference
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference
- https://www.oracle.com/security-alerts/cpuapr2022.htmlCVE reference
- https://www.oracle.com/security-alerts/cpujul2022.htmlCVE reference
- GLSA-202210-13CVE reference · vendor-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Cryptographic Step
Missing Cryptographic Step represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
