CVE-2021-47435
- EPSS 0.01%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 31.01.2025 15:16:51
In the Linux kernel, the following vulnerability has been resolved: dm: fix mempool NULL pointer race when completing IO dm_io_dec_pending() calls end_io_acct() first and will then dec md in-flight pending count. But if a task is swapping DM table ...
CVE-2021-47436
- EPSS 0.01%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 01.03.2025 02:33:14
In the Linux kernel, the following vulnerability has been resolved: usb: musb: dsps: Fix the probe error path Commit 7c75bde329d7 ("usb: musb: musb_dsps: request_irq() after initializing musb") has inverted the calls to dsps_setup_optional_vbus_irq...
CVE-2021-47437
- EPSS 0.01%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 10.01.2025 18:15:20
In the Linux kernel, the following vulnerability has been resolved: iio: adis16475: fix deadlock on frequency set With commit 39c024b51b560 ("iio: adis16475: improve sync scale mode handling"), two deadlocks were introduced: 1) The call to 'adis_w...
CVE-2023-52873
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:30:18
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52874
- EPSS 0.08%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 26.09.2025 17:08:36
In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro In the TDX_HYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest sha...
CVE-2023-52875
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:31:11
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52876
- EPSS 0.05%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:31:44
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52877
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:32:18
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() It is possible that typec_register_partner() returns ERR_PTR on failure. When port->partner is an error, a NULL poi...
CVE-2023-52878
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 21.11.2024 08:40:46
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds If the "struct can_priv::echoo_skb" is accessed out of bounds, this would cause a k...
CVE-2023-52879
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 03.02.2025 15:46:08
In the Linux kernel, the following vulnerability has been resolved: tracing: Have trace_event_file have ref counters The following can crash the kernel: # cd /sys/kernel/tracing # echo 'p:sched schedule' > kprobe_events # exec 5>>events/kprobes...