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

net: wwan: t7xx: check skb_clone in control TX

t7xx_port_ctrl_tx() clones each skb fragment before passing it to the
port transmit path. The clone is used immediately to set cloned->len, so
an skb_clone() failure results in a NULL pointer dereference.

Check the clone before using it. If previous fragments were already
queued, preserve the driver's existing partial-write behavior by
returning the number of bytes submitted so far.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A failure in the WWAN T7xx driver caused the kernel to dereference a NULL pointer during control frame transmission. When the driver attempted to clone an skb fragment, the clone could fail and the code would still use the resulting NULL pointer, leading to a kernel panic and service disruption. This flaw results in a local denial‑of‑service condition as the panics force a reboot or halt of the affected system.

Affected Systems

The vulnerability affects all Linux kernel releases that include the WWAN T7xx driver without the recent patch. No specific version range is listed in the public advisory, so any distribution kernel employing the t7xx_port_ctrl_tx routine is potentially exposed until the driver includes the NULL check introduced in the latest commit.

Risk and Exploitability

The likely attack vector is a maliciously crafted WWAN control packet; the fault occurs during the processing of such frames. The CVSS score is 5.5 and the EPSS score is under 1%, indicating a low probability of exploitation. The vulnerability can still cause an immediate crash if an attacker can trigger the control transmission path, leading to a denial‑of‑service condition in systems exposed to untrusted cellular traffic.

Generated by OpenCVE AI on August 22, 2026 at 02:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the patch which checks the skb_clone result before use.
  • If a distribution kernel update is not yet available, backport the commit from the kernel repository that inserts the null‑pointer check into the t7xx driver.
  • Disable the WWAN T7xx interface or block untrusted control frame traffic while a fix is applied to limit the potential exploitation surface.

Generated by OpenCVE AI on August 22, 2026 at 02:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Low


Sat, 15 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skb_clone in control TX t7xx_port_ctrl_tx() clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned->len, so an skb_clone() failure results in a NULL pointer dereference. Check the clone before using it. If previous fragments were already queued, preserve the driver's existing partial-write behavior by returning the number of bytes submitted so far.
Title net: wwan: t7xx: check skb_clone in control TX
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-17T05:16:05.593Z

Reserved: 2026-08-15T05:44:03.877Z

Link: CVE-2026-74263

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:25.570

Modified: 2026-08-17T06:19:19.870

Link: CVE-2026-74263

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74263 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T02:30:17Z

Weaknesses