- EPSS 0.02%
- Published 04.10.2025 15:43:45
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash when I/O abort times out While performing CPU hotplug, a crash with the following stack was seen: Call Trace: qla24xx_process_response_queue+0x42a/0x...
- EPSS 0.02%
- Published 04.10.2025 15:43:45
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix use-after-free on probe deferral The bridge counter was never reset when tearing down the DRM device so that stale pointers to deallocated structures would be accessed...
- EPSS 0.02%
- Published 04.10.2025 15:43:44
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: coresight: cti: Fix hang in cti_disable_hw() cti_enable_hw() and cti_disable_hw() are called from an atomic context so shouldn't use runtime PM because it can result in a sleep whe...
- EPSS 0.02%
- Published 04.10.2025 15:43:43
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htab_lock_bucket() to userspace In __htab_map_lookup_and_delete_batch() if htab_lock_bucket() returns -EBUSY, it will go to next bucket. Going to next buc...
- EPSS 0.03%
- Published 04.10.2025 15:43:43
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: drm/mipi-dsi: Detach devices when removing the host Whenever the MIPI-DSI host is unregistered, the code of mipi_dsi_host_unregister() loops over every device currently found on th...
- EPSS 0.02%
- Published 04.10.2025 15:43:42
- Last modified 06.10.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible uaf for 'bfqq->bic' Our test report a uaf for 'bfqq->bic' in 5.10: ================================================================== BUG: KASAN: use-afte...
- EPSS 0.02%
- Published 04.10.2025 15:17:18
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix irq domain leak Uwe Kleine-König pointed out we still have one resource leak in the mvebu driver triggered on driver detach. Let's address it with a custom devm ac...
- EPSS 0.02%
- Published 04.10.2025 15:17:17
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value...
- EPSS 0.02%
- Published 04.10.2025 15:17:16
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdp_redirect_cpu with some RT threads: --...
- EPSS 0.02%
- Published 04.10.2025 15:17:15
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: null_blk: Always check queue mode setting from configfs Make sure to check device queue mode in the null_validate_conf() and return error for NULL_Q_RQ as we don't allow legacy I/O...