You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
queue corruption
About this tag
Queue corruption in the Linux kernel can occur when internal socket queues become inconsistent due to locking bugs. A notable example is CVE-2026-23066, a flaw in the RxRPC recvpath where incorrect requeue logic in rxrpc_recvmsg() corrupts socket queues, leading to use-after-free and refcount underruns. This vulnerability was introduced by a subtle locking issue and was fixed upstream with a targeted kernel patch in early 2026. On WindowsForum.com, discussions about queue corruption often focus on kernel-level bugs, their impact on system stability, and the importance of applying security patches to prevent exploitation.
A subtle locking bug in the kernel's RxRPC recvpath can corrupt internal socket queues and lead to use-after-free and refcount underruns — a flaw tracked as CVE-2026-23066 that was introduced by incorrect requeue logic in rxrpc_recvmsg() and fixed upstream by a targeted patch in early 2026...