CVE-2023-53242
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:23:11
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/hisi: Drop second sensor hi3660 The commit 74c8e6bffbe1 ("driver core: Add __alloc_size hint to devm allocators") exposes a panic "BRK handler: Fatal exception" on ...
CVE-2023-53241
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:23:09
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: nfsd: call op_release, even when op_func returns an error For ops with "trivial" replies, nfsd4_encode_operation will shortcut most of the encoding work and skip to just marshallin...
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-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-53231
- EPSS 0.03%
- 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-53229
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:01
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta Avoid potential data corruption issues caused by uninitialized driver private data structures.
CVE-2023-53226
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:55
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix OOB and integer underflow when rx packets Make sure mwifiex_process_mgmt_packet, mwifiex_process_sta_rx_packet and mwifiex_process_uap_rx_packet, mwifiex_uap_que...
CVE-2023-53225
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:54
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error pa...