CVE-2022-50401
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:42
- Zuletzt bearbeitet 14.01.2026 20:15:52
In the Linux kernel, the following vulnerability has been resolved: nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure On error situation `clp->cl_cb_conn.cb_xprt` should not be given a reference to the xprt otherwise both client cl...
CVE-2022-50394
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:12
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...
CVE-2022-50389
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:09
- Zuletzt bearbeitet 14.01.2026 19:16:13
In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak In crb_acpi_add(), we get the TPM2 table to retrieve information like start method, and then assign them to the pri...
- EPSS 0.04%
- Veröffentlicht 18.09.2025 13:33:07
- Zuletzt bearbeitet 14.01.2026 19:16:13
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2cap_chan_hold_unless_zero() after calling __l2cap_get_chan_blah() to prevent the following trace: Bluetooth: l2cap_core.c:static ...
CVE-2022-50384
- EPSS 0.02%
- 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-50381
- EPSS 0.01%
- 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-50368
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:24
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case the...
CVE-2022-50367
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:23
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfs_mdt_destroy In alloc_inode, inode_init_always() could return -ENOMEM if security_inode_alloc() fails, which causes inode->i_private uninitialized. Then...
CVE-2022-50366
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:17
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue When value < time_unit, the parameter of ilog2() will be zero and the return value is -1. u64(-1) is too large for shift e...
CVE-2022-50365
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:16
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: skbuff: Account for tail adjustment during pull operations Extending the tail can have some unexpected side effects if a program uses a helper like BPF_FUNC_skb_pull_data to read p...