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

5.5 · MEDIUM
Published May 27, 2026 linux CWE-401 EPSS 0.13% (3th pctl)

Overview

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

mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()

weighted_interleave_auto_store() fetches old_wi_state inside the if

(!input) block only. This causes two memory leaks:

1. When a user writes "false" and the current mode is already manual,

the function returns early without freeing the freshly allocated

new_wi_state.

2. When a user writes "true", old_wi_state stays NULL because the

fetch is skipped entirely. The old state is then overwritten by

rcu_assign_pointer() but never freed, since the cleanup path is

gated on old_wi_state being non-NULL. A user can trigger this

repeatedly by writing "1" in a loop.

Fix both leaks by moving the old_wi_state fetch before the input check,

making it unconditional. This also allows a unified early return for both

"true" and "false" when the requested mode matches the current mode.

Reviewed by: Donet Tom <[email protected]>

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.16, < 6.18.27 Affected

Frequently Asked Questions

What is CVE-2026-46042?

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

How severe is CVE-2026-46042?

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

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

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