CVE-2022-50368
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:24
- Zuletzt bearbeitet 12.12.2025 16:35:51
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-50369
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:24
- Zuletzt bearbeitet 12.12.2025 16:34:43
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix null-ptr-deref in vkms_release() A null-ptr-deref is triggered when it tries to destroy the workqueue in vkms->output.composer_workq in vkms_release(). KASAN: null-...
CVE-2022-50367
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:23
- Zuletzt bearbeitet 10.12.2025 18:23:41
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.02%
- Veröffentlicht 17.09.2025 14:56:17
- Zuletzt bearbeitet 10.12.2025 18:25:53
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 10.12.2025 18:47:12
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...
CVE-2022-50363
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:15
- Zuletzt bearbeitet 10.12.2025 18:46:48
In the Linux kernel, the following vulnerability has been resolved: skmsg: pass gfp argument to alloc_sk_msg() syzbot found that alloc_sk_msg() could be called from a non sleepable context. sk_psock_verdict_recv() uses rcu_read_lock() protection. ...
CVE-2022-50364
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:15
- Zuletzt bearbeitet 10.12.2025 18:29:15
In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platform_get_resource() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resou...
CVE-2022-50362
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:14
- Zuletzt bearbeitet 10.12.2025 18:43:30
In the Linux kernel, the following vulnerability has been resolved: dmaengine: hisilicon: Add multi-thread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo ...
CVE-2022-50361
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:13
- Zuletzt bearbeitet 09.12.2025 22:22:35
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init() Fault injection test reports this issue: kernel BUG at net/core/dev.c:10731! invalid opcode: 0000 [#1] PR...
CVE-2022-50360
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:12
- Zuletzt bearbeitet 10.12.2025 17:58:34
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix aux-bus EP lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be ...