CVE-2024-42239
- EPSS 0.02%
- Published 07.08.2024 16:15:46
- Last modified 08.08.2024 14:54:08
In the Linux kernel, the following vulnerability has been resolved: bpf: Fail bpf_timer_cancel when callback is being cancelled Given a schedule: timer1 cb timer2 cb bpf_timer_cancel(timer2); bpf_timer_cancel(timer1); Both bpf_timer_cancel cal...
CVE-2024-42240
- EPSS 0.01%
- Published 07.08.2024 16:15:46
- Last modified 03.11.2025 22:17:49
In the Linux kernel, the following vulnerability has been resolved: x86/bhi: Avoid warning in #DB handler due to BHI mitigation When BHI mitigation is enabled, if SYSENTER is invoked with the TF flag set then entry_SYSENTER_compat() uses CLEAR_BRAN...
CVE-2024-42241
- EPSS 0.02%
- Published 07.08.2024 16:15:46
- Last modified 08.08.2024 14:53:50
In the Linux kernel, the following vulnerability has been resolved: mm/shmem: disable PMD-sized page cache if needed For shmem files, it's possible that PMD-sized page cache can't be supported by xarray. For example, 512MB page cache on ARM64 when...
CVE-2024-42229
- EPSS 0.01%
- Published 30.07.2024 08:15:08
- Last modified 03.11.2025 22:17:45
In the Linux kernel, the following vulnerability has been resolved: crypto: aead,cipher - zeroize key buffer after use I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding cryptographic information should be zeroized once they are ...
CVE-2024-42230
- EPSS 0.03%
- Published 30.07.2024 08:15:08
- Last modified 03.11.2025 22:17:45
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL (reloc_on_exc), required for scv instruction support, before other CPUs have been shut down. Thi...
CVE-2024-42231
- EPSS 0.02%
- Published 30.07.2024 08:15:08
- Last modified 21.11.2024 09:33:46
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix calc_available_free_space() for zoned mode calc_available_free_space() returns the total size of metadata (or system) block groups, which can be allocated from un...
CVE-2024-42155
- EPSS 0.02%
- Published 30.07.2024 08:15:07
- Last modified 21.11.2024 09:33:42
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of protected- and secure-keys Although the clear-key of neither protected- nor secure-keys is accessible, this key material should only be visible to the cal...
CVE-2024-42156
- EPSS 0.02%
- Published 30.07.2024 08:15:07
- Last modified 09.12.2024 13:10:02
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of clear-key structures on failure Wipe all sensitive data from stack for all IOCTLs, which convert a clear-key into a protected- or secure-key.
CVE-2024-42157
- EPSS 0.01%
- Published 30.07.2024 08:15:07
- Last modified 03.11.2025 22:17:43
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe sensitive data on failure Wipe sensitive data from stack also if the copy_to_user() fails.
CVE-2024-42158
- EPSS 0.02%
- Published 30.07.2024 08:15:07
- Last modified 21.11.2024 09:33:43
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings Replace memzero_explicit() and kfree() with kfree_sensitive() to fix warnings reported by Coccinelle: WARNING opportuni...