CVE-2022-50535
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:02
- Zuletzt bearbeitet 17.03.2026 17:15:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dm_resume [Why] Fixing smatch error: dm_resume() error: we previously assumed 'aconnector->dc_link' could be null [How] Check if dc_li...
CVE-2023-53650
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:47
- Zuletzt bearbeitet 03.02.2026 22:28:53
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() If 'mipid_detect()' fails, we must free 'md' to avoid a memory leak.
CVE-2023-53648
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:45
- Zuletzt bearbeitet 03.02.2026 22:29:08
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer smatch error: sound/pci/ac97/ac97_codec.c:2354 snd_ac97_mixer() error: we previously assumed 'rac97' could be null (see ...
CVE-2023-53644
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:43
- Zuletzt bearbeitet 03.02.2026 22:29:35
In the Linux kernel, the following vulnerability has been resolved: media: radio-shark: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the radio-shark2 driver: ------------[ cut here ]------------ usb 1-1: BOGUS urb xfer,...
CVE-2023-53641
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:41
- Zuletzt bearbeitet 03.02.2026 22:29:53
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: fix memory leak of remain_skbs hif_dev->remain_skb is allocated and used exclusively in ath9k_hif_usb_rx_stream(). It is implied that an allocated remain_skb ...
CVE-2023-53639
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:39
- Zuletzt bearbeitet 03.02.2026 22:30:06
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: reduce WARN to dev_dbg() in callback The warn is triggered on a known race condition, documented in the code above the test, that is correctly handled. Using WARN() ...
CVE-2023-53637
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:38
- Zuletzt bearbeitet 03.02.2026 22:30:16
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x with bpf mock device: AssertionError: unreferenced object 0xffff888109afa7a8 (size...
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:28
- Zuletzt bearbeitet 05.02.2026 14:40:48
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix possible data races in gfs2_show_options() Some fields such as gt_logd_secs of the struct gfs2_tune are accessed without holding the lock gt_spin in gfs2_show_options(): ...
CVE-2023-53623
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:28
- Zuletzt bearbeitet 05.02.2026 14:33:58
In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() The si->lock must be held when deleting the si from the available list. Otherwise, another thread can re-ad...
CVE-2023-53619
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:26
- Zuletzt bearbeitet 05.02.2026 14:54:28
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: Avoid nf_ct_helper_hash uses after free If nf_conntrack_init_start() fails (for example due to a register_nf_conntrack_bpf() failure), the nf_conntrack_helper...