CVE-2026-74471

HIGHCVSS 7.8/10EPSS 0.13%

Last modified

CVE-2026-74471 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of __register_event() in trace_module_add_events() trace_module_add_events() ignores the return value of __register_event() and unconditionally calls __add_event_to_tracers() for each event. If __register_event() fails (for example, if event_init() fails), the trace_event_call is not added to ftrace_events list, but __add_event_to_tracers() still creates a trace_event_file pointing to it. If module loading subsequently fails and module memory is freed, tracing state retains a stale trace_event_call pointer in trace_event_file, leading to a use-after-free when tracefs or tracing subsystem operations are later executed. Fix this by checking the return value of __register_event() and only calling __add_event_to_tracers() if event registration succeeded.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of __register_event() in trace_module_add_events() trace_module_add_events() ignores the return value of __register_event() and unconditionally calls __add_event_to_tracers() for each event. If __register_event() fails (for example, if event_init() fails), the trace_event_call is not added to ftrace_events list, but __add_event_to_tracers() still creates a trace_event_file pointing to it. If module loading subsequently fails and module memory is freed, tracing state retains a stale trace_event_call pointer in trace_event_file, leading to a use-after-free when tracefs or tracing subsystem operations are later executed. Fix this by checking the return value of __register_event() and only calling __add_event_to_tracers() if event registration succeeded.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.13%

2.6th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 3bf965a2827c44f03294107703e7ba53fbd0a69a; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 9d6d79744f01eacaf3d5522f4fcd59939581abfd; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 54b7a358f6399c1242d2fb7f4f96085af34baa5e; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < d61ee2a27dfd5eb43ddc18af40168f5b9eb1cea5; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 22f954f7a8afe975e85517aff41b35defe05144b; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < cbb5ed3be9cae70e1c12b1991009b4e12bf4a4ca; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 000765dcdc3edf128990762790543adc4b868f6c; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < ac8719969e6c3c54e939834df812bc41f25453cf
LinuxLinux3.10

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-74471?
In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of __register_event() in trace_module_add_events() trace_module_add_events() ignores the return value of __register_event() and unconditionally calls __add_event_to_tracers() for each event. If __register_event() fails (for example, if event_init() fails), the trace_event_call is not added to ftrace_events list, but __add_event_to_tracers() still creates a trace_event_file pointing to it. If module loading subsequently fails and module memory is freed, tracing state retains a stale trace_event_call pointer in trace_event_file, leading to a use-after-free when tracefs or tracing subsystem operations are later executed. Fix this by checking the return value of __register_event() and only calling __add_event_to_tracers() if event registration succeeded.
How severe is CVE-2026-74471?
CVE-2026-74471 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.13% probability of exploitation in the next 30 days.
How do I fix CVE-2026-74471?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-74471?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST