3 matches found
UBUNTU-CVE-2022-49664
In the Linux kernel, the following vulnerability has been resolved: tipc: move bc link creation back to tipcnodecreate Shuang Li reported a NULL pointer dereference crash: BUG: kernel NULL pointer dereference, address: 0000000000000068 RIP: 0010:tipclinkisup+0x5/0x10 tipc Call Trace:...
CVE-2022-49664
CVE-2022-49664 concerns the Linux kernel TIPC subsystem. The issue is a NULL pointer dereference in tipc_bcast_rcv caused by a race where a node’s bc link is not yet created when a bc packet arrives and dereferences the link from the hashtable. The patch fixes this by moving the bc link creation ...
CVE-2022-49664 tipc: move bc link creation back to tipc_node_create
In the Linux kernel, the following vulnerability has been resolved: tipc: move bc link creation back to tipcnodecreate Shuang Li reported a NULL pointer dereference crash: BUG: kernel NULL pointer dereference, address: 0000000000000068 RIP: 0010:tipclinkisup+0x5/0x10 tipc Call Trace:...