CVE-2024-40971
- EPSS 0.3%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 12.05.2026 12:17:01
In the Linux kernel, the following vulnerability has been resolved: f2fs: remove clear SB_INLINECRYPT flag in default_options In f2fs_remount, SB_INLINECRYPT flag will be clear and re-set. If create new file or open file during this gap, these file...
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-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-40950
- EPSS 0.21%
- Veröffentlicht 12.07.2024 13:15:17
- Zuletzt bearbeitet 06.10.2025 20:46:50
In the Linux kernel, the following vulnerability has been resolved: mm: huge_memory: fix misused mapping_large_folio_support() for anon folios When I did a large folios split test, a WARNING "[ 5059.122759][ T166] Cannot split file folio to non-0 o...
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-40935
- EPSS 0.26%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILES_DEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILES_DEAD, the ...
CVE-2024-40937
- EPSS 0.25%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi->skb before dev_kfree_skb_any() gve_rx_free_skb incorrectly leaves napi->skb referencing an skb after it is freed with dev_kfree_skb_any(). This can result in a sub...
CVE-2024-40938
- EPSS 0.25%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: landlock: Fix d_parent walk The WARN_ON_ONCE() in collect_domain_accesses() can be triggered when trying to link a root mount point. This cannot work in practice because this dire...
CVE-2024-40939
- EPSS 0.26%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipc_devlink_create_region(), previously created regions delete proces...