CVE-2022-27782: libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed t...
libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.
Security readout for executives and security teams
libcurl could reuse an existing connection after security-related TLS or SSH options changed. That could make a later transfer use assumptions from an earlier one, creating an integrity risk. Organizations should treat this as important wherever curl/libcurl is embedded in services, agents, appliances, scripts, or products. Exposure is likely where affected libcurl versions are used directly or bundled into software, containers, operating-system packages, or vendor appliances. Debian, Gentoo, and NetApp advisories indicate downstream impact. Risk is higher for applications that reuse libcurl connections while changing TLS or SSH-related options between transfers. Prioritize remediation in internet-facing, automation-heavy, and vendor-managed environments that rely on curl/libcurl. The main concern is integrity: security settings may not be applied as intended on reused connections. Patch during the next urgent security maintenance window unless vendor exposure analysis proves non-use. Mitigation focus: Upgrade curl/libcurl to 7.83.1 or later where upstream packages are used.; Apply Debian, Gentoo, NetApp, or other vendor security updates for managed platforms.; Rebuild or redeploy applications and containers that bundle or statically link libcurl..
Prepared
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
CWE-840: 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.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-840 · source CWE mapping
Business Logic Errors
Business Logic Errors represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.