CVE-2024-40974
- EPSS 0.3%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:19
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Enforce hcall result buffer validity and size plpar_hcall(), plpar_hcall9(), and related functions expect callers to provide valid result buffers of certain minimu...
CVE-2024-40947
- EPSS 0.25%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:16
In the Linux kernel, the following vulnerability has been resolved: ima: Avoid blocking in RCU read-side critical section A panic happens in ima_match_policy: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010 PGD 42f873067 ...
CVE-2024-40948
- EPSS 0.25%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:16
In the Linux kernel, the following vulnerability has been resolved: mm/page_table_check: fix crash on ZONE_DEVICE Not all pages may apply to pgtable check. One example is ZONE_DEVICE pages: they map PFNs directly, and they don't allocate page_ext ...
CVE-2024-40949
- EPSS 0.21%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 06.10.2025 20:47:33
In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old ...
CVE-2024-40951
- EPSS 0.24%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 16.04.2025 19:15:51
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() bdev->bd_super has been removed and commit 8887b94d9322 change the usage from bdev->bd_super to b_assoc_map->host->i_sb...
CVE-2024-40952
- EPSS 0.24%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 21.11.2024 09:31:56
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() bdev->bd_super has been removed and commit 8887b94d9322 change the usage from bdev->bd_super to b_assoc_map->host->i_sb...
CVE-2024-40953
- EPSS 0.19%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:17
In the Linux kernel, the following vulnerability has been resolved: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() Use {READ,WRITE}_ONCE() to access kvm->last_boosted_vcpu to ensure the loads and stores are atomic. In the extremel...
CVE-2024-40954
- EPSS 0.26%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:17
In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: * attaching an fentry probe to __sock_release() and the probe c...
CVE-2024-40955
- EPSS 0.24%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 21.11.2024 09:31:56
In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists() We can trigger a slab-out-of-bounds with the following commands: mkfs.ext4 -F /dev/$disk 10G mount...
CVE-2024-40956
- EPSS 0.27%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:17
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list Use list_for_each_entry_safe() to allow iterating through the list and deleting the entry in the iteration pro...