CVE-2024-42322
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:04
In the Linux kernel, the following vulnerability has been resolved: ipvs: properly dereference pe in ip_vs_add_service Use pe directly to resolve sparse warning: net/netfilter/ipvs/ip_vs_ctl.c:1471:27: warning: dereference of noderef expression
CVE-2024-42295
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:57
In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfs_btnode_create_block() Syzbot reported that a buffer state inconsistency was detected in nilfs_btnode_create_block(), triggering a kernel ...
CVE-2024-42296
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:57
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fs_convert_inline_inode() If device is readonly, make f2fs_convert_inline_inode() return EROFS instead of zero, otherwise it may trigger panic during wr...
CVE-2024-42297
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:17:57
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't dirty inode for readonly filesystem syzbot reports f2fs bug as below: kernel BUG at fs/f2fs/inode.c:933! RIP: 0010:f2fs_evict_inode+0x1576/0x1590 fs/f2fs/inode....
CVE-2024-42301
- EPSS 0.02%
- 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: dev/parport: fix the array out-of-bounds risk Fixed array out-of-bounds issues caused by sprintf by replacing it with snprintf for safer data copying, ensuring the destination buff...
CVE-2024-42304
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 12.05.2026 12:17:06
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 12.05.2026 12:17:06
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...
- EPSS 0.04%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 09.10.2024 14:15:05
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-42309
- EPSS 0.04%
- Veröffentlicht 17.08.2024 09:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:01
In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes In psb_intel_lvds_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to...
CVE-2024-42281
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:09
- Zuletzt bearbeitet 12.05.2026 12:17:05
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,...