CVE 7.5 HIGH

lib/crypto: chacha: Zeroize permuted_state before it leaves scope_CVE-2026-43336

7.5 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

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.

Basic Information

ID CVE-2026-43336
Source Linux
Published May 8, 2026 at 13:31
Modified May 11, 2026 at 06:33

Affected Product

Vendor Linux
Product Linux
Version c08d0e647305c3f8f640010a56c9e4bafb9488d3
Affected Versions Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux c08d0e647305c3f8f640010a56c9e4bafb9488d3
Linux Linux 4.2

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.