CVE-2023-53393
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:35
- Zuletzt bearbeitet 12.12.2025 19:35:11
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-53394
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:35
- Zuletzt bearbeitet 12.12.2025 19:40:30
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix crash on regular rq reactivation When the regular rq is reactivated after the XSK socket is closed it could be reading stale cqes which eventually corrupts the ...
- EPSS 0.03%
- Veröffentlicht 18.09.2025 13:33:34
- Zuletzt bearbeitet 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: Fix kernel panic during warm reset During warm reset device->fw_client is set to NULL. If a bus driver is registered after this NULL setting and before new firm...
CVE-2023-53391
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:33
- Zuletzt bearbeitet 12.12.2025 19:33:09
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-53389
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:32
- Zuletzt bearbeitet 11.12.2025 18:20:43
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached The MediaTek DisplayPort interface bridge driver starts its interrupts as soon as its probed. However when the i...
CVE-2023-53390
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:32
- Zuletzt bearbeitet 12.12.2025 19:23:22
In the Linux kernel, the following vulnerability has been resolved: drivers: base: dd: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To...
CVE-2023-53388
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:31
- Zuletzt bearbeitet 11.12.2025 18:20:47
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-53387
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:30
- Zuletzt bearbeitet 11.12.2025 18:20:53
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix device management cmd timeout flow In the UFS error handling flow, the host will send a device management cmd (NOP OUT) to the device for link recovery. If thi...
CVE-2023-53385
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:29
- Zuletzt bearbeitet 11.12.2025 18:21:06
In the Linux kernel, the following vulnerability has been resolved: media: mdp3: Fix resource leaks in of_find_device_by_node Use put_device to release the object get through of_find_device_by_node, avoiding resource leaks.
CVE-2023-53386
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:29
- Zuletzt bearbeitet 11.12.2025 18:20:58
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...