LiveActive security incident?Get immediate response
CVE Record

CVE-2026-43336: lib/crypto: chacha: Zeroize permuted_state before it leaves scope

In the Linux kernel, the following vulnerability has been resolved: lib/crypto: chacha: Zeroize permuted_state before it leaves scope Since the ChaCha permutation is invertible, the local variable 'permuted_state' is sufficient to compute the original 'state', and thus the key, even after the permutation has been done. While the kernel is quite inconsistent about zeroizing secrets on the stack (and some prominent userspace crypto libraries don't bother at all since it's not guaranteed to work anyway), the kernel does try to do it as a best practice, especially in cases involving the RNG. Thus, explicitly zeroize 'permuted_state' before it goes out of scope.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-43336 is a Linux kernel crypto issue where sensitive ChaCha state could remain on the stack after use. Because that state can be reversed to recover the original state and potentially the key, the fix clears it before leaving scope. Public sources do not show active exploitation.

Executive priority

Patch in the next scheduled security update cycle, with higher priority for internet-facing Linux hosts, shared platforms, and systems protecting high-value secrets. Escalate only if your vendor reports exploitation or materially broader impact.

Technical view

The Linux kernel ChaCha implementation kept a local permuted_state variable after permutation. The upstream rationale says the permutation is invertible, so permuted_state is enough to compute the original state and key. Stable kernel commits explicitly zeroize permuted_state before scope exit. CVSS is 7.5, confidentiality impact high.

Likely exposure

Exposure is limited to Linux kernel versions carrying the affected ChaCha code and lacking the referenced stable fixes. The source bundle lists Linux as affected across multiple kernel version lines, but distro backports may change exposure. Appliance, cloud, container-host, and embedded Linux fleets should be checked through vendor kernel advisories.

Exploitation context

CVE metadata rates this as network exploitable with low complexity and no privileges. However, the provided public sources do not describe a concrete exploit path or proof of active exploitation. CISA KEV status is false in the bundle. Treat it as a high-confidence confidentiality hardening fix, not confirmed in-the-wild activity.

Researcher notes

The public record is code-fix focused. It identifies a secret lifetime issue in lib/crypto/chacha and provides stable commit references. It does not provide CWE mapping, exploit details, or full affected-version clarity. CVSS suggests serious confidentiality risk, but practical exploitability is not substantiated in the provided sources.

Mitigation direction

  • Apply Linux kernel updates from your distribution or kernel vendor when available.
  • Prioritize hosts handling sensitive cryptographic workloads or multi-tenant workloads.
  • Confirm updates include one of the referenced stable kernel fixes.
  • If no vendor package exists, follow vendor guidance for supported backports.

Validation and detection

  • Inventory running Linux kernel versions across servers, appliances, and embedded systems.
  • Check distro advisories or changelogs for CVE-2026-43336 or the ChaCha zeroization fix.
  • Compare deployed kernel source against the referenced stable commits where applicable.
  • Document exceptions where vendors state the fix was backported or the system is unaffected.
Prepared
Confidence
medium
Sources
10

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-43336 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
9Source 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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2026-43336Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxc08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3, c08d0e647305c3f8f640010a56c9e4bafb9488d3unaffected
LinuxLinux4.2, 0, 5.10.253, 5.15.203, 6.1.169, 6.6.135, 6.12.82, 6.18.22, 6.19.12, 7.0affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.