CVE-2024-27027
- EPSS 0.04%
- Published 01.05.2024 13:15:48
- Last modified 18.09.2025 14:43:15
In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpll_xa_ref_*_del() for multiple registrations Currently, if there are multiple registrations of the same pin on the same dpll device, following warnings are observed: WA...
CVE-2024-27006
- EPSS 0.03%
- Published 01.05.2024 06:15:19
- Last modified 18.09.2025 14:24:00
In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up() The count field in struct trip_stats, representing the number of times the zone temperature was above the...
CVE-2024-27007
- EPSS 0.02%
- Published 01.05.2024 06:15:19
- Last modified 18.09.2025 14:22:27
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE Commit d7a08838ab74 ("mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails") moved t...
CVE-2024-27009
- EPSS 0.01%
- Published 01.05.2024 06:15:19
- Last modified 18.09.2025 14:20:42
In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccw_device_set_online() that can cause the online process to fail, leaving the affected device in a...
- EPSS 0.05%
- Published 01.05.2024 06:15:18
- Last modified 21.11.2024 09:03:35
In the Linux kernel, the following vulnerability has been resolved: serial: mxs-auart: add spinlock around changing cts state The uart_handle_cts_change() function in serial_core expects the caller to hold uport->lock. For example, I have seen the ...
- EPSS 0.07%
- Published 01.05.2024 06:15:18
- Last modified 21.11.2024 09:03:35
In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix incomplete endpoint checking While vmk80xx does have endpoint checking implemented, some things can fall through the cracks. Depending on the hardware model, U...
- EPSS 0.05%
- Published 01.05.2024 06:15:18
- Last modified 21.11.2024 09:03:35
In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree during disable_unused Doug reported [1] the following hung task: INFO: task swapper/0:1 blocked for more than 122 seconds. Not tain...
CVE-2024-27005
- EPSS 0.01%
- Published 01.05.2024 06:15:18
- Last modified 08.04.2025 18:43:15
In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access req_list while it's being manipulated The icc_lock mutex was split into separate icc_lock and icc_bw_lock mutexes in [1] to avoid lockdep splats. However...
CVE-2024-26994
- EPSS 0.01%
- Published 01.05.2024 06:15:17
- Last modified 21.11.2024 09:03:34
In the Linux kernel, the following vulnerability has been resolved: speakup: Avoid crash on very long word In case a console is set up really large and contains a really long word (> 256 characters), we have to stop before the length of the word bu...
- EPSS 0.08%
- Published 01.05.2024 06:15:17
- Last modified 21.11.2024 09:03:35
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: host: Fix dereference issue in DDMA completion flow. Fixed variable dereference issue in DDMA completion flow.