CVE-2024-42318
- EPSS 0.01%
- Published 17.08.2024 09:15:11
- Last modified 03.11.2025 22:18:03
In the Linux kernel, the following vulnerability has been resolved: landlock: Don't lose track of restrictions on cred_transfer When a process' cred struct is replaced, this _almost_ always invokes the cred_prepare LSM hook; but in one special case...
CVE-2024-42319
- EPSS 0.03%
- Published 17.08.2024 09:15:11
- Last modified 03.11.2025 21:16:17
In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() When mtk-cmdq unbinds, a WARN_ON message with condition pm_runtime_get_sync() < 0 occurs. Ac...
CVE-2024-42320
- EPSS 0.03%
- Published 17.08.2024 09:15:11
- Last modified 03.11.2025 22:18:03
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error checks in dasd_copy_pair_store() dasd_add_busid() can return an error via ERR_PTR() if an allocation fails. However, two callsites in dasd_copy_pair_store() do...
CVE-2024-42321
- EPSS 0.02%
- Published 17.08.2024 09:15:11
- Last modified 03.11.2025 22:18:04
In the Linux kernel, the following vulnerability has been resolved: net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE The following splat is easy to reproduce upstream as well as in -stable kernels. Florian Westphal provided the following commit: ...
CVE-2024-42322
- EPSS 0.02%
- Published 17.08.2024 09:15:11
- Last modified 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%
- Published 17.08.2024 09:15:10
- Last modified 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%
- Published 17.08.2024 09:15:10
- Last modified 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%
- Published 17.08.2024 09:15:10
- Last modified 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-42298
- EPSS 0.02%
- Published 17.08.2024 09:15:10
- Last modified 10.09.2024 18:42:19
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and che...
CVE-2024-42299
- EPSS 0.01%
- Published 17.08.2024 09:15:10
- Last modified 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...