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-39776

7.0 · HIGH
Published Sep 11, 2025 linux CWE-416 EPSS 0.15% (4th pctl)

Overview

CVE-2025-39776 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, 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:

mm/debug_vm_pgtable: clear page table entries at destroy_args()

The mm/debug_vm_pagetable test allocates manually page table entries for

the tests it runs, using also its manually allocated mm_struct. That in

itself is ok, but when it exits, at destroy_args() it fails to clear those

entries with the *_clear functions.

The problem is that leaves stale entries. If another process allocates an

mm_struct with a pgd at the same address, it may end up running into the

stale entry. This is happening in practice on a debug kernel with

CONFIG_DEBUG_VM_PGTABLE=y, for example this is the output with some extra

debugging I added (it prints a warning trace if pgtables_bytes goes

negative, in addition to the warning at check_mm() function):

[ 2.539353] debug_vm_pgtable: [get_random_vaddr ]: random_vaddr is 0x7ea247140000

[ 2.539366] kmem_cache info

[ 2.539374] kmem_cachep 0x000000002ce82385 - freelist 0x00000

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 >= 5.15, < 5.15.190 Affected

Frequently Asked Questions

What is CVE-2025-39776?

CVE-2025-39776 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 11, 2025 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2025-39776?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-39776?

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-39776?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39776 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.