CVE-2023-53507
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 02:03:10
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister devlink params in case interface is down Currently, in case an interface is down, mlx5 driver doesn't unregister its devlink params, which leads to this WARN[1...
CVE-2023-53508
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 01:59:45
In the Linux kernel, the following vulnerability has been resolved: ublk: fail to start device if queue setup is interrupted In ublk_ctrl_start_dev(), if wait_for_completion_interruptible() is interrupted by signal, queues aren't setup successfully...
CVE-2023-53509
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 01:58:58
In the Linux kernel, the following vulnerability has been resolved: qed: allow sleep in qed_mcp_trace_dump() By default, qed_mcp_cmd_and_union() delays 10us at a time in a loop that can run 500K times, so calls to qed_mcp_nvm_rd_cmd() may block the...
CVE-2023-53510
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 25.03.2026 11:16:05
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix handling of lrbp->cmd ufshcd_queuecommand() may be called two times in a row for a SCSI command before it is completed. Hence make the following changes: - I...
CVE-2023-53497
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 16.01.2026 20:47:28
In the Linux kernel, the following vulnerability has been resolved: media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called() The vsp1 driver uses the vb2_is_streaming() function in its .buf_queue() handler to check if the .start_st...
CVE-2023-53498
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 16.01.2026 20:49:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null dereference The adev->dm.dc pointer can be NULL and dereferenced in amdgpu_dm_fini() without checking. Add a NULL pointer check before calling ...
CVE-2023-53499
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 16.01.2026 20:51:31
In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix error unwinding of XDP initialization When initializing XDP in virtnet_open(), some rq xdp initialization may hit an error causing net device open failed. However, ...
CVE-2023-53500
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 23.01.2026 02:05:46
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix slab-use-after-free in decode_session6 When the xfrm device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. Then, slab...
CVE-2023-53501
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 23.01.2026 02:05:21
In the Linux kernel, the following vulnerability has been resolved: iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind When unbinding pasid - a race condition exists vs outstanding page faults. To prevent this, the pasi...
CVE-2023-53503
- EPSS 0.03%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 26.01.2026 19:52:17
In the Linux kernel, the following vulnerability has been resolved: ext4: allow ext4_get_group_info() to fail Previously, ext4_get_group_info() would treat an invalid group number as BUG(), since in theory it should never happen. However, if a mal...