In the Linux kernel, the following vulnerability has been resolved:
crypto: tegra - Add missing CRYPTO_ALG_ASYNC
The tegra crypto driver failed to set the CRYPTO_ALG_ASYNC on its
asynchronous algorithms, causing the crypto API to select them for users
that request only synchronous algorithms. This causes crashes (at
least). Fix this by adding the flag like what the other drivers do.
Also remove the unnecessary CRYPTO_ALG_TYPE_* flags, since those just
get ignored and overridden by the registration function anyway.
Security readout for executives and security teams
Plain-English summary
A Linux Tegra cryptographic driver incorrectly advertised asynchronous operations as synchronous. The kernel could consequently select an incompatible implementation, causing crashes and potentially broader security effects reflected in the 8.8 CVSS score. Exposure appears limited to systems using the affected Tegra driver, but the supplied version data is ambiguous.
Executive priority
High priority for organizations operating Tegra-based Linux devices, especially exposed, shared, or safety-sensitive systems. Rapidly determine applicability, then schedule supported kernel updates. Systems without Tegra hardware or the relevant driver are less likely to be exposed, but that conclusion should be verified rather than assumed.
Technical view
The Tegra crypto driver omitted CRYPTO_ALG_ASYNC from asynchronous algorithm registrations. Linux Crypto API callers requesting synchronous algorithms could therefore receive an asynchronous implementation, creating an interface mismatch and at least kernel crashes. The published correction adds the missing flag and removes ignored CRYPTO_ALG_TYPE_* flags.
Likely exposure
Prioritize Linux systems with NVIDIA Tegra hardware where the Tegra crypto driver is present or active. The source lists 6.10, 6.12.81, 6.18.22, 6.19.12, 7.0, and an anomalous 0 as affected; it does not clearly define ranges. Confirm applicability against distribution advisories and stable-kernel commit ancestry.
Exploitation context
The supplied record says at least crashes can occur and assigns CVSS 8.8 with low complexity and limited privileges. It provides no exploit method or proof of confidentiality or integrity impact. The CVE is not marked as CISA KEV, and no supplied source establishes active exploitation.
Researcher notes
The documented root cause is algorithm capability misregistration, not a described memory-corruption primitive. Crashes are explicitly supported; confidentiality and integrity consequences are implied only by the CVSS metrics. The duplicated commit identifier, unusual version value 0, absent CPEs, and unclear version boundaries limit precise exposure mapping.
Mitigation direction
Inventory Tegra-based Linux systems and record their running kernel builds.
Check distribution or device-vendor advisories for CVE-2026-31739 applicability.
Upgrade to a vendor-supported kernel containing the applicable cited stable fix.
Prioritize externally reachable or multi-user Tegra systems until patched.
Use vendor guidance for temporary controls if immediate kernel replacement is unavailable.
Validation and detection
Confirm whether affected systems contain or load the Tegra crypto driver.
Compare kernel source or package provenance with the cited stable fix commits.
Verify asynchronous Tegra algorithms register with CRYPTO_ALG_ASYNC after remediation.
Run approved regression testing for cryptographic workloads and kernel stability.
Recheck vendor advisories because the supplied affected-version information is ambiguous.
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.
cve · low confidence lookup
CVE-2026-31739 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
1CVSS vectors
3Timeline events
0ADP providers
5Source links
CVSS vector scores
1 official score
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.