PT-2025-41060 · Linux+2 · Linux Kernel+2
Published
2023-05-09
·
Updated
2025-10-07
·
CVE-2022-50555
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw in the
tipc topsrv accept function that can lead to a null pointer dereference. This issue was discovered by syzbot during testing. The root cause is that the srv->listener pointer might be set to null by tipc topsrv stop() while still being used in tipc topsrv accept(). The fix involves adding a check for srv->listener under srv->idr lock within tipc topsrv accept() to prevent the dereference. Additionally, the sock release() function is moved to after tipc topsrv work stop() to ensure the listener socket is not released prematurely. The fix also includes a check for srv in tipc topsrv listener data ready().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Centos
Linux Kernel
Red Hat