CVE-2024-46862
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.10.2024 15:34:46
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item There is no links_num in struct snd_soc_acpi_mach {}, and we test !link->num_adr as a condition to end the loop in hda...
CVE-2024-46863
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.10.2024 15:32:54
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item There is no links_num in struct snd_soc_acpi_mach {}, and we test !link->num_adr as a condition to end the loop in hda...
CVE-2024-46864
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.10.2024 15:29:34
In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: fix kexec crash due to VP assist page corruption commit 9636be85cc5b ("x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline") introduces a new cpu...
CVE-2024-46865
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:11
In the Linux kernel, the following vulnerability has been resolved: fou: fix initialization of grc The grc must be initialize first. There can be a condition where if fou is NULL, goto out will be executed and grc would be used uninitialized.
CVE-2024-46866
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 01.10.2024 17:09:30
In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: add missing bo locking in show_meminfo() bo_meminfo() wants to inspect bo state like tt and the ttm resource, however this state can change at any point leading to s...
CVE-2024-46867
- EPSS 0.04%
- Veröffentlicht 27.09.2024 13:15:17
- Zuletzt bearbeitet 01.10.2024 17:09:58
In the Linux kernel, the following vulnerability has been resolved: drm/xe/client: fix deadlock in show_meminfo() There is a real deadlock as well as sleeping in atomic() bug in here, if the bo put happens to be the last ref, since bo destruction w...
CVE-2024-46840
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:07
In the Linux kernel, the following vulnerability has been resolved: btrfs: clean up our handling of refs == 0 in snapshot delete In reada we BUG_ON(refs == 0), which could be unkind since we aren't holding a lock on the extent leaf and thus could g...
CVE-2024-46841
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:16
- Zuletzt bearbeitet 03.11.2025 21:16:21
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc() We handle errors here properly, ENOMEM isn't fatal, return the error.
CVE-2024-46842
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:16
- Zuletzt bearbeitet 08.10.2024 18:22:24
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info The MBX_TIMEOUT return code is not handled in lpfc_get_sfp_info and the routine unconditionally frees submitted mailbox com...
CVE-2024-46843
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:16
- Zuletzt bearbeitet 08.10.2024 18:23:52
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove SCSI host only if added If host tries to remove ufshcd driver from a UFS device it would cause a kernel panic if ufshcd_async_scan fails during ufshcd_probe...