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

7.8 · HIGH
Published May 27, 2026 linux CWE-787 EPSS 0.17% (6th pctl)

Overview

CVE-2026-46081 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.8 (HIGH).

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

crypto: acomp - fix wrong pointer stored by acomp_save_req()

acomp_save_req() stores &req->chain in req->base.data. When

acomp_reqchain_done() is invoked on asynchronous completion, it receives

&req->chain as the data argument but casts it directly to struct

acomp_req. Since data points to the chain member, all subsequent field

accesses are at a wrong offset, resulting in memory corruption.

The issue occurs when an asynchronous hardware implementation, such as

the QAT driver, completes a request that uses the DMA virtual address

interface (e.g. acomp_request_set_src_dma()). This combination causes

crypto_acomp_compress() to enter the acomp_do_req_chain() path, which

sets acomp_reqchain_done() as the completion callback via

acomp_save_req().

With KASAN enabled, this manifests as a general protection fault in

acomp_reqchain_done():

general protection fault, probably for non-canonical address 0xe000040000000000

K

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

CVE-2026-46081 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.8 (HIGH).

How severe is CVE-2026-46081?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-46081?

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

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