CVE-2024-27013
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:19
- Zuletzt bearbeitet 04.11.2025 18:16:11
In the Linux kernel, the following vulnerability has been resolved: tun: limit printing rate when illegal packet received by tun dev vhost_worker will call tun call backs to receive packets. If too many illegal packets arrives, tun_do_read will kee...
CVE-2024-27000
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 23.12.2025 00:46:00
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 ...
CVE-2024-27001
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 23.12.2025 00:44:57
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...
CVE-2024-27002
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 04.11.2025 18:16:09
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following...
CVE-2024-27003
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 04.11.2025 18:16:09
In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clk_summary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clk_summary thr...
CVE-2024-27004
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 23.12.2025 00:41:59
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%
- Veröffentlicht 01.05.2024 06:15:18
- Zuletzt bearbeitet 23.12.2025 17:15:46
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-26993
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:08
In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in sysfs_break_active_protection() The sysfs_break_active_protection() routine has an obvious reference leak in its error path. If the call to kernfs...
CVE-2024-26994
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 23.12.2025 00:49:03
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...
CVE-2024-26995
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 04.11.2025 18:16:08
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Correct the PDO counting in pd_set Off-by-one errors happen because nr_snk_pdo and nr_src_pdo are incorrectly added one. The index of the loop is equal to the num...