CVE-2022-50555
published 2025-10-07CVE-2022-50555: 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…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.20%
10.3th percentile
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:
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.
Affected
19 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.0.7-1 (bookworm) | linux 6.0.7-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < ce69bdac2310152bb70845024d5d704c52aabfc3 | ce69bdac2310152bb70845024d5d704c52aabfc3 |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < 24b129aed8730e48f47d852d58d76825ab6f407c | 24b129aed8730e48f47d852d58d76825ab6f407c |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < 32a3d4660b34ce49ac0162338ebe362098e2f5df | 32a3d4660b34ce49ac0162338ebe362098e2f5df |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < 7a939503fc32bff4ed60800b73ff7fbb4aea2142 | 7a939503fc32bff4ed60800b73ff7fbb4aea2142 |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < cedb41664e27b2cae7e21487f1bee22dcd84037d | cedb41664e27b2cae7e21487f1bee22dcd84037d |
| linux | linux | >= 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 < 82cb4e4612c633a9ce320e1773114875604a3cce | 82cb4e4612c633a9ce320e1773114875604a3cce |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.158-1 | 5.10.158-1 |
| linux | linux_kernel | >= 0 < 6.0.7-1 | 6.0.7-1 |
| linux | linux_kernel | >= 0 < 6.0.7-1 | 6.0.7-1 |
| linux | linux_kernel | >= 0 < 6.0.7-1 | 6.0.7-1 |
| linux | linux_kernel | >= 4.17 < 4.19.264 | 4.19.264 |
| linux | linux_kernel | >= 4.20 < 5.4.223 | 5.4.223 |
| linux | linux_kernel | >= 5.11 < 5.15.77 | 5.15.77 |
| linux | linux_kernel | >= 5.16 < 6.0.7 | 6.0.7 |
| linux | linux_kernel | >= 5.5 < 5.10.153 | 5.10.153 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
Linux Kernel up to 6.0.6 tipc_topsrv_stop null pointer dereference (Nessus ID 284758 / WID-SEC-2025-2229)
vuldb·2026-04-20·CVSS 5.5
CVE-2022-50555 [MEDIUM] Linux Kernel up to 6.0.6 tipc_topsrv_stop null pointer dereference (Nessus ID 284758 / WID-SEC-2025-2229)
A vulnerability was found in Linux Kernel up to 4.19.263/5.4.222/5.10.152/5.15.76/6.0.6. It has been rated as critical. This vulnerability affects the function tipc_topsrv_stop. Performing a manipulation results in null pointer dereference.
This vulnerability is known as CVE-2022-50555. Access to the local network is required for this attack. No exploit is available.
Upgrading the affected component is advised.
OSV
CVE-2022-50555: 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_tops
osv·2025-10-07·CVSS 5.5
CVE-2022-50555 [MEDIUM] CVE-2022-50555: 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_tops
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: 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_sto
GHSA
GHSA-6jh6-f787-4g5p: 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_to
ghsa_unreviewed·2025-10-07
CVE-2022-50555 [MEDIUM] CWE-476 GHSA-6jh6-f787-4g5p: 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_to
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:
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_tops
Red Hat
kernel: tipc: fix a null-ptr-deref in tipc_topsrv_accept
vendor_redhat·2025-10-07·CVSS 5.5
CVE-2022-50555 [MEDIUM] CWE-476 kernel: tipc: fix a null-ptr-deref in tipc_topsrv_accept
kernel: tipc: fix a null-ptr-deref in tipc_topsrv_accept
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:
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
Debian
CVE-2022-50555: linux - In the Linux kernel, the following vulnerability has been resolved: tipc: fix a...
vendor_debian·2022·CVSS 5.5
CVE-2022-50555 [MEDIUM] CVE-2022-50555: linux - In the Linux kernel, the following vulnerability has been resolved: tipc: fix a...
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: 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_sto
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/24b129aed8730e48f47d852d58d76825ab6f407chttps://git.kernel.org/stable/c/32a3d4660b34ce49ac0162338ebe362098e2f5dfhttps://git.kernel.org/stable/c/7a939503fc32bff4ed60800b73ff7fbb4aea2142https://git.kernel.org/stable/c/82cb4e4612c633a9ce320e1773114875604a3ccehttps://git.kernel.org/stable/c/ce69bdac2310152bb70845024d5d704c52aabfc3https://git.kernel.org/stable/c/cedb41664e27b2cae7e21487f1bee22dcd84037d
2025-10-07
Published