CVE-2025-38296
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:10
- Zuletzt bearbeitet 19.11.2025 20:42:58
In the Linux kernel, the following vulnerability has been resolved: ACPI: platform_profile: Avoid initializing on non-ACPI platforms The platform profile driver is loaded even on platforms that do not have ACPI enabled. The initialization of the sy...
CVE-2025-38297
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:10
- Zuletzt bearbeitet 19.11.2025 20:13:33
In the Linux kernel, the following vulnerability has been resolved: PM: EM: Fix potential division-by-zero error in em_compute_costs() When the device is of a non-CPU type, table[i].performance won't be initialized in the previous em_init_performan...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:09
- Zuletzt bearbeitet 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create() The Amlogic DDR PMU driver meson_ddr_pmu_create() function incorrectly uses smp_proce...
CVE-2025-38293
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:08
- Zuletzt bearbeitet 18.12.2025 16:44:09
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix node corruption in ar->arvifs list In current WLAN recovery code flow, ath11k_core_halt() only reinitializes the "arvifs" list head. This will cause the list node...
CVE-2025-38294
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:08
- Zuletzt bearbeitet 19.11.2025 20:42:41
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL access in assign channel context handler Currently, when ath12k_mac_assign_vif_to_vdev() fails, the radio handle (ar) gets accessed from the link VIF handle ...
CVE-2025-38292
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:07
- Zuletzt bearbeitet 19.11.2025 20:42:35
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid access to memory In ath12k_dp_rx_msdu_coalesce(), rxcb is fetched from skb and boolean is_continuation is part of rxcb. Currently, after freeing the skb, ...
CVE-2025-38290
- EPSS 0.09%
- Veröffentlicht 10.07.2025 07:42:06
- Zuletzt bearbeitet 19.11.2025 20:39:48
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix node corruption in ar->arvifs list In current WLAN recovery code flow, ath12k_core_halt() only reinitializes the "arvifs" list head. This will cause the list node...
CVE-2025-38291
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:06
- Zuletzt bearbeitet 19.11.2025 20:42:26
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Prevent sending WMI commands to firmware during firmware crash Currently, we encounter the following kernel call trace when a firmware crash occurs. This happens beca...
CVE-2025-38289
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:05
- Zuletzt bearbeitet 19.11.2025 20:37:41
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbk Smatch detected a potential use-after-free of an ndlp oject in dev_loss_tmo_callbk during driver unload or fa...
CVE-2025-38287
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:04
- Zuletzt bearbeitet 19.11.2025 20:37:32
In the Linux kernel, the following vulnerability has been resolved: IB/cm: Drop lockdep assert and WARN when freeing old msg The send completion handler can run after cm_id has advanced to another message. The cm_id lock is not needed in this case...