CVE-2026-74471
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/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 3bf965a2827c44f03294107703e7ba53fbd0a69a; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 9d6d79744f01eacaf3d5522f4fcd59939581abfd; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 54b7a358f6399c1242d2fb7f4f96085af34baa5e; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < d61ee2a27dfd5eb43ddc18af40168f5b9eb1cea5; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 22f954f7a8afe975e85517aff41b35defe05144b; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < cbb5ed3be9cae70e1c12b1991009b4e12bf4a4ca; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < 000765dcdc3edf128990762790543adc4b868f6c; >= ae63b31e4d0e2ec09c569306ea46f664508ef717, < ac8719969e6c3c54e939834df812bc41f25453cf |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74471?
How severe is CVE-2026-74471?
How do I fix CVE-2026-74471?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74466In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74467In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74468In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74469In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7447A flaw has been found in SourceCodester Pet Grooming Managem…6.3
- CVE-2026-74470In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74472In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74473In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74474In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74475In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-74476In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-74477In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74471?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
