Impact
The flaw is a race condition in the Linux kernel’s TIPC UDP bearer logic. Concurrent additions and deletions of peers are performed without proper serialization, corrupting the replicast list and triggering a kernel BUG that crashes the system. The weakness is a classic concurrent execution race that can be exploited by an unprivileged user to cause a denial of service.
Affected Systems
The vulnerability resides in the Linux kernel, specifically within the tipc_udp_rcast_add() and cleanup_bearer() functions in net/tipc/udp_media.c. Any kernel release lacking the patch may be affected, especially systems exposing the TIPC UDP bearer through generic‑netlink in unprivileged user namespaces.
Risk and Exploitability
The CVSS score for this issue is 7.8, indicating a high severity. The EPSS score is below 1%, implying a very low exploitation probability. The flaw can be triggered by an unprivileged user capable of sending generic‑netlink messages to the TIPCv2 interface; a successful race condition can cause a kernel BUG and lead to a kernel panic, resulting in a denial of service. The vulnerability is not listed in the CISA KEV catalog.
OpenCVE Enrichment