LiveActive security incident?Get immediate response
CVE Record

CVE-2025-38533: net: libwx: fix the using of Rx buffer DMA

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix the using of Rx buffer DMA The wx_rx_buffer structure contained two DMA address fields: 'dma' and 'page_dma'. However, only 'page_dma' was actually initialized and used to program the Rx descriptor. But 'dma' was uninitialized and used in some paths. This could lead to undefined behavior, including DMA errors or use-after-free, if the uninitialized 'dma' was used. Althrough such error has not yet occurred, it is worth fixing in the code.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A Linux network-driver flaw can use an uninitialized DMA address while handling received data. The source warns this could cause DMA errors or use-after-free behavior, potentially affecting confidentiality, integrity, and availability. However, it explicitly says the error had not occurred when fixed, so the critical score should not be interpreted as evidence of real-world exploitation.

Executive priority

Treat this as an urgent validation and patching issue where libwx is active, especially on exposed or business-critical systems. Do not assume every Linux host is vulnerable from the headline score. Require owners to establish driver usage, obtain vendor-confirmed remediation, and document backport status. Escalate quickly if affected systems show DMA or memory-safety faults.

Technical view

The libwx receive-buffer structure maintained both dma and page_dma fields. Only page_dma was initialized and programmed into receive descriptors, while some paths referenced the uninitialized dma field. The kernel fix addresses this inconsistent DMA bookkeeping. The supplied record assigns CVSS 3.1 score 9.8, but provides no demonstrated exploit, affected hardware detail, or attack-path analysis.

Likely exposure

Exposure requires a Linux kernel containing the vulnerable libwx code and an environment where that driver operates. The supplied affected data names versions 6.3, 6.6.100, 6.12.40, 6.15.8, and 6.16, plus an ambiguous “0” entry. Distribution backports may change exposure, so version strings alone are insufficient.

Exploitation context

The CVE is not listed as KEV, and the description says the underlying error had not yet occurred. No supplied source reports exploitation, proof of concept, or a confirmed remote attack path. Although the provided CVSS vector describes network-accessible, unauthenticated impact, operational risk depends on whether the affected libwx driver and vulnerable code paths are present and used.

Researcher notes

The strongest evidence is a code-quality defect with plausible memory-safety consequences, not a demonstrated exploit. The record’s critical CVSS vector appears stronger than the narrative evidence, which says the error had not occurred. The supplied version list contains duplicates and an ambiguous “0”; researchers should rely on commit ancestry and distribution backport records rather than simple version comparison.

Mitigation direction

  • Review Linux distribution or appliance-vendor guidance for CVE-2025-38533.
  • Upgrade to a vendor-supported kernel containing the applicable cited stable fix.
  • Prioritize internet-facing or high-availability systems that actively use the libwx driver.
  • Use vendor-approved driver or interface isolation if immediate kernel remediation is unavailable.

Validation and detection

  • Inventory running kernel builds, including vendor backports and appliance firmware.
  • Determine whether the libwx driver is installed, loaded, and actively serving network traffic.
  • Confirm the installed source or package includes the applicable cited stable commit.
  • Review kernel logs and monitoring for DMA faults or use-after-free indicators.
  • Retest driver loading and receive traffic after remediation.
Prepared
Confidence
medium
Sources
6

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-38533 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
5Source 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-38533Attack 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
LinuxLinux3c47e8ae113a68da47987750d9896e325d0aeedd, 3c47e8ae113a68da47987750d9896e325d0aeedd, 3c47e8ae113a68da47987750d9896e325d0aeedd, 3c47e8ae113a68da47987750d9896e325d0aeeddunaffected
LinuxLinux6.3, 0, 6.6.100, 6.12.40, 6.15.8, 6.16affected
Weakness

CWE details

No CWE listed

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