Cyber Resilience

CVE-2021-22924

LowPublic PoC

Published: 05 August 2021

Published
05 August 2021
Modified
09 June 2025
KEV Added
Patch
CVSS Score v3.1 3.7 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0056 68.7th percentile
Risk Priority 8 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-22924 is a low-severity Improper Input Validation (CWE-20) vulnerability in Debian Debian Linux. Its CVSS base score is 3.7 (Low).

Operationally, ranked in the top 31.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved…

more

paths *case insensitively*,which could lead to libcurl reusing wrong connections.File paths are, or can be, case sensitive on many systems but not all, and caneven vary depending on used file systems.The comparison also didn't include the 'issuer cert' which a transfer can setto qualify how to verify the server certificate.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

haxx
libcurl
7.10.4 — 7.77.0
fedoraproject
fedora
33
debian
debian linux
10.0, 11.0, 9.0
netapp
cloud backup
all versions
netapp
clustered data ontap
all versions
netapp
solidfire \& hci management node
all versions
netapp
solidfire baseboard management controller firmware
all versions
oracle
mysql server
5.7.0 — 5.7.36 · 8.0.0 — 8.0.26
oracle
peoplesoft enterprise peopletools
8.57, 8.58, 8.59
siemens
sinec infrastructure network services
≤ 1.0.1.1
+23 more product configuration(s) — see NVD for full list

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References