Tracker / CVE-2026-46214
CVE-2026-46214
Media 5.5
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtio_transport_recv_listen() calls sk_acceptq_added() before vsock_assign_transport(). If vsock_assign_transport() fails or selects a different transport, the error path returns without calling sk_acceptq_removed(), permanently incrementing sk_ack_backlog. After approximately backlog+1 such failures, sk_acceptq_is_full() returns true, causing the listener to reject all new connections. Fix by moving sk_acceptq_added() to after the transport validation, matching the pattern used by vmci_transport and hyperv_transport.
Prodotti e versioni affette
| linux | linux_kernel · 5.11 → 5.15.209 |
|---|---|
| linux | linux_kernel · 5.16 → 6.1.175 |
| linux | linux_kernel · 5.5 → 5.10.258 |
| linux | linux_kernel · 6.13 → 6.18.32 |
| linux | linux_kernel · 6.19 → 7.0.9 |
| linux | linux_kernel · 6.2 → 6.6.140 |
| linux | linux_kernel · 6.7 → 6.12.90 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.