CVE-2025-38045
- EPSS 0.05%
- Veröffentlicht 18.06.2025 09:33:29
- Zuletzt bearbeitet 14.11.2025 17:07:48
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix debug actions order The order of actions taken for debug was implemented incorrectly. Now we implemented the dump split and do the FW reset only in the middle of...
CVE-2025-38044
- EPSS 0.09%
- Veröffentlicht 18.06.2025 09:33:28
- Zuletzt bearbeitet 17.12.2025 18:15:57
In the Linux kernel, the following vulnerability has been resolved: media: cx231xx: set device_caps for 417 The video_device for the MPEG encoder did not set device_caps. Add this, otherwise the video device can't be registered (you get a WARN_ON ...
CVE-2025-38042
- EPSS 0.09%
- Veröffentlicht 18.06.2025 09:33:27
- Zuletzt bearbeitet 14.11.2025 17:07:59
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_rx_chn The user of k3_udma_glue_reset_rx_chn() e.g. ti_am65_cpsw_nuss can run on multiple platforms havi...
CVE-2025-38043
- EPSS 0.1%
- Veröffentlicht 18.06.2025 09:33:27
- Zuletzt bearbeitet 17.12.2025 18:11:32
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Set dma_mask for ffa devices Set dma_mask for FFA devices, otherwise DMA allocation using the device pointer lead to following warning: WARNING: CPU: 1 PID: 1 a...
CVE-2025-38041
- EPSS 0.08%
- Veröffentlicht 18.06.2025 09:33:26
- Zuletzt bearbeitet 14.11.2025 17:08:10
In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: h616: Reparent GPU clock during frequency changes The H616 manual does not state that the GPU PLL supports dynamic frequency configuration, so we must take extra car...
CVE-2025-38039
- EPSS 0.05%
- Veröffentlicht 18.06.2025 09:33:25
- Zuletzt bearbeitet 14.11.2025 17:08:19
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled When attempting to enable MQPRIO while HTB offload is already configured, the driver currently returns `-E...
CVE-2025-38040
- EPSS 0.08%
- Veröffentlicht 18.06.2025 09:33:25
- Zuletzt bearbeitet 18.12.2025 21:32:44
In the Linux kernel, the following vulnerability has been resolved: serial: mctrl_gpio: split disable_ms into sync and no_sync APIs The following splat has been observed on a SAMA5D27 platform using atmel_serial: BUG: sleeping function called from...
CVE-2025-38038
- EPSS 0.05%
- Veröffentlicht 18.06.2025 09:33:24
- Zuletzt bearbeitet 14.11.2025 17:08:28
In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost set_boost is a per-policy function call, hence a driver wide lock is unnecessary. Also this mutex_acquire can colli...
CVE-2025-38037
- EPSS 0.12%
- Veröffentlicht 18.06.2025 09:33:23
- Zuletzt bearbeitet 18.12.2025 21:36:09
In the Linux kernel, the following vulnerability has been resolved: vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports such as [1]. Can be r...
CVE-2025-38035
- EPSS 0.11%
- Veröffentlicht 18.06.2025 09:33:22
- Zuletzt bearbeitet 17.12.2025 18:09:49
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: don't restore null sk_state_change queue->state_change is set as part of nvmet_tcp_set_queue_sock(), but if the TCP connection isn't established when nvmet_tcp_set_queue...