CVE-2023-53520
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:13:19
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hci_suspend_sync crash If hci_unregister_dev() frees the hci_dev object but hci_suspend_notifier may still be accessing it, it can cause the program to crash. Here's...
CVE-2023-53512
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:55
- Zuletzt bearbeitet 23.01.2026 20:07:02
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix a memory leak Add a forgotten kfree().
CVE-2023-53513
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:55
- Zuletzt bearbeitet 06.04.2026 14:45:48
In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbd_ioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined beh...
CVE-2023-53517
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:55
- Zuletzt bearbeitet 06.04.2026 13:07:54
In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msg_max is too small in mtu negotiation When doing link mtu negotiation, a malicious peer may send Activate msg with a very small mtu, e.g. 4 in Shuang's...
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 06.04.2026 13:57:11
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-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-53503
- EPSS 0.03%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 06.04.2026 14:45:08
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...
CVE-2023-53491
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:52
- Zuletzt bearbeitet 23.01.2026 02:06:17
In the Linux kernel, the following vulnerability has been resolved: start_kernel: Add __no_stack_protector function attribute Back during the discussion of commit a9a3ed1eff36 ("x86: Fix early boot crash on gcc-10, third try") we discussed the need...
CVE-2023-53494
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:52
- Zuletzt bearbeitet 16.01.2026 20:45:58
In the Linux kernel, the following vulnerability has been resolved: crypto: xts - Handle EBUSY correctly As it is xts only handles the special return value of EINPROGRESS, which means that in all other cases it will free data related to the request...