Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-39961

8.8 · HIGH
Published Oct 9, 2025 linux CWE-362 EPSS 0.11% (1th pctl)

Overview

CVE-2025-39961 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 9, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

iommu/amd/pgtbl: Fix possible race while increase page table level

The AMD IOMMU host page table implementation supports dynamic page table levels

(up to 6 levels), starting with a 3-level configuration that expands based on

IOVA address. The kernel maintains a root pointer and current page table level

to enable proper page table walks in alloc_pte()/fetch_pte() operations.

The IOMMU IOVA allocator initially starts with 32-bit address and onces its

exhuasted it switches to 64-bit address (max address is determined based

on IOMMU and device DMA capability). To support larger IOVA, AMD IOMMU

driver increases page table level.

But in unmap path (iommu_v1_unmap_pages()), fetch_pte() reads

pgtable->[root/mode] without lock. So its possible that in exteme corner case,

when increase_address_space() is updating pgtable->[root/mode], fetch_pte()

reads wrong page table level (pgtable->mode). It does compare the value with

le

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.9.194, < 4.10 Affected

Frequently Asked Questions

What is CVE-2025-39961?

CVE-2025-39961 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 9, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-39961?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-39961?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-39961?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39961 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.