CVE-2024-49858
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:26
In the Linux kernel, the following vulnerability has been resolved: efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption The TPM event log table is a Linux specific construct, where the data produced by the GetEventLog() boot serv...
CVE-2024-49859
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:26
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check atomic_file in f2fs ioctl interfaces Some f2fs ioctl interfaces like f2fs_ioc_set_pin_file(), f2fs_move_file_range(), and f2fs_defragment_range() missed to check...
CVE-2024-49860
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:26
In the Linux kernel, the following vulnerability has been resolved: ACPI: sysfs: validate return type of _STR method Only buffer objects are valid return values of _STR. If something else is returned description_show() will access invalid memory.
CVE-2024-49861
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 03.11.2025 21:16:32
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix helper writes to read-only maps Lonial found an issue that despite user- and BPF-side frozen BPF map (like in case of .rodata), it was still possible to write into it from...
CVE-2024-47756
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:22
In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix if-statement expression in ks_pcie_quirk() This code accidentally uses && where || was intended. It potentially results in a NULL dereference. Thus, fix the if...
CVE-2024-47757
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:22
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential oob read in nilfs_btree_check_delete() The function nilfs_btree_check_delete(), which checks whether degeneration to direct mapping occurs before deleting a b...
CVE-2024-49851
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 12.05.2026 12:17:16
In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpm_dev_transmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this prepa...
CVE-2024-47739
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 03.11.2025 23:16:20
In the Linux kernel, the following vulnerability has been resolved: padata: use integer wrap around to prevent deadlock on seq_nr overflow When submitting more than 2^32 padata objects to padata_do_serial, the current sorting implementation incorre...
CVE-2024-47740
- EPSS 0%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 03.11.2025 23:16:21
In the Linux kernel, the following vulnerability has been resolved: f2fs: Require FMODE_WRITE for atomic write ioctls The F2FS ioctls for starting and committing atomic writes check for inode_owner_or_capable(), but this does not give LSMs like SEL...
CVE-2024-47742
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 12.05.2026 19:07:08
In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Block path traversal Most firmware names are hardcoded strings, or are constructed from fairly constrained format strings where the dynamic parts are just some hex...