CVE-2023-53519
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:04:59
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter num_rdy when getting the value...
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-53521
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:09:49
In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() A fix for: BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses] Read of size 8 at addr ffff88a10d32e5d8 by ta...
CVE-2023-53524
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:22:22
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() function, which is called by the iwl_dbgfs_monitor_data...
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-53506
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 02:04:05
In the Linux kernel, the following vulnerability has been resolved: udf: Do not bother merging very long extents When merging very long extents we try to push as much length as possible to the first extent. However this is unnecessarily complicated...
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-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-53483
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:51
- Zuletzt bearbeitet 23.01.2026 02:07:43
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() devm_kzalloc() may fail, clk_data->name might be NULL and will cause a NULL pointer dereference later. ...