LiveActive security incident?Get immediate response
CVE Record

CVE-2025-38068: crypto: lzo - Fix compression buffer overrun

In the Linux kernel, the following vulnerability has been resolved: crypto: lzo - Fix compression buffer overrun Unlike the decompression code, the compression code in LZO never checked for output overruns. It instead assumes that the caller always provides enough buffer space, disregarding the buffer length provided by the caller. Add a safe compression interface that checks for the end of buffer before each write. Use the safe interface in crypto/lzo.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the Linux kernel’s LZO compression handling can write beyond an output buffer because compression ignored the caller’s buffer length. A successful local attack could potentially compromise confidentiality, integrity, and availability. Actual exposure depends on whether the affected kernel code is present and reachable.

Executive priority

Treat as a high-priority kernel update, especially on systems running untrusted local workloads. It is not supported as an internet-scale emergency because the documented attack vector is local and active exploitation is unconfirmed. Require owners to establish exposure and patch status promptly.

Technical view

The crypto/lzo compression path assumed sufficient output space and did not check for overruns before writes. The kernel fix introduces a safe compression interface that verifies the buffer boundary. CVSS 3.1 rates it 7.8: local access, low complexity, low privileges, no user interaction, and potentially high impact across confidentiality, integrity, and availability.

Likely exposure

Linux systems running affected kernel branches may be exposed when the crypto/lzo compression path is available and reachable. The supplied version data is not sufficiently clear for reliable boundary matching, especially with vendor backports. Confirm exposure using distribution advisories, kernel package provenance, configuration, and fix-commit presence.

Exploitation context

The supplied CVSS vector describes a local, low-privileged attack rather than direct remote exploitation. CISA KEV status is false, and the supplied sources do not establish active exploitation or a public exploit. Practical exploitability and reachable callers are not documented in the bundle.

Researcher notes

The core defect is an unchecked output-boundary assumption in crypto/lzo compression. Review should focus on reachable callers, attacker influence over input and output sizing, and vendor backport equivalence. The bundle provides multiple stable-tree commits but does not clearly map every commit to a kernel branch or corrected release boundary.

Mitigation direction

  • Install a vendor-supported kernel containing the applicable upstream stable fix or backport.
  • Consult the Linux distribution’s advisory for exact affected and corrected package versions.
  • Prioritize multi-user, shared-hosting, container-host, and other systems permitting untrusted local workloads.
  • Use vendor-approved exposure reduction if patching is delayed; no specific workaround is documented here.

Validation and detection

  • Inventory deployed kernel packages and map them against vendor advisories, including backported fixes.
  • Verify whether the running kernel includes the applicable referenced stable commit or equivalent backport.
  • Determine whether crypto/lzo support is configured, available, and reachable by untrusted local users.
  • After updating, confirm the corrected kernel is running across hosts and immutable images.
Prepared
Confidence
medium
Sources
9

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.

cve · low confidence lookup

CVE-2025-38068 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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
3Timeline events
1ADP providers
8Source 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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-38068Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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

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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux64c70b1cf43de158282bc1675918d503e5b15cc1, 64c70b1cf43de158282bc1675918d503e5b15cc1, 64c70b1cf43de158282bc1675918d503e5b15cc1, 64c70b1cf43de158282bc1675918d503e5b15cc1, 64c70b1cf43de158282bc1675918d503e5b15cc1, 64c70b1cf43de158282bc1675918d503e5b15cc1unaffected
LinuxLinux2.6.23, 0, 5.15.185, 6.1.141, 6.6.93, 6.12.31, 6.14.9, 6.15affected
Weakness

CWE details

No CWE listed

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