cve/2024/CVE-2024-50264.md
2025-09-29 21:09:30 +02:00

1.2 KiB

CVE-2024-50264

Description

In the Linux kernel, the following vulnerability has been resolved:vsock/virtio: Initialization of the dangling pointer occurring in vsk->transDuring loopback communication, a dangling pointer can be created invsk->trans, potentially leading to a Use-After-Free condition. Thisissue is resolved by initializing vsk->trans to NULL.

POC

Reference

No PoCs from references.

Github