LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
12

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-46218 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Official CVE source material

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.

1CVSS vectors
3Timeline events
3ADP providers
12Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N3.92.5CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2023-46218Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
curlcurl8.4.0, 7.46.0Listed
Weakness

CWE details

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.