Security Advisory

CVE-2025-68234

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-16 14:04:14
Last updated 2026-05-11 21:49:25
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: io_uring/cmd_net: fix wrong argument types for skb_queue_splice() If timestamp retriving needs to be retried and the local list of SKBs already has entries, then its spliced back into the socket queue. However, the arguments for the splice helper are transposed, causing exactly the wrong direction of splicing into the on-stack list. Fix that up.