CVE-2026-74263

UnknownEPSS 0.17%

Last modified

CVE-2026-74263 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.17%

6.4th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 36bd28c1cb0dbf48645cfe43159907fb3253b33a, < 7edd4db82f9429591de10be4c904c817f12ba029; >= 36bd28c1cb0dbf48645cfe43159907fb3253b33a, < 112490467586146d323cb7230b1d72137e36900c; >= 36bd28c1cb0dbf48645cfe43159907fb3253b33a, < f7aebaee2961bfcb86f282202d3dbd9b69db1a7c; >= 36bd28c1cb0dbf48645cfe43159907fb3253b33a, < 4c1b25d85f4c9a0f85f3f8c39988ad266a3f3095; >= 36bd28c1cb0dbf48645cfe43159907fb3253b33a, < 05f789fa90d95d5771230e78453cedff2486039d
LinuxLinux6.4

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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 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.
How severe is CVE-2026-74263?
Severity scoring for CVE-2026-74263 is pending analysis. The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2026-74263?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-74263?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST