CVE-2023-46218: This flaw allows a malicious HTTP server to set "super cookies" in curl that
are then passed back to more o...
This flaw allows a malicious HTTP server to set "super cookies" in curl that
are then passed back to more origins than what is otherwise allowed or
possible. This allows a site to set cookies that then would get sent to
different and unrelated sites and domains.
It could do this by exploiting a mixed case flaw in curl's function that
verifies a given cookie domain against the Public Suffix List (PSL). For
example a cookie could be set with `domain=co.UK` when the URL used a lower
case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.
Security readout for executives and security teams
Plain-English summary
CVE-2023-46218 lets a malicious HTTP server trick curl into storing overly broad cookies. Those cookies could then be sent to unrelated domains, creating confidentiality and integrity risk where curl handles sensitive sessions or automated cross-domain requests.
Executive priority
Treat as a moderate-priority remediation item. It is not presented as actively exploited, but it can cross domain trust boundaries and may affect common infrastructure components through curl packages.
Technical view
curl's Public Suffix List domain check mishandled mixed-case cookie domains. A server could set a cookie for a public suffix variant such as mixed-case co.UK when the host was lowercase, bypassing normal super-cookie restrictions. The issue is CWE-178 and has CVSS 6.5.
Likely exposure
Exposure is most likely in systems using affected curl versions with cookie handling against untrusted or semi-trusted HTTP servers. Downstream exposure may exist through operating system packages and vendor products referenced by Debian, Fedora, NetApp, and Siemens advisories.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a malicious HTTP server that can get a vulnerable curl client to accept cookies, then rely on later requests where those cookies are sent more broadly than intended.
Researcher notes
The key condition is cookie processing combined with PSL validation. Focus validation on affected curl versions, whether PSL support and cookie storage are used, and whether clients interact with attacker-controlled or untrusted HTTP origins. Do not assume all bundled vendor products are affected without their advisories.
Mitigation direction
Update curl using official curl or operating system vendor guidance.
Apply Debian, Fedora, NetApp, or Siemens fixes where those products are in use.
Review automated curl jobs that accept cookies from untrusted HTTP services.
Disable or avoid cookie persistence where it is not operationally required.
Validation and detection
Inventory installed curl versions and packaged dependencies across servers, containers, and appliances.
Identify scripts or applications that use curl cookie jars or persistent cookies.
Check vendor advisories for product-specific affected versions and fixed releases.
Confirm updated packages are deployed through standard vulnerability scanning or package inventory.
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-178: 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-178 · source CWE mapping
Improper Handling of Case Sensitivity
Improper Handling of Case Sensitivity represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.