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-2026-53108

4.7 · MEDIUM
Published Jun 24, 2026 linux CWE-362 EPSS 0.08% (0th pctl)

Overview

CVE-2026-53108 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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:

powerpc/64s: Fix unmap race with PMD migration entries

The following race is possible with migration swap entries or

device-private THP entries. e.g. when move_pages is called on a PMD THP

page, then there maybe an intermediate state, where PMD entry acts as

a migration swap entry (pmd_present() is true). Then if an munmap

happens at the same time, then this VM_BUG_ON() can happen in

pmdp_huge_get_and_clear_full().

This patch fixes that.

Thread A: move_pages() syscall

add_folio_for_migration()

mmap_read_lock(mm)

folio_isolate_lru(folio)

mmap_read_unlock(mm)

do_move_pages_to_node()

migrate_pages()

try_to_migrate_one()

spin_lock(ptl)

set_pmd_migration_entry()

pmdp_invalidate() # PMD: _PAGE_INVALID | _PAGE_PTE | pfn

set_pmd_at() # PMD: migration swap entry (pmd_present=0)

spin_unlock(ptl)

[page copy phase] # <--- RACE WIN

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.8, < 7.0.10 Affected

Frequently Asked Questions

What is CVE-2026-53108?

CVE-2026-53108 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-53108?

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

How do I fix or remediate CVE-2026-53108?

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-2026-53108?

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