CVE-2023-52498
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:17
- Zuletzt bearbeitet 12.12.2024 17:32:20
In the Linux kernel, the following vulnerability has been resolved: PM: sleep: Fix possible deadlocks in core system-wide PM code It is reported that in low-memory situations the system-wide resume core code deadlocks, because async_schedule_dev() ...
CVE-2023-52486
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 14.01.2025 15:01:47
In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drm_mode_page_flip_ioctl() we proceed to unref the fb and th...
CVE-2023-52487
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 12.12.2024 17:31:37
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix peer flow lists handling The cited change refactored mlx5e_tc_del_fdb_peer_flow() to only clear DUP flag when list of peer flows has become empty. However, if any co...
CVE-2023-52488
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 14.02.2025 16:40:56
In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO The SC16IS7XX IC supports a burst mode to access the FIFOs where the initial register address is sent ($0...
CVE-2023-52489
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 14.02.2025 16:41:06
In the Linux kernel, the following vulnerability has been resolved: mm/sparsemem: fix race in accessing memory_section->usage The below race is observed on a PFN which falls into the device memory region with the system memory configuration where P...
CVE-2023-52490
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 22.04.2025 16:15:42
In the Linux kernel, the following vulnerability has been resolved: mm: migrate: fix getting incorrect page mapping during page migration When running stress-ng testing, we found below kernel crash after a few hours: Unable to handle kernel NULL p...
CVE-2023-52491
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 12.12.2024 17:32:00
In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run In mtk_jpeg_probe, &jpeg->job_timeout_work is bound with mtk_jpeg_job_timeout_work. I...
CVE-2023-52492
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 04.04.2025 14:41:10
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function __dma_async_device_channel_register() can fail. In case of failure, chan->local is freed (with free_percpu()), and ch...
CVE-2023-52493
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 12.12.2024 15:57:46
In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parse_xfer_event() such...
CVE-2024-26623
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:12
- Zuletzt bearbeitet 14.02.2025 16:40:51
In the Linux kernel, the following vulnerability has been resolved: pds_core: Prevent race issues involving the adminq There are multiple paths that can result in using the pdsc's adminq. [1] pdsc_adminq_isr and the resulting work from queue_work(...