CVE-2024-50111
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 01.10.2025 21:15:48
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context Unaligned access exception can be triggered in irq-enabled context such as user mode, in this case do_ale() may c...
CVE-2024-50112
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 01.10.2025 21:15:48
In the Linux kernel, the following vulnerability has been resolved: x86/lam: Disable ADDRESS_MASKING in most cases Linear Address Masking (LAM) has a weakness related to transient execution as described in the SLAM paper[1]. Unless Linear Address S...
CVE-2024-50115
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:51
In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory Ignore nCR3[4:0] when loading PDPTEs from memory for nested SVM, as bits 4:0 of CR3 are ignored when PAE paging is used,...
CVE-2024-50116
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:52
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug due to missing clearing of buffer delay flag Syzbot reported that after nilfs2 reads a corrupted file system image and degrades to read-only, the BUG_ON chec...
CVE-2024-50117
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:52
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ``` ? sho...
CVE-2024-50118
- EPSS 0.07%
- Veröffentlicht 05.11.2024 18:15:14
- Zuletzt bearbeitet 01.10.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: btrfs: reject ro->rw reconfiguration if there are hard ro requirements [BUG] Syzbot reports the following crash: BTRFS info (device loop0 state MCS): disabling free space tree ...
CVE-2024-50098
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:50
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down There is a history of deadlock if reboot is performed at the beginning of booting. SDEV_QUIESCE was set for all LU's scsi_de...
CVE-2024-50099
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:50
In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR (literal) uprobe support The simulate_ldr_literal() and simulate_ldrsw_literal() functions are unsafe to use for uprobes. Both functions were origi...
CVE-2024-50101
- EPSS 0.01%
- Veröffentlicht 05.11.2024 18:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:51
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices Previously, the domain_context_clear() function incorrectly called pci_for_each_dma_alias() to set up context...
CVE-2024-50102
- EPSS 0.02%
- Veröffentlicht 05.11.2024 18:15:13
- Zuletzt bearbeitet 01.10.2025 21:15:47
In the Linux kernel, the following vulnerability has been resolved: x86: fix user address masking non-canonical speculation issue It turns out that AMD has a "Meltdown Lite(tm)" issue with non-canonical accesses in kernel space. And so using just ...