CVE-2026-98052
Last modified
CVE-2026-98052 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: clear txcb->last before writing each descriptor bcmasp_xmit() only wrote txcb->last = true for the final fragment of an SKB; non-final fragments left the field untouched. If a descriptor slot was reused while it still held a stale true from a previous SKB (possible when tx_spb_ring_full() underreported fullness), bcmasp_tx_reclaim() would see last == true mid-SKB and call dev_consume_skb_any() prematurely, freeing the sk_buff while its remaining fragments were still in flight. Unconditionally clear txcb->last before the conditional set so every descriptor slot starts from a known false state regardless of what a prior transmission left behind..
Description
In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: clear txcb->last before writing each descriptor bcmasp_xmit() only wrote txcb->last = true for the final fragment of an SKB; non-final fragments left the field untouched. If a descriptor slot was reused while it still held a stale true from a previous SKB (possible when tx_spb_ring_full() underreported fullness), bcmasp_tx_reclaim() would see last == true mid-SKB and call dev_consume_skb_any() prematurely, freeing the sk_buff while its remaining fragments were still in flight. Unconditionally clear txcb->last before the conditional set so every descriptor slot starts from a known false state regardless of what a prior transmission left behind.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 9b26b54861ce05307d39a54ddedddf8747419614; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 47a5cecca925ceb175d5adf712e667acf78f475f; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 17e6ad484dea5ddf1c4a3d6ec77a5929161234de; >= 490cb412007de593e07c1d3e2b1ec4233886707c, < 18e5e0ec0e9282c897e2aa81a3e43ccaee03b003 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98052?
How severe is CVE-2026-98052?
How do I fix CVE-2026-98052?
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-98047In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98048In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98049In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9805SMM IHISI command handler, FMTSWriteUseIntelLib, for FMTS co…2.7
- CVE-2026-98050In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98056In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-98057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98058In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98052?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
