CVE-2026-31431: crypto: algif_aead - Revert to operating out-of-place
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 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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-31431 is a high-severity Linux kernel flaw in the AEAD crypto socket path. A local user may be able to compromise confidentiality, integrity, and availability. CISA KEV listing indicates known exploitation, so Linux servers and endpoints should be prioritized for kernel update review.
Executive priority
Treat as urgent for Linux environments because exploitation is KEV-listed and impact is high. Patch prioritization should focus on shared systems, production servers, and environments where attackers could gain low-privileged local access after initial compromise.
Technical view
The issue is in Linux kernel crypto/algif_aead behavior introduced by in-place operation complexity. The kernel fix reverts to out-of-place operation and copies associated data directly. CVSS 3.1 is 7.8: local attack vector, low complexity, low privileges, no user interaction, high CIA impact.
Likely exposure
Exposure is primarily Linux systems running affected kernel builds with the vulnerable algif_aead code. Multi-user systems, shared compute, containers with local user access, and internet-facing servers with post-compromise local footholds deserve priority. Exact distribution impact should be confirmed through vendor advisories.
Exploitation context
CISA lists CVE-2026-31431 in the Known Exploited Vulnerabilities catalog. The source bundle also includes a public exploit-tagged repository, but this assessment does not rely on or describe exploit mechanics. Treat this as a local privilege/post-compromise risk with confirmed real-world relevance.
Researcher notes
The public record points to a kernel-level regression around algif_aead in-place handling. Source data names stable commit references and affected Linux entries, but exact distribution package versions require vendor confirmation. Avoid assuming exposure from upstream version numbers alone.
Mitigation direction
Apply Linux kernel updates from your distribution or kernel vendor.
Prioritize systems with untrusted local users or shared workloads.
Verify updates include the referenced stable kernel fixes.
Review Red Hat and other vendor-specific guidance for package status.
If patching is delayed, reduce local shell access where possible.
Validation and detection
Inventory Linux kernel versions across servers, endpoints, and images.
Map installed kernels to vendor advisories for CVE-2026-31431.
Check whether deployed kernels include the referenced stable commits.
Confirm CISA KEV tracking in vulnerability management workflows.
Retest after reboot to ensure patched kernels are running.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1288: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1288 · source CWE mapping
Improper Validation of Consistency within Input
Improper Validation of Consistency within Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Resource Transfer Between Spheres represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.