CVE-2024-35890
Last modified
CVE-2024-35890 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gro: fix ownership transfer If packets are GROed with fraglist they might be segmented later on and continue their journey in the stack. In skb_segment_list those skbs can be reused as-is. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gro: fix ownership transfer If packets are GROed with fraglist they might be segmented later on and continue their journey in the stack. In skb_segment_list those skbs can be reused as-is. This is an issue as their destructor was removed in skb_gro_receive_list but not the reference to their socket, and then they can't be orphaned. Fix this by also removing the reference to the socket. For example this could be observed, kernel BUG at include/linux/skbuff.h:3131! (skb_orphan) RIP: 0010:ip6_rcv_core+0x11bc/0x19a0 Call Trace: ipv6_list_rcv+0x250/0x3f0 __netif_receive_skb_list_core+0x49d/0x8f0 netif_receive_skb_list_internal+0x634/0xd40 napi_complete_done+0x1d2/0x7d0 gro_cell_poll+0x118/0x1f0 A similar construction is found in skb_gro_receive, apply the same change there.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.154 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.85 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.26 | — |
| Linux | Linux Kernel | >= 6.7, < 6.8.5 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
- https://security.netapp.com/advisory/ntap-20250509-0008/Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-35890?
How severe is CVE-2024-35890?
How do I fix CVE-2024-35890?
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 2024
- CVE-2024-35884In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35885In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35886In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-35887In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-35888In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2024-35889In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35891In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35892In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35893In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35894In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-35895In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35896In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2024-35890?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
