Cyber Resilience

CVE-2026-31431

Suse Linux Enterprise Server 11 … 16.1

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
22 April 2026
Modified
28 July 2026
KEV Added
01 May 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.99 100.0th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2026-31431 is a high-severity Incorrect Resource Transfer Between Spheres (CWE-669) vulnerability in Suse Linux Enterprise Server. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Escape to Host (T1611); ranked in the top 0.0% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability resolved in CVE-2026-31431 affects the Linux kernel's crypto subsystem, specifically the algif_aead interface used for AEAD cipher operations via the AF_ALG socket family. The issue stems from commit 72548b093ee3, which introduced in-place operation handling; because source and destination buffers originate from separate memory mappings, this added unnecessary complexity around buffer management and associated data handling, classified under CWE-669.

Local users with access to the AF_ALG interface can exploit the flaw to achieve high-impact effects on confidentiality, integrity, and availability. An attacker able to supply crafted AEAD requests can leverage the in-place logic to corrupt or disclose kernel memory regions involved in cryptographic processing.

The referenced stable kernel commits revert the in-place changes while retaining direct copying of associated data, restoring out-of-place operation to eliminate the problematic code paths. These patches have been applied across multiple maintained branches.

EPSS scores rose from a low baseline to a recorded peak of 0.0406, indicating emerging exploitation interest after public disclosure.

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-place in algif_aead since…

more

the source and destination come from different mappings. Get rid of all the complexity added for in-place operation and just copy the AD directly.

CWE(s)
KEV Date Added
01 May 2026

Related Threats

MITRE ATT&CK Enterprise Techniques

T1611 Escape to Host Privilege Escalation
Adversaries may break out of a container or virtualized environment to gain access to the underlying host.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2010-3904Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2013-1690Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2016-1646Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2023-4911Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2021-4034Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2015-5119Same product: Linux Linux Kernelboth on KEV
CVE-2013-0641Same product: Linux Linux Kernelboth on KEV
CVE-2015-5123Same product: Linux Linux Kernelboth on KEV
CVE-2015-5122Same product: Linux Linux Kernelboth on KEV
CVE-2014-0497Same product: Linux Linux Kernelboth on KEV

Affected Assets

linux
linux kernel
7.0 · 4.14 — 5.10.254 · 5.11 — 5.15.204 · 5.16 — 6.1.170
redhat
openshift container platform
4.0 · 4.12 — 4.12.89 · 4.13 — 4.13.66 · 4.14 — 4.14.65
redhat
enterprise linux
10.0, 8.0, 9.0
redhat
enterprise linux aus
8.4, 8.6
redhat
enterprise linux eus
10.0, 8.4, 9.4, 9.6
redhat
enterprise linux tus
8.6, 8.8
redhat
enterprise linux update services for sap solutions
8.6, 8.8, 9.0, 9.2
amazon
amazon linux
all versions
canonical
ubuntu linux
14.04, 16.04, 18.04, 20.04, 22.04
debian
debian linux
11.0, 12.0, 13.0
+33 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V2.2.2
  • V4.2.3
  • V12.3.2

Mitigating Controls (NIST 800-53 r5) AI

Enforces approved information flow authorizations between system components and connected systems, directly stopping improper resource transfers across spheres.

Prevents unintended information leakage through shared system resources when crossing sphere boundaries.

Monitors and controls communications at external and key internal boundaries to block unauthorized transfers between trust domains.

SI-10 requires validity checks on supplied inputs, directly stopping acceptance of internally inconsistent complex data.

Enforces logical access authorizations that limit resource transfers to only approved sphere crossings.

Separates user functionality from system management functions to avoid improper resource or behavior transfer between privilege spheres.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Least-privilege authorization policies directly constrain resource transfers across security domains.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require consistency validation for complex inputs.

PR.DS-02 partial match
prevents

Protecting data-in-transit can limit exposure during inter-sphere transfers but does not address control-flow or authorization errors.

PR.IR-01 partial match
prevents

Logical segmentation and access controls reduce unintended cross-sphere resource movement.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect consistency flaws but does not prevent them at design time.

prevents

Environment separation limits unintended resource leakage between spheres.

degrades

Information-transfer rules can prevent improper resource hand-off between spheres.

degrades

Access-control policies limit unintended control over transferred resources.

degrades

Managing access rights reduces risk of unauthorized resource transfer.

mitigates

Network-security controls can block improper cross-sphere transfers.

References