Answer in brief
CVE-2022-50555 records a High severity (CVSS 7.8) vulnerability in tipc: fix a null-ptr-deref in tipc_topsrv_accept. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <ce69bdac2310152bb70845024d5d704c52aabfc3 || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <24b129aed8730e48f47d852d58d76825ab6f407c || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <32a3d4660b34ce49ac0162338ebe362098e2f5df || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <7a939503fc32bff4ed60800b73ff7fbb4aea2142 || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <cedb41664e27b2cae7e21487f1bee22dcd84037d || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <82cb4e4612c633a9ce320e1773114875604a3cce | ce69bdac2310152bb70845024d5d704c52aabfc3, 24b129aed8730e48f47d852d58d76825ab6f407c, 32a3d4660b34ce49ac0162338ebe362098e2f5df, 7a939503fc32bff4ed60800b73ff7fbb4aea2142, cedb41664e27b2cae7e21487f1bee22dcd84037d, 82cb4e4612c633a9ce320e1773114875604a3cce |
| Linux/Linuxgeneric | 4.17 | Not reported |
Published upstream
Oct 7, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipc_topsrv_accept syzbot found a crash in tipc_topsrv_accept: KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] Workqueue: tipc_rcv tipc_topsrv_accept RIP: 0010:kernel_accept+0x22d/0x350 net/socket.c:3487 Call Trace: <TASK> tipc_topsrv_accept+0x197/0x280 net/tipc/topsrv.c:460 process_one_work+0x991/0x1610 kernel/workqueue.c:2289 worker_thread+0x665/0x1080 kernel/workqueue.c:2436 kthread+0x2e4/0x3a0 kernel/kthread.c:376 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306 It was caused by srv->listener that might be set to null by tipc_topsrv_stop() in net .exit whereas it's still used in tipc_topsrv_accept() worker. srv->listener is protected by srv->idr_lock in tipc_topsrv_stop(), so add a check for srv->listener under srv->idr_lock in tipc_topsrv_accept() to avoid the null-ptr-deref. To ensure the lsock is not released during the tipc_topsrv_accept(), move sock_release() after tipc_topsrv_work_stop() where it's waiting until the tipc_topsrv_accept worker to be done. Note that sk_callback_lock is used to protect sk->sk_user_data instead of srv->listener, and it should check srv in tipc_topsrv_listener_data_ready() instead. This also ensures that no more tipc_topsrv_accept worker will be started after tipc_conn_close() is called in tipc_topsrv_stop() where it sets sk->sk_user_data to null.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2022-50555 records a High severity (CVSS 7.8) vulnerability in tipc: fix a null-ptr-deref in tipc_topsrv_accept. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <ce69bdac2310152bb70845024d5d704c52aabfc3 || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <24b129aed8730e48f47d852d58d76825ab6f407c || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <32a3d4660b34ce49ac0162338ebe362098e2f5df || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <7a939503fc32bff4ed60800b73ff7fbb4aea2142 || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <cedb41664e27b2cae7e21487f1bee22dcd84037d || >=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 <82cb4e4612c633a9ce320e1773114875604a3cce | ce69bdac2310152bb70845024d5d704c52aabfc3, 24b129aed8730e48f47d852d58d76825ab6f407c, 32a3d4660b34ce49ac0162338ebe362098e2f5df, 7a939503fc32bff4ed60800b73ff7fbb4aea2142, cedb41664e27b2cae7e21487f1bee22dcd84037d, 82cb4e4612c633a9ce320e1773114875604a3cce |
| Linux/Linuxgeneric | 4.17 | Not reported |
Published upstream
Oct 7, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipc_topsrv_accept syzbot found a crash in tipc_topsrv_accept: KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] Workqueue: tipc_rcv tipc_topsrv_accept RIP: 0010:kernel_accept+0x22d/0x350 net/socket.c:3487 Call Trace: <TASK> tipc_topsrv_accept+0x197/0x280 net/tipc/topsrv.c:460 process_one_work+0x991/0x1610 kernel/workqueue.c:2289 worker_thread+0x665/0x1080 kernel/workqueue.c:2436 kthread+0x2e4/0x3a0 kernel/kthread.c:376 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306 It was caused by srv->listener that might be set to null by tipc_topsrv_stop() in net .exit whereas it's still used in tipc_topsrv_accept() worker. srv->listener is protected by srv->idr_lock in tipc_topsrv_stop(), so add a check for srv->listener under srv->idr_lock in tipc_topsrv_accept() to avoid the null-ptr-deref. To ensure the lsock is not released during the tipc_topsrv_accept(), move sock_release() after tipc_topsrv_work_stop() where it's waiting until the tipc_topsrv_accept worker to be done. Note that sk_callback_lock is used to protect sk->sk_user_data instead of srv->listener, and it should check srv in tipc_topsrv_listener_data_ready() instead. This also ensures that no more tipc_topsrv_accept worker will be started after tipc_conn_close() is called in tipc_topsrv_stop() where it sets sk->sk_user_data to null.
Quoted source text, attributed separately from HOL analysis.