CVE-2024-56691
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 03.11.2025 21:18:19
In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementa...
CVE-2024-56692
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 01.10.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP:...
CVE-2024-56693
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault f...
CVE-2024-56690
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:19
In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY Since commit 8f4f68e788c3 ("crypto: pcrypt - Fix hungtask for PADATA_RESET"), the pcrypt encrypt...
CVE-2024-56687
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:19
In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix hardware lockup on first Rx endpoint request There is a possibility that a request's callback could be invoked from usb_ep_queue() (call trace below, supplemented wi...
CVE-2024-56688
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:19
In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Since transport->sock has been set to NULL during reset transport, XPRT_SOCK_UPD_TIMEOUT also needs to be cleared. Otherwis...
CVE-2024-56683
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 21:18:18
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Avoid hang with debug registers when suspended Trying to read /sys/kernel/debug/dri/1/hdmi1_regs when the hdmi is disconnected results in a fatal system hang. This ...
CVE-2024-56679
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 21:18:18
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c Add error pointer check after calling otx2_mbox_get_rsp().
CVE-2024-56681
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:09
- Zuletzt bearbeitet 03.11.2025 21:18:18
In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahash_hmac_init function The ahash_init functions may return fails. The ahash_hmac_init should not return ok when ahash_init returns error. For...
CVE-2024-56677
- EPSS 0%
- Veröffentlicht 28.12.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:18
In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init() During early init CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE, since pageblock_order is still zero and it get...