4 matches found
SUSE CVE-2026-45998
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skbunshare failure If skbunshare fails to unshare a packet due to allocation failure in rxrpcinputpacket, the skb pointer in the parent rxrpciothread will be NULL'd out. This will likely cause the...
EUVD-2026-32294
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skbunshare failure If skbunshare fails to unshare a packet due to allocation failure in rxrpcinputpacket, the skb pointer in the parent rxrpciothread will be NULL'd out. This will likely cause the...
CVE-2026-45998
CVE-2026-45998 (Linux kernel, rxrpc): A UAF risk occurs when skb_unshare() fails to unshare a packet in rxrpc_input_packet(); the skb pointer in the parent rxrpc_io_thread() can be NULL’d, likely causing trace_rxrpc_rx_done() to oops. The fix moves the unsharing to where rxrpc_input_call_event() ...
CVE-2026-45998 rxrpc: Fix potential UAF after skb_unshare() failure
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skbunshare failure If skbunshare fails to unshare a packet due to allocation failure in rxrpcinputpacket, the skb pointer in the parent rxrpciothread will be NULL'd out. This will likely cause the...