LiveActive security incident?Get immediate response
CVE Record

CVE-2025-38737: cifs: Fix oops due to uninitialised variable

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3_init_transform_rq() to initialise buffer to NULL before calling netfs_alloc_folioq_buffer() as netfs assumes it can append to the buffer it is given. Setting it to NULL means it should start a fresh buffer, but the value is currently undefined.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A Linux kernel flaw in CIFS/SMB3 request setup can use an uninitialised buffer value and trigger a kernel oops. Systems using the affected CIFS code may crash, disrupting file-sharing workloads. The supplied record rates it critical, although the description directly establishes a crash condition rather than demonstrated data theft or modification.

Executive priority

Treat as an urgent stability patch for affected CIFS-dependent systems, especially file servers and critical application hosts. Validate actual CIFS use before declaring fleet-wide emergency exposure. The critical CVSS warrants prompt review, but current sources do not substantiate active exploitation or the vector's claimed confidentiality and integrity impact.

Technical view

smb3_init_transform_rq() passed an undefined buffer value to netfs_alloc_folioq_buffer(), which expects either an existing appendable buffer or NULL for a new allocation. Initialising the buffer to NULL fixes the defect. The source bundle identifies affected Linux releases but does not clearly map every release boundary to its correcting stable commit.

Likely exposure

Potential exposure is limited to Linux systems running an affected kernel and exercising the relevant CIFS/SMB3 transform-request path. Systems without CIFS use are less likely to reach the flaw. The supplied version metadata includes 6.12, 6.12.44, 6.16.4, and 6.17, but its exact range semantics are unclear.

Exploitation context

The source bundle does not list this CVE in CISA KEV and provides no evidence of active exploitation or a public exploit. Network-based exploitability is asserted by the supplied CVSS vector, but the provided technical description does not establish how an unauthenticated remote actor could reliably reach the faulty path.

Researcher notes

The demonstrated defect is uninitialised state causing an oops; the supplied CVSS claims complete confidentiality, integrity, and availability impact. That broader impact is not explained by the provided commits or description. Researchers should independently establish reachability, attacker prerequisites, affected-version boundaries, and whether consequences extend beyond denial of service.

Mitigation direction

  • Obtain a corrected Linux kernel package using distributor or vendor guidance.
  • Confirm the update incorporates the applicable referenced stable-kernel commit.
  • Prioritise systems that actively mount or serve business-critical CIFS workloads.
  • Where patching is delayed, reduce unnecessary CIFS exposure as a precautionary control.

Validation and detection

  • Inventory Linux kernel versions on systems using CIFS or SMB3.
  • Identify active CIFS mounts and workloads that exercise SMB3 transform processing.
  • Check vendor changelogs for CVE-2025-38737 or the referenced commits.
  • After updating, verify the corrected kernel is running following any required reboot.
  • Monitor kernel logs for CIFS-related oops events or unexpected crashes.
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.

cve · low confidence lookup

CVE-2025-38737 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
3Timeline 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.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-38737Attack 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

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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxa2906d3316fc19bf0ade84618bb73eab604c447e, a2906d3316fc19bf0ade84618bb73eab604c447e, a2906d3316fc19bf0ade84618bb73eab604c447eunaffected
LinuxLinux6.12, 0, 6.12.44, 6.16.4, 6.17affected
Weakness

CWE details

No CWE listed

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