Bug 2516762 (CVE-2026-74263) - CVE-2026-74263 kernel: net: wwan: t7xx: check skb_clone in control TX
Summary: CVE-2026-74263 kernel: net: wwan: t7xx: check skb_clone in control TX
Keywords:
Status: NEW
Alias: CVE-2026-74263
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:32 UTC by OSIDB Bzimport
Modified: 2026-08-19 19:23 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:32:12 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.