CVE-2024-56594
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: set the right AMDGPU sg segment limitation The driver needs to set the correct max_segment_size; otherwise debug_dma_map_sg() will complain about the over-mapping of th...
CVE-2024-56595
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree When the value of lp is 0 at the beginning of the for loop, it will become negative in the next assignment and we...
CVE-2024-56596
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:02
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in jfs_readdir The stbl might contain some invalid values. Added a check to return error code in that case.
CVE-2024-56584
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 18.04.2026 09:16:09
In the Linux kernel, the following vulnerability has been resolved: io_uring/tctx: work around xa_store() allocation error issue syzbot triggered the following WARN_ON: WARNING: CPU: 0 PID: 16 at io_uring/tctx.c:51 __io_uring_free+0xfa/0x140 io_ur...
CVE-2024-56586
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:00
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. creating a large files during checkpoint disable until it runs out of space and then delete it, then remou...
CVE-2024-56587
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:00
In the Linux kernel, the following vulnerability has been resolved: leds: class: Protect brightness_show() with led_cdev->led_access mutex There is NULL pointer issue observed if from Process A where hid device being added which results in adding a...
CVE-2024-56576
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:16
- Zuletzt bearbeitet 03.11.2025 21:17:58
In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix crash in the probe error path when using polling If an error occurs in the probe() function, we should remove the polling timer that was alarmed earlier, ...
CVE-2024-56565
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 07.10.2025 18:34:52
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all discards after creating snapshot on lvm device Piergiorgio reported a bug in bugzilla as below: ------------[ cut here ]------------ WARNING: CPU: 2 PID: 969...
CVE-2024-56566
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 23.09.2025 17:55:46
In the Linux kernel, the following vulnerability has been resolved: mm/slub: Avoid list corruption when removing a slab from the full list Boot with slub_debug=UFPZ. If allocated object failed in alloc_consistency_checks, all objects of the slab w...
CVE-2024-56570
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 21:17:55
In the Linux kernel, the following vulnerability has been resolved: ovl: Filter invalid inodes with missing lookup function Add a check to the ovl_dentry_weird() function to prevent the processing of directory inodes that lack the lookup function. ...