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

7.3 · HIGH
Published Jun 3, 2026 linux EPSS 0.13% (3th pctl)

Overview

CVE-2026-46250 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

MIPS: Work around LLVM bug when gp is used as global register variable

On MIPS, __current_thread_info is defined as global register variable

locating in $gp, and is simply assigned with new address during kernel

relocation.

This however is broken with LLVM, which always restores $gp if it finds

$gp is clobbered in any form, including when intentionally through a

global register variable. This is against GCC's documentation[1], which

requires a callee-saved register used as global register variable not to

be restored if it's clobbered.

As a result, $gp will continue to point to the unrelocated kernel after

the epilog of relocate_kernel(), leading to an early crash in init_idle,

[ 0.000000] CPU 0 Unable to handle kernel paging request at virtual address 0000000000000000, epc == ffffffff81afada8, ra == ffffffff81afad90

[ 0.000000] Oops[#1]:

[ 0.000000] CPU: 0 UID: 0 PID: 0 Comm: swapper Tainted: G W

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 >= 4.7, < 5.10.252 Affected

Frequently Asked Questions

What is CVE-2026-46250?

CVE-2026-46250 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2026-46250?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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