NONE · 0

CVE-2026-74263

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-74263?

CVE-2026-74263 is a documented vulnerability. 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...

How severe is CVE-2026-74263?

CVSS scoring is not yet available for CVE-2026-74263. Check NVD for updates.

Is there a patch for CVE-2026-74263?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.