CVE-2024-57926
- EPSS 0.04%
- 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-57927
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 01.10.2025 20:18:05
In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfs_netfs_init_request() when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and c...
CVE-2024-57928
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 26.09.2025 19:06:56
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfs_read_to_pagecache() gets an error from either ->prepare_read() or from netfs_prepare_read_iterator(), it needs to decrement ->...
CVE-2024-57909
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 01.10.2025 20:18:02
In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it does not set values for inac...
CVE-2024-57910
- EPSS 0.05%
- 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.05%
- 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.05%
- 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.06%
- 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: 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-57914
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 01.10.2025 20:18:04
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix NULL pointer issue on shared irq case The tcpci_irq() may meet below NULL pointer dereference issue: [ 2.641851] Unable to handle kernel NULL pointer der...
CVE-2024-57916
- EPSS 0.05%
- 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...