CVE-2024-49880
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:10
- Zuletzt bearbeitet 25.10.2024 14:42:58
In the Linux kernel, the following vulnerability has been resolved: ext4: fix off by one issue in alloc_flex_gd() Wesley reported an issue: ================================================================== EXT4-fs (dm-5): resizing filesystem from...
CVE-2024-49881
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:10
- Zuletzt bearbeitet 03.11.2025 23:16:28
In the Linux kernel, the following vulnerability has been resolved: ext4: update orig_path in ext4_find_extent() In ext4_find_extent(), if the path is not big enough, we free it and set *orig_path to NULL. But after reallocating and successfully in...
CVE-2024-49875
- EPSS 0.54%
- Veröffentlicht 21.10.2024 18:15:09
- Zuletzt bearbeitet 04.08.2026 11:20:54
In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserr_io to avoid warning Ext4 will throw -EBADMSG through ext4_readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mappi...
CVE-2024-49870
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:08
- Zuletzt bearbeitet 03.11.2025 23:16:27
In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefiles_open_file() A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 -----...
CVE-2024-49863
- EPSS 0.29%
- Veröffentlicht 21.10.2024 18:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:26
In the Linux kernel, the following vulnerability has been resolved: vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() Since commit 3f8ca2e115e5 ("vhost/scsi: Extract common handling code from control queue handler") a null pointer dereferenc...
CVE-2024-49854
- EPSS 0.22%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 04.08.2026 11:20:50
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for accessing waker_bfqq after splitting After commit 42c306ed7233 ("block, bfq: don't break merge chain in bfq_split_bfqq()"), if the current procress is the l...
- EPSS 0.46%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 04.08.2026 11:20:51
In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between timeout and normal completion If request timetout is handled by nbd_requeue_cmd(), normal completion has to be stopped for avoiding to complete this requeued ...
CVE-2024-49858
- EPSS 0.21%
- 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.17%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 04.08.2026 11:20:51
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-49861
- EPSS 0.23%
- Veröffentlicht 21.10.2024 13:15:06
- Zuletzt bearbeitet 04.08.2026 11:20:52
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...