Security readout for executives and security teams
Plain-English summary
This is a low-severity libcurl flaw where secure connections could be reused when they should not be. In unusual configurations, libcurl might treat two transfers as equivalent even when issuer-certificate verification settings or case-sensitive certificate paths differ, creating a limited confidentiality risk.
Executive priority
Treat as routine patch management unless affected libcurl is used in sensitive outbound TLS workflows. It is not supported by the provided sources as actively exploited, but it is broadly relevant because curl is widely embedded.
Technical view
libcurl 7.10.4 through 7.77.0 could incorrectly match reusable connections because the matching logic ignored issuercert and compared involved paths case-insensitively. On systems with case-sensitive paths, or transfers relying on issuer certificate constraints, a later transfer could reuse an inappropriate existing connection.
Likely exposure
Exposure is most likely in applications, appliances, containers, or OS packages that embed affected curl/libcurl versions and perform multiple HTTPS transfers with connection reuse plus issuer certificate or path-sensitive verification differences.
Exploitation context
The bundle does not cite active exploitation, and KEV is false. CVSS marks attack complexity high with only low confidentiality impact. Practical abuse appears dependent on specific libcurl configuration and connection reuse behavior.
Researcher notes
Focus validation on libcurl connection cache behavior and TLS verification configuration. The core issue is equivalence matching for connection reuse, specifically missing issuercert comparison and case-insensitive path comparison where path semantics may differ.
Mitigation direction
- Inventory curl and embedded libcurl versions across hosts, containers, and vendor appliances.
- Apply relevant vendor security updates from OS or product suppliers.
- Move upstream curl/libcurl outside the affected 7.10.4 through 7.77.0 range where applicable.
- Check vendor advisories for Oracle, NetApp, Siemens, Debian, Fedora, and bundled products.
- Prioritize internet-facing services that make repeated outbound TLS requests.
Validation and detection
- Confirm no deployed curl/libcurl version remains within 7.10.4 through 7.77.0.
- Review SBOMs and container images for statically linked libcurl copies.
- Identify applications using issuer certificate settings with pooled or reused connections.
- Verify distro package changelogs reference CVE-2021-22924 remediation.
- Document accepted risk where vendor firmware remains pending.
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-20: 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-22924 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
- Low
- CVSS
- 3.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/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:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.7LowVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://hackerone.com/reports/1223565CVE reference · x_refsource_MISC
- FEDORA-2021-5d21b90a30CVE reference · vendor-advisory, x_refsource_FEDORA
- [debian-lts-announce] 20210813 [SECURITY] [DLA 2734-1] curl security updateCVE reference · mailing-list, x_refsource_MLIST
- [kafka-dev] 20210831 Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker imageCVE reference · mailing-list, x_refsource_MLIST
- [kafka-users] 20210831 Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker imageCVE reference · mailing-list, x_refsource_MLIST
- [kafka-users] 20210901 Re: [EXTERNAL] Re: Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker imageCVE reference · mailing-list, x_refsource_MLIST
- [kafka-dev] 20210901 Re: [EXTERNAL] Re: Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker imageCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/security-alerts/cpuoct2021.htmlCVE reference · x_refsource_MISC
- https://security.netapp.com/advisory/ntap-20210902-0003/CVE reference · x_refsource_CONFIRM
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdfCVE reference · x_refsource_CONFIRM
- https://cert-portal.siemens.com/productcert/pdf/ssa-732250.pdfCVE reference · x_refsource_CONFIRM
- https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdfCVE reference · x_refsource_CONFIRM
- DSA-5197CVE reference · vendor-advisory, x_refsource_DEBIAN
- [debian-lts-announce] 20220828 [SECURITY] [DLA 3085-1] curl security updateCVE reference · mailing-list, x_refsource_MLIST
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.
Improper Input Validation
Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
