CVE-2026-97953
Last modified
CVE-2026-97953 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TX descriptor availability check for TSO traffic stmmac_tso_xmit() estimates the number of free TX descriptors required by a TSO skb as: (skb->len - proto_hdr_len) / TSO_MAX_BUFF_SIZE + 1 which assumes the payload is split into TSO_MAX_BUFF_SIZE chunks. This underestimates the descriptors actually consumed by stmmac_tso_allocator(), since each fragment is mapped individually and so it needs at least one descriptor regardless of its size.
Description
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TX descriptor availability check for TSO traffic stmmac_tso_xmit() estimates the number of free TX descriptors required by a TSO skb as: (skb->len - proto_hdr_len) / TSO_MAX_BUFF_SIZE + 1 which assumes the payload is split into TSO_MAX_BUFF_SIZE chunks. This underestimates the descriptors actually consumed by stmmac_tso_allocator(), since each fragment is mapped individually and so it needs at least one descriptor regardless of its size. Moreover, one descriptor is used for the L2/L3/L4 headers and, when the MSS changes, one more is consumed for the MSS context descriptor. For a highly fragmented TSO skb the check can therefore pass even when the ring has too few free slots. stmmac_tso_allocator() then writes past the available descriptors, overwriting descriptors still owned by the DMA engine, corrupting the TX ring. Add stmmac_tso_get_num_desc() to compute the exact number of descriptors needed for the header, the linear payload and each fragment, plus the MSS context descriptor when required, and use it in the availability check.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f748be531d7012c456b97f66091d86b3675c5fef, < ffa6d2481bc1c87f822ecd626561484e4ee24cef; >= f748be531d7012c456b97f66091d86b3675c5fef, < c28175220f808c867d5618de8ecc6dbcc815c773; >= f748be531d7012c456b97f66091d86b3675c5fef, < 65820fc743eae322f7f94f6a64d07861211d4b21; >= f748be531d7012c456b97f66091d86b3675c5fef, < 5e38d732ec67a5b1f9a56e6c73add480c4b6030a |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97953?
How severe is CVE-2026-97953?
How do I fix CVE-2026-97953?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9795A flaw was found in Keycloak's Fine-Grained Admin Permission…7.3
- CVE-2026-97950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97954In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97957In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-97958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97959In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97953?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
