Description
In the Linux kernel, the following vulnerability has been resolved:

net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()

The transmit loop in airoha_dev_xmit() reads fragment address and length
during its final iteration, when the loop index equals
skb_shinfo(skb)->nr_frags, at which point the fragment data is
uninitialized. While these values are never consumed, the read itself is
unsafe and may trigger a page fault. Fix this by avoiding the fragment
read on the last iteration.
Additionally, move the skb pointer from the first to the last used packet
descriptor, so that airoha_qdma_tx_napi_poll() defers freeing the skb
until the final descriptor is processed.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unsafe read of an uninitialized fragment address in the airoha network driver’s transmission loop. The driver accesses memory during the final iteration of the loop when the fragment data is not yet initialized. Though the read value is not used, the operation is an uninitialized memory read (CWE‑824), which can result in a page fault that may crash the kernel, potentially disrupting the affected system.

Affected Systems

Linux kernels that include the airoha driver before patch commit bde34e84 (and the related patches d78c8ab7 and f670fa4b) are vulnerable. Any system using airoha network interfaces with those kernel versions is impacted, regardless of distribution.

Risk and Exploitability

The CVSS score of 9.8 indicates a high severity for a denial‑of‑service impact given the possibility of a kernel crash; the EPSS score is below 1 %, suggesting exploitation is unlikely in the wild, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is network‑based: packets processed by the airoha driver may trigger the unsafe read during transmission, leading to a page fault and service disruption. No privilege escalation is implied.

Generated by OpenCVE AI on August 4, 2026 at 07:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the patch for the uninitialized fragment address read in airoha_dev_xmit()
  • If an update is not yet available, disable the airoha network interface or unload the airoha driver to prevent it from handling traffic
  • Monitor system logs for kernel Oops or page fault messages associated with airoha_dev_xmit(), and apply the update as soon as it becomes available

Generated by OpenCVE AI on August 4, 2026 at 07:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Wed, 22 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Wed, 22 Jul 2026 00:15:00 +0000


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit() The transmit loop in airoha_dev_xmit() reads fragment address and length during its final iteration, when the loop index equals skb_shinfo(skb)->nr_frags, at which point the fragment data is uninitialized. While these values are never consumed, the read itself is unsafe and may trigger a page fault. Fix this by avoiding the fragment read on the last iteration. Additionally, move the skb pointer from the first to the last used packet descriptor, so that airoha_qdma_tx_napi_poll() defers freeing the skb until the final descriptor is processed.
Title net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:36:35.977Z

Reserved: 2026-07-19T07:54:57.016Z

Link: CVE-2026-63857

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63857 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T07:15:03Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer