CVE-2024-42310
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:11
- 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 cdv_intel_lvds_get_modes In cdv_intel_lvds_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to...
CVE-2024-42311
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:01
In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() Syzbot reports uninitialized value access issue as below: loop0: detected capacity change from 0 to 64 ====...
CVE-2024-42312
- EPSS 0.03%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:06
In the Linux kernel, the following vulnerability has been resolved: sysctl: always initialize i_uid/i_gid Always initialize i_uid/i_gid inside the sysfs core so set_ownership() can safely skip setting them. Commit 5ec27ec735ba ("fs/proc/proc_sysct...
CVE-2024-42313
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:02
In the Linux kernel, the following vulnerability has been resolved: media: venus: fix use after free in vdec_close There appears to be a possible use after free with vdec_close(). The firmware will add buffer release work to the work queue through ...
CVE-2024-42315
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 21:16:17
In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential deadlock on __exfat_get_dentry_set When accessing a file with more entries than ES_MAX_ENTRY_NUM, the bh-array is allocated in __exfat_get_entry_set. The probl...
CVE-2024-42318
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.08.2024 09:15:11
- Zuletzt bearbeitet 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%
- 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: 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%
- 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