CVE-2023-52836
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 23.09.2025 23:20:49
In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was...
CVE-2023-52838
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 02.04.2025 14:57:25
In the Linux kernel, the following vulnerability has been resolved: fbdev: imsttfb: fix a resource leak in probe I've re-written the error handling but the bug is that if init_imstt() fails we need to call iounmap(par->cmap_regs).
CVE-2023-52840
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 31.12.2024 19:48:59
In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() The put_device() calls rmi_release_function() which frees "fn" so the dereference on the next line "fn->num_...
CVE-2023-52843
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 24.09.2025 00:04:35
In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header LLC reads the mac header with eth_hdr without verifying that the skb has an Ethernet header. Syzbot was able to enter llc_rcv on a tu...
CVE-2023-52845
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 31.01.2025 16:01:53
In the Linux kernel, the following vulnerability has been resolved: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING syzbot reported the following uninit-value access issue [1]: ===================================================...
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 21.11.2024 08:40:42
In the Linux kernel, the following vulnerability has been resolved: media: bttv: fix use after free error due to btv->timeout timer There may be some a race condition between timer function bttv_irq_timeout and bttv_remove. The timer is setup in pr...
CVE-2023-52821
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 21.11.2024 08:40:39
In the Linux kernel, the following vulnerability has been resolved: drm/panel: fix a possible null pointer dereference In versatile_panel_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer d...
CVE-2023-52832
- EPSS 0.07%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 05.01.2026 11:15:55
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211_get_tx_power() We can get a UBSAN warning if ieee80211_get_tx_power() returns the INT_MIN value mac80211 internally uses for "...
CVE-2023-52809
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:19
- Zuletzt bearbeitet 21.11.2024 08:40:38
In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() fc_lport_ptp_setup() did not check the return value of fc_rport_create() which can return NULL and would...
CVE-2023-52810
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:19
- Zuletzt bearbeitet 02.04.2025 15:02:08
In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add check for negative db_l2nbperpage l2nbperpage is log2(number of blks per page), and the minimum legal value should be 0, not negative. In the case of l2nbperpage being...