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-56580
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 01.10.2025 20:17:29
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: fix error path on configuration of power domains There is a chance to meet runtime issues during configuration of CAMSS power domains, because on the error path...
CVE-2024-56581
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:17:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfs_ref_tree_mod() after we successfully inserted the new ref entry (local variable 'ref') into the respective b...
CVE-2024-56582
- EPSS 0.02%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:17:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free in btrfs_encoded_read_endio() Shinichiro reported the following use-after free that sometimes is happening in our CI system when running fstests' btrfs/28...
CVE-2024-56583
- EPSS 0.06%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 07.10.2025 17:24:51
In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrate_enable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done ...
CVE-2024-56584
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:17:59
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-56585
- EPSS 0.05%
- Veröffentlicht 27.12.2024 15:15:17
- Zuletzt bearbeitet 03.11.2025 21:17:59
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix sleeping in atomic context for PREEMPT_RT Commit bab1c299f3945ffe79 ("LoongArch: Fix sleeping in atomic context in setup_tlb_handler()") changes the gfp flag from GF...
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.04%
- 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...