CVE-2026-74263
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 36bd28c1cb0dbf48645cfe43159907fb3253b33a < 7edd4db82f9429591de10be4c904c817f12ba029 | affected |
| Linux | Linux | 36bd28c1cb0dbf48645cfe43159907fb3253b33a < 112490467586146d323cb7230b1d72137e36900c | affected |
| Linux | Linux | 36bd28c1cb0dbf48645cfe43159907fb3253b33a < f7aebaee2961bfcb86f282202d3dbd9b69db1a7c | affected |
| Linux | Linux | 36bd28c1cb0dbf48645cfe43159907fb3253b33a < 4c1b25d85f4c9a0f85f3f8c39988ad266a3f3095 | affected |
| Linux | Linux | 36bd28c1cb0dbf48645cfe43159907fb3253b33a < 05f789fa90d95d5771230e78453cedff2486039d | affected |
| Linux | Linux | 6.4 | affected |
| Linux | Linux | 0 < 6.4 | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/7edd4db82f9429591de10be4c904c817f12ba029
- https://git.kernel.org/stable/c/112490467586146d323cb7230b1d72137e36900c
- https://git.kernel.org/stable/c/f7aebaee2961bfcb86f282202d3dbd9b69db1a7c
- https://git.kernel.org/stable/c/4c1b25d85f4c9a0f85f3f8c39988ad266a3f3095
- https://git.kernel.org/stable/c/05f789fa90d95d5771230e78453cedff2486039d
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.