CVE-2023-53336
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:30
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings When ipu_bridge_parse_rotation() and ipu_bridge_parse_orientation() run sensor->adev is not set yet. So if e...
CVE-2023-53335
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:29
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() If get_ep_from_tid() fails to lookup non-NULL value for ep, ep is dereferenced later regardless of whether it is empty....
CVE-2022-50373
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:28
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix race in lowcomms This patch fixes a race between queue_work() in _dlm_lowcomms_commit_msg() and srcu_read_unlock(). The queue_work() can take the final reference of a ...
CVE-2022-50374
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:28
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure syzbot is reporting NULL pointer dereference at hci_uart_tty_close() [1], for rcu_sync_enter() is called without rc...
CVE-2022-50372
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:27
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix memory leak when build ntlmssp negotiate blob failed There is a memory leak when mount cifs: unreferenced object 0xffff888166059600 (size 448): comm "mount.cifs", p...
CVE-2022-50370
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:26
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: i2c: designware: Fix handling of real but unexpected device interrupts Commit c7b79a752871 ("mfd: intel-lpss: Add Intel Alder Lake PCH-S PCI IDs") caused a regression on certain Gi...
CVE-2022-50371
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:26
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: led: qcom-lpg: Fix sleeping in atomic lpg_brighness_set() function can sleep, while led's brightness_set() callback must be non-blocking. Change LPG driver to use brightness_set_bl...
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-50369
- 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/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.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...