- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:25
- Zuletzt bearbeitet 29.10.2025 11:15:42
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-53292
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:24
- Zuletzt bearbeitet 14.01.2026 19:16:21
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none After grabbing q->sysfs_lock, q->elevator may become NULL because of elevator switch. Fix the NULL dereferenc...
CVE-2023-53290
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:22
- Zuletzt bearbeitet 14.01.2026 19:16:20
In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix fout leak in hbm's run_bpf_prog Fix fout being fopen'ed but then not subsequently fclose'd. In the affected branch, fout is otherwise going out of scope.
CVE-2023-53288
- EPSS 0.01%
- Veröffentlicht 16.09.2025 08:11:21
- Zuletzt bearbeitet 14.01.2026 19:16:20
In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drm_client_modeset_probe When a new mode is set to modeset->mode, the previous mode should be freed. This fixes the following kmemleak report: drm_m...
CVE-2023-53289
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:21
- Zuletzt bearbeitet 14.01.2026 19:16:20
In the Linux kernel, the following vulnerability has been resolved: media: bdisp: Add missing check for create_workqueue Add the check for the return value of the create_workqueue in order to avoid NULL pointer dereference.
CVE-2023-53287
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:20
- Zuletzt bearbeitet 14.01.2026 19:16:20
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.03%
- Veröffentlicht 16.09.2025 08:11:19
- Zuletzt bearbeitet 14.01.2026 19:16:20
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.01%
- Veröffentlicht 16.09.2025 08:11:18
- Zuletzt bearbeitet 14.01.2026 19:16:20
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-53282
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:16
- Zuletzt bearbeitet 14.01.2026 19:16:19
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...
CVE-2023-53280
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:14
- Zuletzt bearbeitet 14.01.2026 19:16:19
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_...