CVE-2025-21756
CVSS 3.1 Score 7.8 of 10 (high)
Details
Published Feb 27, 2025
Updated: Mar 13, 2025
CWE ID 416
Summary
CVE-2025-21756 is a Linux kernel vulnerability affecting the vsock subsystem. It allows for use-after-free conditions due to a failure to properly manage socket bindings during transport reassignment. Specifically, during vsock_bind(), the kernel assumes the socket is in the unbound list but may have already been moved to the bound list, resulting in a refcount underflow and use-after-free when vsock_remove_bound() is called. This issue was identified by KASAN and led to a kernel panic. By preserving sockets bindings, the vulnerability has been resolved.
Prevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.