CVE-2026-43336
Published: May 8, 2026
Modified: May 11, 2026
CVSS v3.1
7.5
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected c08d0e647305c3f8f640010a56c9e4bafb9488d3 - < e90ee961af515a484f091678ce58a4c3f7b73b02affected c08d0e647305c3f8f640010a56c9e4bafb9488d3 - < b416a4245f04a450c67a13e6d96056c37c5b33feaffected c08d0e647305c3f8f640010a56c9e4bafb9488d3 - < bd62d9b44464a6c20a34a74068e7a784d0afa04aaffected c08d0e647305c3f8f640010a56c9e4bafb9488d3 - < 066c760acead1fb743bae294dbd89f479ae43b9baffected c08d0e647305c3f8f640010a56c9e4bafb9488d3 - < 1d761e5a7340c46479fb2399598f331e4fe2c633+3 more versions |
Linux | Linux | affected 4.2unaffected 0 - < 4.2unaffected 5.10.253 - <= 5.10.*unaffected 5.15.203 - <= 5.15.*unaffected 6.1.169 - <= 6.1.*+5 more versions |
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now