CVE-2024-49850
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:24
In the Linux kernel, the following vulnerability has been resolved: bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos In case of malformed relocation record of kind BPF_CORE_TYPE_ID_LOCAL referencing a non-existing BTF type, function bpf...
CVE-2024-49851
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:25
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-49852
- EPSS 0.02%
- Veröffentlicht 21.10.2024 13:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:25
In the Linux kernel, the following vulnerability has been resolved: scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del() The kref_put() function will call nport->release if the refcount drops to zero. The nport->release release...
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...
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 23.10.2024 22:14:34
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race setting file private on concurrent lseek using same fd When doing concurrent lseek(2) system calls against the same file descriptor, using multiple threads belongin...
CVE-2024-47742
- EPSS 0.01%
- 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: 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...
CVE-2024-47743
- EPSS 0.01%
- 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: KEYS: prevent NULL pointer dereference in find_asymmetric_key() In find_asymmetric_key(), if all NULLs are passed in the id_{0,1,2} arguments, the kernel will first emit WARN but t...
CVE-2024-47744
- EPSS 0.01%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 22.10.2024 15:44:40
In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock Use a dedicated mutex to guard kvm_usage_count to fix a potential deadlock on x86 due to a chain of locks and ...
CVE-2024-47745
- EPSS 0%
- Veröffentlicht 21.10.2024 13:15:04
- Zuletzt bearbeitet 03.11.2025 21:16:29
In the Linux kernel, the following vulnerability has been resolved: mm: call the security_mmap_file() LSM hook in remap_file_pages() The remap_file_pages syscall handler calls do_mmap() directly, which doesn't contain the LSM security check. And if...