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

7.1 · HIGH
Published May 27, 2026 linux CWE-125

Overview

CVE-2026-46033 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:

crypto: authencesn - reject short ahash digests during instance creation

authencesn requires either a zero authsize or an authsize of at least

4 bytes because the ESN encrypt/decrypt paths always move 4 bytes of

high-order sequence number data at the end of the authenticated data.

While crypto_authenc_esn_setauthsize() already rejects explicit

non-zero authsizes in the range 1..3, crypto_authenc_esn_create()

still copied auth->digestsize into inst->alg.maxauthsize without

validating it. The AEAD core then initialized the tfm's default

authsize from that value.

As a result, selecting an ahash with digest size 1..3, such as

cbcmac(cipher_null), exposed authencesn instances whose default

authsize was invalid even though setauthsize() would have rejected the

same value. AF_ALG could then trigger the ESN tail handling with a

too-short tag and hit an out-of-bounds access.

Reject authencesn instances whose ahash digest

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

Frequently Asked Questions

What is CVE-2026-46033?

CVE-2026-46033 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-46033?

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

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

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