CVE-2024-42091
- EPSS 0.03%
- Veröffentlicht 29.07.2024 18:15:11
- Zuletzt bearbeitet 07.10.2025 16:47:42
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Check pat.ops before dumping PAT settings We may leave pat.ops unset when running on brand new platform or when running as a VF. While the former is unlikely, the latter i...
CVE-2024-42084
- EPSS 0.02%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: ftruncate: pass a signed offset The old ftruncate() syscall, using the 32-bit off_t misses a sign extension when called in compat mode on 64-bit architectures. As a result, passin...
CVE-2024-42087
- EPSS 0.02%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:36
In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complai...
CVE-2024-42090
- EPSS 0.01%
- Veröffentlicht 29.07.2024 17:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER In create_pinctrl(), pinctrl_maps_mutex is acquired before calling add_setting(). If add_setting() returns -EP...
CVE-2024-42067
- EPSS 0.03%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 24.01.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() set_memory_rox() can fail, leaving memory unprotected. Check return and bail out when bpf_jit_bin...
CVE-2024-42070
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers register store validation for NFT_DATA_VALUE is conditional, however, the datatype is always either N...
CVE-2024-41089
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:32
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes In nv17_tv_get_hd_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead ...
CVE-2024-41095
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:33
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes In nv17_tv_get_ld_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead ...
CVE-2024-41097
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:34
In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix endpoint checking in cxacru_bind() Syzbot is still reporting quite an old issue [1] that occurs due to incomplete checking of present usb endpoints. As such, ...
CVE-2024-41074
- EPSS 0.03%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set object to close if ondemand_id < 0 in copen If copen is maliciously called in the user mode, it may delete the request corresponding to the random id. And the reque...