- EPSS 0.07%
- 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 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 04.11.2025 18:16:09
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 04.11.2025 18:16:08
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...
CVE-2024-26996
- 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: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error When ncm function is working and then stop usb0 interface for link down, eth_stop() is called. At thi...
- EPSS 0.08%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 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.
CVE-2024-26998
- 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: serial: core: Clearing the circular buffer before NULLifying it The circular buffer is NULLified in uart_tty_port_shutdown() under the spin lock. However, the PM or other timer bas...
CVE-2024-26999
- 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: serial/pmac_zilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that yo...
CVE-2024-26985
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:16
- Zuletzt bearbeitet 04.11.2025 18:16:02
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in intel_fb_bo_framebuffer_init Add a unreference bo in the error path, to prevent leaking a bo ref. Return 0 on success to clarify the success path. (cherry ...