Memory leak in Linux kernel - CVE-2026-90138
Published: September 19, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a resource leak.
The vulnerability exists due to improper socket error handling in vsock_accept() when accepting a connection after a failed connection attempt on the listener. A remote attacker can perform a failed self-connect and then accept a valid incoming vsock connection to cause a resource leak.
The leak affects virtio and hyperv transports because rejected child sockets are not freed.