Security Advisory

CVE-2022-49249

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:56:07
Last updated 2026-05-11 18:56:02
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeof(long) is 8 compared to enum size which is 4 bytes. Fix this by using enumerated items instead of integers.