CVE-2022-50385
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:33:06
- Zuletzt bearbeitet 14.01.2026 19:16:12
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oops in nfs_d_automount() When mounting from a NFSv4 referral, path->dentry can end up being a negative dentry, so derive the struct nfs_server from the dentry itself i...
CVE-2022-50384
- EPSS 0.16%
- Veröffentlicht 18.09.2025 13:33:05
- Zuletzt bearbeitet 14.01.2026 19:16:12
In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: Fix possible UAF in tsi148_dma_list_add Smatch report warning as follows: drivers/staging/vme_user/vme_tsi148.c:1757 tsi148_dma_list_add() warn: '&entry->list...
CVE-2022-50382
- EPSS 0.11%
- Veröffentlicht 18.09.2025 13:33:04
- Zuletzt bearbeitet 14.01.2026 19:16:12
In the Linux kernel, the following vulnerability has been resolved: padata: Always leave BHs disabled when running ->parallel() A deadlock can happen when an overloaded system runs ->parallel() in the context of the current task: padata_do_par...
CVE-2022-50381
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:33:03
- Zuletzt bearbeitet 14.01.2026 19:16:11
In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempool_free There's a crash in mempool_free when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: * super_written calls a...
CVE-2022-50380
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:33:02
- Zuletzt bearbeitet 14.01.2026 19:16:11
In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smaps_rollup: fix no vma's null-deref Commit 258f669e7e88 ("mm: /proc/pid/smaps_rollup: convert to single value seq_file") introduced a null-deref if there are no vma...
CVE-2022-50379
- EPSS 0.1%
- Veröffentlicht 18.09.2025 13:33:01
- Zuletzt bearbeitet 14.01.2026 19:16:11
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfs_quota_enable(), after committing the transaction, we change fs_info->quota_root to point ...
CVE-2022-50378
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:33:00
- Zuletzt bearbeitet 14.01.2026 19:16:11
In the Linux kernel, the following vulnerability has been resolved: drm/meson: reorder driver deinit sequence to fix use-after-free bug Unloading the driver triggers the following KASAN warning: [ +0.006275] ======================================...
CVE-2022-50376
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:32:59
- Zuletzt bearbeitet 14.01.2026 19:16:11
In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() When insert and remove the orangefs module, there are memory leaked as below: unreferenced object 0xffff88816b0cc00...
CVE-2022-50375
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:32:58
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown lpuart_dma_shutdown tears down lpuart dma, but lpuart_flush_buffer can still occur which in turn tries t...
CVE-2023-53368
- EPSS 0.12%
- Veröffentlicht 17.09.2025 14:56:56
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race issue between cpu buffer write and swap Warning happened in rb_end_commit() at code: if (RB_WARN_ON(cpu_buffer, !local_read(&cpu_buffer->committing))) WARNING...