PatchSiren cyber security CVE debrief
CVE-2026-43336 Git CVE debrief
CVE-2026-43336 concerns a Linux kernel ChaCha implementation cleanup issue: a local stack variable named permuted_state was left intact after permutation, and because the permutation is invertible, the original state—and therefore key material—could be reconstructed from that temporary if stack contents were exposed. The fix explicitly zeroizes the buffer before it leaves scope to reduce residual secret material on the stack.
- Vendor
- Git
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-08
- Original CVE updated
- 2026-05-11
- Advisory published
- 2026-05-08
- Advisory updated
- 2026-05-11
Who should care
Kernel maintainers, distro security teams, embedded vendors, and operators relying on Linux kernel crypto or RNG paths should track this issue and ensure the fix is backported where needed.
Technical summary
The CVE description says the local variable permuted_state in lib/crypto/chacha can be used to recover the original state after the ChaCha permutation because the permutation is invertible. The remediation wipes this temporary before scope exit to reduce residual secret material on the stack. The supplied corpus does not describe a concrete exploit chain, only the confidentiality concern and the code-level hardening change.
Defensive priority
High, especially for environments that depend on Linux kernel crypto or RNG behavior and for systems where kernel stack disclosure would materially increase risk.
Recommended defensive actions
- Identify affected kernel builds in your fleet, including vendor and distribution backports, rather than relying only on upstream version numbers.
- Apply the kernel fix or the appropriate stable backport referenced by the official kernel.org commit links in the source corpus.
- Rebuild, redeploy, and verify running kernels after patching; prioritize systems handling sensitive cryptographic material.
- Review adjacent kernel crypto/RNG code paths for similar stack-secret zeroization gaps and incorporate hardening checks into your patch review process.
Evidence notes
The supplied corpus shows CVE publication at 2026-05-08T14:16:43.383Z and modification at 2026-05-11T08:16:10.140Z. NVD records the issue with CVSS 3.1 vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N and links to official kernel.org stable references for the fix. The description states that permuted_state is sufficient to recover the original state because the ChaCha permutation is invertible, and that the remediation is to explicitly zeroize the temporary before it leaves scope. No KEV listing, ransomware linkage, or exploit details are present in the supplied corpus.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43336 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43336
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43336 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43336
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/066c760acead1fb743bae294dbd89f479ae43b9b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1933249263c3a98df79992f61a566476e4163bcc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1d761e5a7340c46479fb2399598f331e4fe2c633
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/91999af43ca2125e3b2c18fcfc02912ada02efc3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b416a4245f04a450c67a13e6d96056c37c5b33fe
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/bd62d9b44464a6c20a34a74068e7a784d0afa04a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e5046823f8fa3677341b541a25af2fcb99a5b1e0
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.