CVE-2024-53189
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:26
- Zuletzt bearbeitet 08.10.2025 14:06:23
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scan The channels array in the cfg80211_scan_request has a __counted_by attribute attached to it, which points to the...
CVE-2024-53190
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:26
- Zuletzt bearbeitet 03.11.2025 21:17:39
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures Syzkaller reported a hung task with uevent_show() on stack trace. That specific issue was addressed...
CVE-2024-53192
- EPSS 0.04%
- Veröffentlicht 27.12.2024 14:15:26
- Zuletzt bearbeitet 24.03.2025 17:25:45
In the Linux kernel, the following vulnerability has been resolved: clk: clk-loongson2: Fix potential buffer overflow in flexible-array member access Flexible-array member `hws` in `struct clk_hw_onecell_data` is annotated with the `counted_by()` a...
CVE-2024-53193
- EPSS 0.04%
- Veröffentlicht 27.12.2024 14:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:18
In the Linux kernel, the following vulnerability has been resolved: clk: clk-loongson2: Fix memory corruption bug in struct loongson2_clk_provider Some heap space is allocated for the flexible structure `struct clk_hw_onecell_data` and its flexible...
CVE-2024-53177
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 24.03.2025 17:26:30
In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to open_cached_dir error paths If open_cached_dir() encounters an error parsing the lease from the server, the error handling may race with receivin...
CVE-2024-53178
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 01.10.2025 20:17:16
In the Linux kernel, the following vulnerability has been resolved: smb: Don't leak cfid when reconnect races with open_cached_dir open_cached_dir() may either race with the tcon reconnection even before compound_send_recv() or directly trigger a r...
CVE-2024-53181
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:38
In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the vector_device instance. Otherwise, removing a vector dev...
CVE-2024-53182
- EPSS 0.03%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 24.03.2025 17:26:10
In the Linux kernel, the following vulnerability has been resolved: Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" This reverts commit bc3b1e9e7c50e1de0f573eea3871db61dd4787de. The bic is associated with sync_bfqq, ...
CVE-2024-53183
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:38
In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the uml_net instance. Otherwise, removing a network device will...
CVE-2024-53184
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:39
In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the ubd instance. Otherwise, removing a ubd device will result ...