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
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-42267
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:51
In the Linux kernel, the following vulnerability has been resolved: riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() Handle VM_FAULT_SIGSEGV in the page fault path so that we correctly kill the process and we don't BUG() the kernel.
CVE-2024-42253
- EPSS 0.01%
- Veröffentlicht 08.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:50
In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock race Ensure that `i2c_lock' is held when setting interrupt latch and mask in pca953x_irq_bus_sync_unlock() in order to avoid races. ...
CVE-2024-42155
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:07
- Zuletzt bearbeitet 21.11.2024 09:33:42
In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of protected- and secure-keys Although the clear-key of neither protected- nor secure-keys is accessible, this key material should only be visible to the cal...
CVE-2024-42147
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:42
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/debugfs - Fix debugfs uninit process issue During the zip probe process, the debugfs failure does not stop the probe. When debugfs initialization fails, jumping t...
CVE-2024-42117
- EPSS 0.02%
- Veröffentlicht 30.07.2024 08:15:04
- Zuletzt bearbeitet 26.09.2025 15:29:52
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return ...
CVE-2024-42118
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:04
- Zuletzt bearbeitet 29.09.2025 14:57:08
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array [WHY] resource_stream_to_stream_idx returns an array index and it return -1 when not found; however, -1 is not a valid a...
CVE-2024-42120
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:40
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipe_ctx has a size of MAX_PIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by...