First published: Fri Dec 27 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.21-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53236 has been classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-53236, update to the patched versions of the Linux kernel, specifically 5.10.223-1, 5.10.234-1, 6.1.123-1, 6.1.128-1, 6.12.12-1, or 6.12.16-1.
CVE-2024-53236 affects various versions of the Linux kernel used in Debian-based systems.
Not addressing CVE-2024-53236 could lead to potential denial of service due to resource mismanagement in the kernel.
Yes, CVE-2024-53236 is related to transmitting xsk descriptors, which can impact network performance if exploited.