CVE-2025-39707
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:13
- Zuletzt bearbeitet 25.11.2025 21:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while ac...
CVE-2025-39706
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:12
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfd_process_destroy_wq. Move kfd_proces...
CVE-2025-39705
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:11
- Zuletzt bearbeitet 25.11.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a Null pointer dereference vulnerability [Why] A null pointer dereference vulnerability exists in the AMD display driver's (DC module) cleanup function dc_dest...
CVE-2025-39704
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:21:10
- Zuletzt bearbeitet 25.11.2025 21:15:34
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix stack protector issue in send_ipi_data() Function kvm_io_bus_read() is called in function send_ipi_data(), buffer size of parameter *val should be at least 8 by...
CVE-2025-39703
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:09
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash (kernel BUG): [ 45.390915] skbuff: ...
- EPSS 0.03%
- Veröffentlicht 05.09.2025 17:21:08
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this.
CVE-2025-39701
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:07
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: ACPI: pfr_update: Fix the driver update version check The security-version-number check should be used rather than the runtime version check for driver updates. Otherwise, the fir...
CVE-2025-39700
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:06
- Zuletzt bearbeitet 25.11.2025 21:15:03
In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: ignore migration request to invalid nodes damon_migrate_pages() tries migration even if the target node is invalid. If users mistakenly make such invalid requ...
CVE-2025-39699
- EPSS 0.03%
- Veröffentlicht 05.09.2025 17:21:05
- Zuletzt bearbeitet 25.11.2025 21:13:40
In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: prevent NULL deref in iova_to_phys The riscv_iommu_pte_fetch() function returns either NULL for unmapped/never-mapped iova, or a valid leaf pte pointer that requires n...
CVE-2025-39698
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:04
- Zuletzt bearbeitet 25.11.2025 21:31:12
In the Linux kernel, the following vulnerability has been resolved: io_uring/futex: ensure io_futex_wait() cleans up properly on failure The io_futex_data is allocated upfront and assigned to the io_kiocb async_data field, but the request isn't mar...