CVE-2024-53165 | In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let's only add it to the list after everything has succeeded.
In the Linux kernel, the following vulnerability has been resolved:
sh: intc: Fix use-after-free bug in register_intc_controller()
In the error handling for this function, d is freed without ever
removing it from intc_list which would lead to a use after free.
To fix this, let's only add it to the list after everything has
succeeded.
- 🔗 git.kernel.org/stable/c/3c7c806b3eafd94ae0f77305a174d63b…
- 🔗 git.kernel.org/stable/c/d8de818df12d86a1a26a8efd7b4b3b9c…
- 🔗 git.kernel.org/stable/c/971b4893457788e0e123ea552f0bb126…
- 🔗 git.kernel.org/stable/c/c3f4f4547fb291982f5ef56c048277c4…
- 🔗 git.kernel.org/stable/c/c43df7dae28fb9fce96ef088250c1e3c…
- 🔗 git.kernel.org/stable/c/b8b84dcdf3ab1d414304819f824b10ef…
- 🔗 git.kernel.org/stable/c/6ba6e19912570b2ad68298be0be1dc77…
- 🔗 git.kernel.org/stable/c/588bdec1ff8b81517dbae0ae51c9df52…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-29 | 2026-09-06 |
|---|---|---|
| ≥90 % | 4 | 0 |
| ≥50 % | 4 | 0 |
| ≥10 % | 3 | 0 |
| <10 % | 304 | 300 |
CVE-2024-53165 | In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let's only add it to the list after everything has succeeded.
In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lea