CVE-2024-26686
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 03.11.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats lock_task_sighand() can trigger a hard lockup. If NR_CPUS threads call do_task_stat() at the same t...
CVE-2024-26687
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:39:03
In the Linux kernel, the following vulnerability has been resolved: xen/events: close evtchn after mapping cleanup shutdown_pirq and startup_pirq are not taking the irq_mapping_update_lock because they can't due to lock inversion. Both are called w...
CVE-2024-26688
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 07.01.2025 21:12:29
In the Linux kernel, the following vulnerability has been resolved: fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super When configuring a hugetlb filesystem via the fsconfig() syscall, there is a possible NULL dereference in hugetlbfs_...
CVE-2024-26689
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 14.01.2025 17:26:26
In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encode_cap_msg() In fs/ceph/caps.c, in encode_cap_msg(), "use after free" error was caught by KASAN at this line - 'ceph_buffer_get(arg->xattr_buf);...
CVE-2024-26690
- EPSS 0.1%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 08.04.2025 15:32:55
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: protect updates of 64-bit statistics counters As explained by a comment in <linux/u64_stats_sync.h>, write side of struct u64_stats_sync must ensure mutual exclusion, ...
CVE-2024-26691
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 27.02.2025 14:34:43
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu->mutex is taken *inside* kvm->lock. The rule is violated by the pkvm_create_hyp_vm() which ac...
CVE-2024-26692
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:38:32
In the Linux kernel, the following vulnerability has been resolved: smb: Fix regression in writes when non-standard maximum write size negotiated The conversion to netfs in the 6.3 kernel caused a regression when maximum write size is set by the se...
CVE-2024-26693
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:37:25
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwl_mvm_is_dup() function couldn't find th...
CVE-2024-26694
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 07.01.2025 20:53:53
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix double-free bug The storage for the TLV PC register data wasn't done like all the other storage in the drv->fw area, which is cleared at the end of deallocation....
CVE-2024-26695
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 07.01.2025 17:27:31
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked The SEV platform device can be shutdown with a null psp_master, e.g., using DEBUG_TEST_DRIVER_REMOVE. ...