HomeDefectsLIN1024-21168
Acknowledged

LIN1024-21168 : Security Advisory - linux - CVE-2026-43033

Created: May 12, 2026    Updated: May 14, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption  When decrypting data that is not in-place (src != dst), there is no need to save the high-order sequence bits in dst as it could simply be re-copied from the source.  However, the data to be hashed need to be rearranged accordingly.   Thanks,