CVE-2024-53236
Last modified
CVE-2024-53236 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later found to have invalid options set for the TX metadata, the new skb is never freed. This can leak skbs until the send buffer is full which makes sending more packets impossible. Fix this by freeing the skb in the error path if we are currently dealing with the first frag, i.e., an skb allocated in this iteration of xsk_build_skb.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xsk: Free skb when TX metadata options are invalid When a new skb is allocated for transmitting an xsk descriptor, i.e., for every non-multibuf descriptor or the first frag of a multibuf descriptor, but the descriptor is later found to have invalid options set for the TX metadata, the new skb is never freed. This can leak skbs until the send buffer is full which makes sending more packets impossible. Fix this by freeing the skb in the error path if we are currently dealing with the first frag, i.e., an skb allocated in this iteration of xsk_build_skb.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.11.11 |
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-53236?
How severe is CVE-2024-53236?
How do I fix CVE-2024-53236?
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-53230In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53231In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53232In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53233In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53234In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53235In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53237In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53238In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53239In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-5324Multiple plugins for WordPress utilizing the XootiX Framewor…8.8
- CVE-2024-53240In the Linux kernel, the following vulnerability has been re…5.7
- CVE-2024-53241In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-53236?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
