CVE-2023-53287
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:20
- Zuletzt bearbeitet 03.12.2025 16:52:54
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Put the cdns set active part outside the spin lock The device may be scheduled during the resume process, so this cannot appear in atomic operations. Since pm_runtime_s...
CVE-2023-53286
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:19
- Zuletzt bearbeitet 02.12.2025 21:20:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Return the firmware result upon destroying QP/RQ Previously when destroying a QP/RQ, the result of the firmware destruction function was ignored and upper layers weren't...
CVE-2023-53285
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:18
- Zuletzt bearbeitet 02.12.2025 21:23:52
In the Linux kernel, the following vulnerability has been resolved: ext4: add bounds checking in get_max_inline_xattr_value_size() Normally the extended attributes in the inode body would have been checked when the inode is first opened, but if som...
CVE-2023-53284
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:17
- Zuletzt bearbeitet 02.12.2025 21:24:18
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init() Because of the possilble failure of devm_kzalloc(), dpu_wb_conn might be NULL and will cause null point...
CVE-2023-53282
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:16
- Zuletzt bearbeitet 02.12.2025 21:26:56
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfc_wr_object...
- EPSS -
- Veröffentlicht 16.09.2025 08:11:16
- Zuletzt bearbeitet 16.09.2025 09:15:44
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-53281
- EPSS 0.01%
- Veröffentlicht 16.09.2025 08:11:15
- Zuletzt bearbeitet 02.12.2025 21:30:17
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() Commit 041879b12ddb ("drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()") besides f...
CVE-2023-53280
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:14
- Zuletzt bearbeitet 02.12.2025 21:31:16
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue System crash when qla2x00_start_sp(sp) returns error code EGAIN and wake_up gets called for uninitialized wait queue sp->nvme_...
CVE-2023-53279
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:13
- Zuletzt bearbeitet 02.12.2025 21:31:46
In the Linux kernel, the following vulnerability has been resolved: misc: vmw_balloon: 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-53277
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:12
- Zuletzt bearbeitet 03.12.2025 16:53:06
In the Linux kernel, the following vulnerability has been resolved: wifi: iwl3945: Add missing check for create_singlethread_workqueue Add the check for the return value of the create_singlethread_workqueue in order to avoid NULL pointer dereferenc...