CVE-2024-50264·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangling pointer can be created in vsk->trans, potentially leading to a Use-After-Free condition. This issue is resolved by initializing vsk->trans to NULL.
- 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 use-after-free vulnerability in the vsock/virtio subsystem that can occur during loopback communication. This patch initializes a dangling pointer in vsk->trans to NULL, preventing potential memory corruption and system instability. Reboot your system after applying the kernel update to ensure the fix is active.
sudo dnf update kernel kernel-develDefensia detects this vulnerability
How to check if you are affected
- Check your kernel version by running: uname -r
- Verify if the kernel version is between 6.7 and 6.11.7 (inclusive), which are vulnerable versions
- Search kernel logs for vsock-related errors or use-after-free warnings: grep -i 'vsock\|use.after.free' /var/log/kern.log or dmesg | grep -i vsock
- After patching, confirm the new kernel version with uname -r and verify it is 6.11.8 or later
FAQ
What is CVE-2024-50264?
CVE-2024-50264 is a use-after-free vulnerability in the Linux kernel's vsock/virtio subsystem where a dangling pointer can be left in vsk->trans during loopback communications, potentially allowing an unprivileged local attacker to cause a denial of service or memory corruption.
Is CVE-2024-50264 being actively exploited?
No, CVE-2024-50264 is not listed on CISA's Known Exploited Vulnerabilities catalog and no public exploits are currently available, though proof-of-concept research has been published.
What versions of Kernel are affected by CVE-2024-50264?
Kernel versions 6.7 through 6.11.7 are vulnerable. Version 6.11.8 and later contain the fix.
How do I check if my server is vulnerable to CVE-2024-50264?
Run 'uname -r' to display your kernel version. If it shows a version between 6.7 and 6.11.7, your system is vulnerable and requires a kernel update.
Does Defensia detect CVE-2024-50264?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Kernel is installed on a monitored server, CVE-2024-50264 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://a13xp0p0v.github.io/2025/09/02/kernel-hack-drill-and-CVE-2024-50264.html
- https://git.kernel.org/stable/c/2a6a4e69f255b7aed17f93995691ab4f0d3c2203
- https://git.kernel.org/stable/c/44d29897eafd0e1196453d3003a4d5e0b968eeab
- https://git.kernel.org/stable/c/5f092a4271f6dccf88fe0d132475a17b69ef71df
- https://git.kernel.org/stable/c/5f970935d09934222fdef3d0e20c648ea7a963c1
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-50264. Free for 1 server.
Get started free