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

7.1 · HIGH
Published May 27, 2026 linux CWE-125 EPSS 0.14% (4th pctl)

Overview

CVE-2026-46022 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

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

misc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt()

ibmasm_handle_mouse_interrupt() performs an out-of-bounds MMIO read

when the queue reader or writer index from hardware exceeds

REMOTE_QUEUE_SIZE (60).

A compromised service processor can trigger this by writing an

out-of-range value to the reader or writer MMIO register before

asserting an interrupt. Since writer is re-read from hardware on

every loop iteration, it can also be set to an out-of-range value

after the loop has already started.

The root cause is that get_queue_reader() and get_queue_writer() return

raw readl() values that are passed directly into get_queue_entry(),

which computes:

queue_begin + reader * sizeof(struct remote_input)

with no bounds check. This unchecked MMIO address is then passed to

memcpy_fromio(), reading 8 bytes from unintended device registers.

For sufficiently large values the address falls outside the PCI BAR

m

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.13, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46022?

CVE-2026-46022 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-46022?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. 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-46022?

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

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