CVE-2024-50276·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102x_tx_frame_spi(), so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the original skb. Otherwise the original TX skb pointer would be freed again in mse102x_tx_work(), which leads to crashes: Internal error: Oops: 0000000096000004 [#2] PREEMPT SMP CPU: 0 PID: 712 Comm: kworker/0:1 Tainted: G D 6.6.23 Hardware name: chargebyte Charge SOM DC-ONE (DT) Workqueue: events mse102x_tx_work [mse102x] pstate: 20400009 (nzCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : skb_release_data+0xb8/0x1d8 lr : skb_release_data+0x1ac/0x1d8 sp : ffff8000819a3cc0 x29: ffff8000819a3cc0 x28: ffff0000046daa60 x27: ffff0000057f2dc0 x26: ffff000005386c00 x25: 0000000000000002 x24: 00000000ffffffff x23: 0000000000000000 x22: 0000000000000001 x21: ffff0000057f2e50 x20: 0000000000000006 x19: 0000000000000000 x18: ffff00003fdacfcc x17: e69ad452d0c49def x16: 84a005feff870102 x15: 0000000000000000 x14: 000000000000024a x13: 0000000000000002 x12: 0000000000000000 x11: 0000000000000400 x10: 0000000000000930 x9 : ffff00003fd913e8 x8 : fffffc00001bc008 x7 : 0000000000000000 x6 : 0000000000000008 x5 : ffff00003fd91340 x4 : 0000000000000000 x3 : 0000000000000009 x2 : 00000000fffffffe x1 : 0000000000000000 x0 : 0000000000000000 Call trace: skb_release_data+0xb8/0x1d8 kfree_skb_reason+0x48/0xb0 mse102x_tx_work+0x164/0x35c [mse102x] process_one_work+0x138/0x260 worker_thread+0x32c/0x438 kthread+0x118/0x11c ret_from_fork+0x10/0x20 Code: aa1303e0 97fffab6 72001c1f 54000141 (f9400660)
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.11.8
- Published
- 2024-11-19
Affected versions
From: 6.7
Until: 6.11.8
Fixed in: 6.11.8
How to fix this CVE
Update your Linux kernel to version 6.11.8 or later to resolve a memory management flaw in the Vertexcom MSE102x network driver that causes kernel crashes. The vulnerability occurs when TX socket buffers are improperly freed, leading to use-after-free conditions during network transmission. Applying this patch eliminates the risk of kernel panics and system instability on affected systems.
sudo dnf update kernel kernel-develDefensia detects this vulnerability
How to check if you are affected
- Check the running kernel version: uname -r — ensure it is 6.11.8 or later
- Verify the kernel is compiled with Vertexcom MSE102x driver support: grep -i mse102x /boot/config-$(uname -r) or modinfo mse102x if the module is loaded
- Search system logs for kernel oops messages related to skb_release_data: grep -i 'skb_release_data\|mse102x_tx_work\|Internal error: Oops' /var/log/kern.log /var/log/syslog
- After patching, reboot and confirm the new kernel version: uname -r should show 6.11.8 or higher
FAQ
What is CVE-2024-50276?
CVE-2024-50276 is a kernel memory management vulnerability in the Vertexcom MSE102x Ethernet driver where the TX socket buffer is freed twice—once in the frame transmission function and again in the work queue handler—causing kernel crashes when the driver needs to expand packet buffer space.
Is CVE-2024-50276 being actively exploited?
No, CVE-2024-50276 is not being actively exploited in the wild according to CISA KEV data, and no public exploits are available. However, the vulnerability causes immediate kernel panics on affected systems, making it a high-priority stability issue.
What versions of Kernel are affected by CVE-2024-50276?
Linux kernel versions 6.7 through 6.11.7 are vulnerable. The fix is included in kernel 6.11.8 and later stable releases.
How do I check if my server is vulnerable to CVE-2024-50276?
Run uname -r to check your kernel version. If the output is between 6.7 and 6.11.7 (inclusive) and the Vertexcom MSE102x driver is enabled, your system is vulnerable. Confirm with: grep -i mse102x /boot/config-$(uname -r) or lsmod | grep mse102x
Does Defensia detect CVE-2024-50276?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Kernel is installed on a monitored server, CVE-2024-50276 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/1325e838089da25217f4b403318a270fcdf88f34
- https://git.kernel.org/stable/c/1f26339b2ed63d1e8e18a18674fb73a392f3660e
- https://git.kernel.org/stable/c/2cf0e77f5a0aa1ff336aa71743eda55c73902187
- https://git.kernel.org/stable/c/91c9daa21f3ff8668f9e1d6c860024ce7ad64137
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-50276. Free for 1 server.
Get started free