LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125026: Out-of-bounds write in github.com/cloudflare/golz4

LZ4 bindings use a deprecated C API that is vulnerable to memory corruption, which could lead to arbitrary code execution if called with untrusted user input.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This CVE affects Cloudflare's Go LZ4 binding. If an application uses the vulnerable golz4 code on data supplied by users or external systems, memory corruption could potentially allow code execution. The business risk is high where compression handling is internet-facing or processes untrusted files, messages, or API payloads.

Executive priority

Prioritize any internet-facing or multi-tenant service that processes compressed input. If golz4 is present only in internal, trusted workflows, urgency is lower but remediation should still be tracked because the vulnerability class can have severe impact.

Technical view

The issue is an out-of-bounds write in github.com/cloudflare/golz4 caused by use of a deprecated LZ4 C API. The CVE maps to CWE-787 and has CVSS 3.1 score 9.8. Sources describe possible arbitrary code execution when vulnerable code is called with untrusted input.

Likely exposure

Exposure is limited to Go applications that import github.com/cloudflare/golz4 and use the vulnerable version or code path. Risk is highest where LZ4 data can come from users, tenants, files, APIs, queues, or network services.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The risk comes from unauthenticated, low-complexity memory corruption potential if vulnerable parsing is reachable with untrusted input.

Researcher notes

The source bundle identifies affected package github.com/cloudflare/golz4, version value 0, and default status unaffected. Evidence is enough to triage dependency exposure, but incomplete for exact affected release ranges or exploitation in the wild.

Mitigation direction

  • Inventory Go services for github.com/cloudflare/golz4 usage.
  • Follow pkg.go.dev and vendor guidance for GO-2020-0022 remediation.
  • Use a version or source revision containing the referenced Cloudflare fix.
  • Avoid processing untrusted LZ4 input through golz4 until remediated.
  • Rebuild and redeploy affected services after dependency remediation.

Validation and detection

  • Inspect dependency manifests, lockfiles, and SBOMs for github.com/cloudflare/golz4.
  • Identify whether external data reaches golz4 compression or decompression paths.
  • Confirm the deployed artifact no longer contains the vulnerable golz4 code.
  • Review crash, memory fault, and abnormal restart telemetry for affected services.
Prepared
Confidence
medium
Sources
5

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-787: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2014-125026 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

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

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
4Source 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2014-125026Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
github.com/cloudflare/golz4github.com/cloudflare/golz4github.com/cloudflare/golz4, 0unaffected
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.