First published: Fri May 09 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-37845 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2025-37845, upgrade to the latest patched version of the Linux kernel that addresses this vulnerability.
CVE-2025-37845 is a use-after-free (UAF) vulnerability related to tracing fprobe events in the Linux kernel.
CVE-2025-37845 affects systems running vulnerable versions of the Linux kernel.
CVE-2025-37845 has the potential for local exploitation, depending on specific system configurations and user privileges.