CVE-2024-42299
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:58
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed If an NTFS file system is mounted to another system with different PAGE_SIZE from the original system, log->page_si...
CVE-2024-42300
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 29.09.2025 15:07:47
In the Linux kernel, the following vulnerability has been resolved: erofs: fix race in z_erofs_get_gbuf() In z_erofs_get_gbuf(), the current task may be migrated to another CPU between `z_erofs_gbuf_id()` and `spin_lock(&gbuf->lock)`. Therefore, z...
CVE-2024-42303
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 29.09.2025 15:13:01
In the Linux kernel, the following vulnerability has been resolved: media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() devm_regmap_init_mmio() can fail, add a check and bail out in case of error.
CVE-2024-42304
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:59
In the Linux kernel, the following vulnerability has been resolved: ext4: make sure the first directory block is not a hole The syzbot constructs a directory that has no dirblock but is non-inline, i.e. the first directory block is a hole. And no e...
CVE-2024-42305
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:59
In the Linux kernel, the following vulnerability has been resolved: ext4: check dot and dotdot of dx_root before making dir indexed Syzbot reports a issue as follows: ============================================ BUG: unable to handle page fault for...
CVE-2024-42306
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:59
In the Linux kernel, the following vulnerability has been resolved: udf: Avoid using corrupted block bitmap buffer When the filesystem block bitmap is corrupted, we detect the corruption while loading the bitmap and fail the allocation with error. ...
CVE-2024-42281
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a segment issue when downgrading gso_size Linearize the skb when downgrading gso_size because it may trigger a BUG_ON() later when the skb is segmented as described in [1,...
CVE-2024-42290
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:56
In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clk_prepare(). However, on certain platforms like i.MX8QM and i.MX8...
CVE-2024-42291
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:56
In the Linux kernel, the following vulnerability has been resolved: ice: Add a per-VF limit on number of FDIR filters While the iavf driver adds a s/w limit (128) on the number of FDIR filters that the VF can request, a malicious VF driver can requ...
CVE-2024-42292
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 03.11.2025 22:17:57
In the Linux kernel, the following vulnerability has been resolved: kobject_uevent: Fix OOB access within zap_modalias_env() zap_modalias_env() wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODAL...