CVE-2024-26863
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:21
In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in hsr_get_node() KMSAN reported the following uninit-value access issue [1]: ===================================================== BUG: KMSAN: uninit...
CVE-2024-26866
- EPSS 0.02%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 27.01.2025 15:08:19
In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_host()/spi_alloc_target(), but uses devm_spi_register...
CVE-2024-26869
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 07.05.2025 17:39:20
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gc_data_segment - ra_data_block - locked meta_i...
CVE-2024-26870
- EPSS 0.03%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:22
In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 A call to listxattr() with a buffer size = 0 returns the actual size of the buffer needed for a subsequent call. When si...
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:22
In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Do not register event handler until srpt device is fully setup Upon rare occasions, KASAN reports a use-after-free Write in srpt_refresh_port(). This seems to be becaus...
CVE-2024-26874
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip It's possible that mtk_crtc->event is NULL in mtk_drm_crtc_finish_page_flip(). pending_needs_vblank value i...
CVE-2024-26875
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:22
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix uaf in pvr2_context_set_notify [Syzbot reported] BUG: KASAN: slab-use-after-free in pvr2_context_set_notify+0x2c4/0x310 drivers/media/usb/pvrusb2/pvrusb2-contex...
CVE-2024-26876
- EPSS 0.02%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: adv7511: fix crash on irq during probe Moved IRQ registration down to end of adv7511_probe(). If an IRQ already is pending during adv7511_probe (before adv7511_cec_ini...
CVE-2024-26877
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:22
In the Linux kernel, the following vulnerability has been resolved: crypto: xilinx - call finalize with bh disabled When calling crypto_finalize_request, BH should be disabled to avoid triggering the following calltrace: ------------[ cut here...
CVE-2024-26878
- EPSS 0.01%
- Veröffentlicht 17.04.2024 11:15:09
- Zuletzt bearbeitet 12.05.2026 12:16:22
In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference Below race may cause NULL pointer dereference P1 P2 dquot_free_inode quota_off drop_dquot_ref remove_dquot_ref ...