CVE-2023-53392
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:34
- Zuletzt bearbeitet 17.03.2026 16:36:34
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 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-53389
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:32
- Zuletzt bearbeitet 14.01.2026 19:16:37
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 14.01.2026 19:16:37
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 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-53387
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:30
- Zuletzt bearbeitet 14.01.2026 19:16:37
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.01%
- 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: 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 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-53382
- 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: net/smc: Reset connection when trying to use SMCRv2 fails. We found a crash when using SMCRv2 with 2 Mellanox ConnectX-4. It can be reproduced by: - smc_run nginx - smc_run wrk -t...