CVE-2026-43336
HIGHlib/crypto: chacha: Zeroize permuted_state before it leaves scope
Title source: cnaDescription
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.
References (8)
Core 8
Core References
Scores
CVSS v3
7.5
EPSS
0.0005
EPSS Percentile
14.2%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Details
Status
published
Products (20)
Linux/Linux
< 4.2
Linux/Linux
4.2
Linux/Linux
5.10.253 - 5.10.*
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
6.1.169 - 6.1.*
Linux/Linux
6.12.82 - 6.12.*
Linux/Linux
6.18.22 - 6.18.*
Linux/Linux
6.19.12 - 6.19.*
Linux/Linux
6.6.135 - 6.6.*
Linux/Linux
7.0
... and 10 more
Published
May 08, 2026
Tracked Since
May 08, 2026