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