Linux · Linux Kernel · CVE-2022-49249
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A issue in the Linux kernel has been resolved, specifically in the ASoC: codecs: wc938x component. The problem occurred when accessing enums using integers, which resulted in array out of bounds access on certain platforms, such as aarch64, where the size of long is 8 bytes compared to the enum size of 4 bytes.
**Recommendations**
To resolve this issue, use enumerated items instead of integers when accessing enums.