Files
CVEs-PoC/2025/CVE-2025-1290.md
T
2025-09-29 21:09:30 +02:00

856 B

CVE-2025-1290

Description

A race condition Use-After-Free vulnerability exists in the virtio_transport_space_update function within the Kernel 5.4 on ChromeOS. Concurrent allocation and freeing of the virtio_vsock_sock structure during an AF_VSOCK connect syscall can occur before a worker thread accesses it resulting in a dangling pointer and potential kernel code execution.

POC

Reference

Github

No PoCs found on GitHub currently.