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

5.5 · MEDIUM
Published Dec 16, 2025 linux EPSS 0.14% (4th pctl)

Overview

CVE-2025-68211 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 16, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

ksm: use range-walk function to jump over holes in scan_get_next_rmap_item

Currently, scan_get_next_rmap_item() walks every page address in a VMA to

locate mergeable pages. This becomes highly inefficient when scanning

large virtual memory areas that contain mostly unmapped regions, causing

ksmd to use large amount of cpu without deduplicating much pages.

This patch replaces the per-address lookup with a range walk using

walk_page_range(). The range walker allows KSM to skip over entire

unmapped holes in a VMA, avoiding unnecessary lookups. This problem was

previously discussed in [1].

Consider the following test program which creates a 32 TiB mapping in the

virtual address space but only populates a single page:

#include <unistd.h>

#include <stdio.h>

#include <sys/mman.h>

/* 32 TiB */

const size_t size = 32ul * 1024 * 1024 * 1024 * 1024;

int main() {

char *area = mmap(NULL, size, PROT_READ | PROT_WRI

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 >= 2.6.32, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2025-68211?

CVE-2025-68211 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 16, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-68211?

This vulnerability has a CVSS 3.1 base score of 5.5, 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-2025-68211?

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

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