
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-40280 is a use-after-free vulnerability in the Linux kernel's TIPC (Transparent Inter-Process Communication) module, specifically in the tipc_mon_reinit_self() function. The flaw was discovered and reported by syzbot and disclosed on December 6, 2025. It affects the Linux kernel across multiple distributions including Red Hat, Ubuntu, Debian, SUSE, Oracle Linux, and Amazon Linux 2, as well as Microsoft Azure Linux 3 (kernel 6.6.112.1-2). It carries a CVSS v3.1 base score of 7.0 (High) (Red Hat CVE, Microsoft MSRC).
The root cause is a missing RTNL (Route Netlink) lock acquisition in tipc_net_finalize_work(), a workqueue handler that calls tipc_net_finalize() → tipc_mon_reinit_self(). The tipc_net(net)->monitors[] array is protected by RTNL, but tipc_mon_reinit_self() iterates over it without holding the lock when invoked via the workqueue path, creating a race condition classified as CWE-416 (Use After Free). The fix ensures RTNL is held during tipc_net_finalize_work() to match the locking discipline of all other callers of tipc_net_finalize(). The bug was surfaced by syzbot using KASAN, which reported a slab-use-after-free read in _raw_spin_lock_irqsave triggered by a kworker thread (Red Hat CVE).
Successful exploitation could lead to kernel memory corruption, potentially enabling system crashes (denial of service), unauthorized disclosure of kernel memory contents, or arbitrary code execution in kernel context. Because the vulnerability resides in the kernel, a successful exploit would grant an attacker full control over the affected system, bypassing all user-space security boundaries. The scope is limited to the local system, but privilege escalation from a low-privileged local user to root is a realistic outcome (Red Hat CVE, Microsoft MSRC).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure. The vulnerability has an EPSS score of approximately 0.024% (0.000240), reflecting very low probability of near-term exploitation. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access with low privileges and high attack complexity, limiting the practical threat surface (Red Hat CVE).
The fix has been upstreamed to the Linux kernel stable trees via patches at git.kernel.org (commits 5f541300b02e, 51b8f0ab888f, 499b5fa78d52, 0725e6afb551). Downstream distributions have issued security advisories and updated packages: Ubuntu (USN-8096-1, USN-8096-2, USN-8096-3, USN-8096-5), Debian LTS (DLA-4436-1), Oracle Linux (ELISA-2025-28067, ELISA-2026-50007, ELISA-2026-50061, ELISA-2026-50100, ELISA-2026-50113, ELISA-2026-50134, ELISA-2026-50142), SUSE (SUSE-2026-0350-1), and Amazon Linux 2 (ALAS2KERNEL-5.10-2026-112). Administrators should apply the latest kernel update for their distribution as the primary remediation. As a secondary measure, disabling the TIPC kernel module (modprobe -r tipc) on systems that do not require TIPC networking can eliminate the attack surface (Ubuntu USN-8096-1, Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."