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.0043
EPSS Percentile
34.4%
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 (27)
linux/Kernel
4.2.0 - 5.10.253linux
linux/Kernel
5.11.0 - 5.15.203linux
linux/Kernel
5.16.0 - 6.1.169linux
linux/Kernel
6.13.0 - 6.18.22linux
linux/Kernel
6.19.0 - 6.19.12linux
linux/Kernel
6.2.0 - 6.6.135linux
linux/Kernel
6.7.0 - 6.12.82linux
Linux/Linux
< 4.2
Linux/Linux
4.2
Linux/Linux
5.10.253 - 5.10.*
... and 17 more
Published
May 08, 2026
Tracked Since
May 08, 2026