CVE-2023-53393
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:35
- Zuletzt bearbeitet 14.01.2026 19:16:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device Currently, when mlx5_ib_get_hw_stats() is used for device (port_num = 0), there is a special handling in order to use the c...
CVE-2023-53391
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:33
- Zuletzt bearbeitet 14.01.2026 19:16:38
In the Linux kernel, the following vulnerability has been resolved: shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs As the ramfs-based tmpfs uses ramfs_init_fs_context() for the init_fs_context method, which allocates fc->s_fs_in...
CVE-2023-53388
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:31
- Zuletzt bearbeitet 14.01.2026 19:16:37
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtk_drm_bind() can fail, in which case drm_dev_put() is called, destroying the drm_device object. However a pointer to it wa...
CVE-2023-53386
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:29
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix potential use-after-free when clear keys Similar to commit c5d2b6fa26b5 ("Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk"). We can not access k after...
CVE-2023-53384
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:28
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: avoid possible NULL skb pointer dereference In 'mwifiex_handle_uap_rx_forward()', always check the value returned by 'skb_copy()' to avoid potential NULL pointer der...
CVE-2023-53383
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:27
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 The T241 platform suffers from the T241-FABRIC-4 erratum which causes unexpected behavior in the GIC when multiple transa...
CVE-2023-53381
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:26
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4_ssc_umount_item The reference count of nfsd4_ssc_umount_item is not decremented on error conditions. This prevents the laundromat from unm...
CVE-2023-53380
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:25
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request There are two check of 'mreplace' in raid10_sync_request(). In the first check, 'need_replace' will be set and 'mre...
CVE-2023-53379
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:24
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvo_usb_probe() warn: missing unwind goto? After geting irq, if ret < 0, i...
CVE-2023-53375
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:21
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: tracing: Free error logs of tracing instances When a tracing instance is removed, the error messages that hold errors that occurred in the instance needs to be freed. The following...