CVE-2023-53224
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:53
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: ext4: Fix function prototype mismatch for ext4_feat_ktype With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expec...
CVE-2023-53223
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:51
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue as it may return NULL pointer and cause NULL pointer dereferenc...
CVE-2023-53221
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:50
- Zuletzt bearbeitet 14.01.2026 18:16:31
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/ka...
CVE-2023-53222
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:50
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: jfs: jfs_dmap: Validate db_l2nbperpage while mounting In jfs_dmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree(). db_l2nbperpage, which is the log2 ...
CVE-2023-53220
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:49
- Zuletzt bearbeitet 14.01.2026 18:16:31
In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() In az6007_i2c_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf wo...
CVE-2023-53219
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:47
- Zuletzt bearbeitet 14.01.2026 18:16:30
In the Linux kernel, the following vulnerability has been resolved: media: netup_unidvb: fix use-after-free at del_timer() When Universal DVB card is detaching, netup_unidvb_dma_fini() uses del_timer() to stop dma->timeout timer. But when timer han...
CVE-2023-53218
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:45
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg() creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before...
CVE-2023-53217
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:44
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: nubus: Partially revert proc_create_single_data() conversion The conversion to proc_create_single_data() introduced a regression whereby reading a file in /proc/bus/nubus results i...
CVE-2023-53215
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:43
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: sched/fair: Don't balance task to its current running CPU We've run into the case that the balancer tries to balance a migration disabled task and trigger the warning in set_task_c...
CVE-2023-53216
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:43
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: arm64: efi: Make efi_rt_lock a raw_spinlock Running a rt-kernel base on 6.2.0-rc3-rt1 on an Ampere Altra outputs the following: BUG: sleeping function called from invalid context...