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

5.5 · MEDIUM
Published Jun 3, 2026 linux EPSS 0.11% (2th pctl)

Overview

CVE-2026-46268 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 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:

PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition

Commit b7e282378773 has already changed the initial page refcount of

p2pdma page from one to zero, however, in p2pmem_alloc_mmap() it uses

"VM_WARN_ON_ONCE_PAGE(!page_ref_count(page))" to assert the initial page

refcount should not be zero and the following will be reported when

CONFIG_DEBUG_VM is enabled:

page: refcount:0 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x380400000

flags: 0x20000000002000(reserved|node=0|zone=4)

raw: 0020000000002000 ff1100015e3ab440 0000000000000000 0000000000000000

raw: 0000000000000000 0000000000000000 00000000ffffffff 0000000000000000

page dumped because: VM_WARN_ON_ONCE_PAGE(!page_ref_count(page))

------------[ cut here ]------------

WARNING: CPU: 5 PID: 449 at drivers/pci/p2pdma.c:240 p2pmem_alloc_mmap+0x83a/0xa60

Fix by using "page_ref_count(page)" as the assertion condition.

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 >= 6.15, < 6.18.14 Affected

Frequently Asked Questions

What is CVE-2026-46268?

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

How severe is CVE-2026-46268?

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

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

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