Use After Free in Linux
CVE-2025-37845
In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 ("tracing: tprobe-events: Fix leakage of module refcount") moved try_module_get() from __find_tracepoint_module_cb() to find_tracepoint() caller, but that introduced a possible UAF because the module can be unloaded before try_module_get(). In this case, the module object should be freed too. Thus, try_module_get() does not only fail but may access to the freed object. To avoid that, try_module_get() in __find_tracepoint_module_cb() again.
Vulnerability class: Use-After-Free
EPSS: 0.003 (20.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 6.13.9, 6.14.3, 6.13.12
- Linux Linux_kernel — versions 6.14, 6.15
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2025-37845?
- CVE-2025-37845 is a high-severity vulnerability in Linux, classified under Use After Free. CVSS score: 7.8/10. Published 2025-05-09.
- How severe is CVE-2025-37845?
- High severity. CVSS v3 base score is 7.8 out of 10.