LiveActive security incident?Get immediate response
CVE Record

CVE-2016-8615: A flaw was found in curl before version 7.51.

A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-8615 is a curl cookie handling flaw. A malicious HTTP server could write cookies for other domains into a saved cookie jar. The main business risk is integrity: later automated requests may carry attacker-planted cookies, potentially confusing authentication or application behavior.

Executive priority

Treat as a routine but necessary remediation item. Prioritize internet-facing automation, data integrations, and shared build or container images that use curl with persisted cookies. This is not currently evidenced as exploited in the provided sources.

Technical view

In curl before version 7.51, persisted cookie state could be polluted by a malicious HTTP server. If the cookie jar is later reloaded, curl may send injected cookies for arbitrary domains on subsequent requests. CVSS 3.0 is 5.3, with low integrity impact and no stated confidentiality or availability impact.

Likely exposure

Exposure is most likely where curl or libcurl persists cookies to a jar file and later reuses that jar across requests, especially when contacting untrusted HTTP servers. Systems not using saved cookie jars are less directly exposed based on the provided description.

Exploitation context

The bundle does not show active exploitation, and KEV is false. Exploitation requires interaction with a malicious HTTP server and later reuse of the poisoned cookie jar. The sources describe arbitrary-domain cookie injection, not remote code execution or data exfiltration.

Researcher notes

Focus validation on cookie jar persistence and cross-request trust boundaries. The issue is categorized as CWE-99 and affects integrity of cookie state. Evidence in the bundle supports curl before 7.51 and vendor-patched packages, but does not provide exploit-in-the-wild confirmation.

Mitigation direction

  • Apply vendor-provided curl updates or patched distribution packages.
  • Upgrade curl to a version not affected, per the curl advisory.
  • Avoid reusing cookie jars after contacting untrusted HTTP servers until patched.
  • Review vendor advisories for backported fixes in older package versions.

Validation and detection

  • Inventory curl and libcurl versions across servers, containers, and build images.
  • Identify jobs or applications that write and later reuse curl cookie jars.
  • Confirm installed packages include the CVE-2016-8615 vendor fix.
  • Review automation that fetches untrusted HTTP content with cookies enabled.
Prepared
Confidence
high
Sources
8

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-99: 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-2016-8615 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
5.3 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
0Timeline events
0ADP providers
10Source links

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
5.3CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.3Medium
CVSS 3.0 vector shape for CVE-2016-8615Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
The Curl Projectcurl7.51.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-99 · source CWE mapping

Improper Control of Resource Identifiers ('Resource Injection')

Improper Control of Resource Identifiers ('Resource Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.