CVE-2023-53239
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:13
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patc...
CVE-2023-53238
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:12
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'pr...
CVE-2023-53237
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:10
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini The gmc.ecc_irq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the ...
CVE-2023-53236
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:09
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: iommufd: Do not corrupt the pfn list when doing batch carry If batch->end is 0 then setting npfns[0] before computing the new value of pfns will fail to adjust the pfn and result i...
CVE-2023-53235
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:08
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/tests: helpers: Avoid a driver uaf when using __drm_kunit_helper_alloc_drm_device() the driver may be dereferenced by device-managed resources up until the device is freed, whi...
CVE-2023-53234
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:07
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix kmemleak in watchdog_cdev_register kmemleak reports memory leaks in watchdog_dev_register, as follows: unreferenced object 0xffff888116233000 (size 2048): comm ""mo...
CVE-2023-53233
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:22:05
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix deadlock triggered by cancel_delayed_work_syn() The following LOCKDEP was detected: Workqueue: events smc_lgr_free_work [smc] WARNING: possible circular locking de...
CVE-2023-53232
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:22:04
- Zuletzt bearbeitet 17.03.2026 16:35:01
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data The MT7921 driver no longer uses eeprom.data, but the relevant code has not been removed completely since commit...
CVE-2023-53231
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:03
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: erofs: Fix detection of atomic context Current check for atomic context is not sufficient as z_erofs_decompressqueue_endio can be called under rcu lock from blk_mq_flush_plug_list(...
CVE-2023-53230
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:22:02
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifs_smb3_do_mount() This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifs_smb3_do_mount() warn: possible ...