CVE-2024-57929
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dm_array_cursor_end When dm_bm_read_lock() fails due to locking or checksum errors, it releases the faulty block implicitly wh...
CVE-2024-57922
- EPSS 0.03%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers [Why] Wrapper functions for dcn_bw_ceil2() and dcn_bw_floor2() should check for granularity is non zero to avoi...
CVE-2024-57924
- EPSS 0.01%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file handles is usually performed by a filesystem >encode_fh() method that may fail for various reasons. The legacy...
CVE-2024-57925
- EPSS 0.05%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:44
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix a missing return value check bug In the smb2_send_interim_resp(), if ksmbd_alloc_work_struct() fails to allocate a node, it returns a NULL pointer to the in_work pointer...
CVE-2024-57926
- EPSS 0.03%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 11.02.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because i...
CVE-2024-57910
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 03.11.2025 21:18:42
In the Linux kernel, the following vulnerability has been resolved: iio: light: vcnl4035: fix information leak in triggered buffer The 'buffer' local array is used to push data to userspace from a triggered buffer, but it does not set an initial va...
CVE-2024-57911
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 03.11.2025 21:18:42
In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc() and it is used to push data to user space from a triggered...
CVE-2024-57912
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 03.11.2025 21:18:42
In the Linux kernel, the following vulnerability has been resolved: iio: pressure: zpa2326: fix information leak in triggered buffer The 'sample' local struct is used to push data to user space from a triggered buffer, but it has a hole between the...
CVE-2024-57913
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 12.05.2026 13:16:23
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Remove WARN_ON in functionfs_bind This commit addresses an issue related to below kernel panic where panic_on_warn is enabled. It is caused by the unnecessary us...
CVE-2024-57916
- EPSS 0.03%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 03.11.2025 21:18:43
In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling Resolve kernel panic caused by improper handling of IRQs while accessing GPIO values. This is done by repla...