CVE-2022-49249

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49249
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49249.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49249
Downstream
Related
Published
2025-02-26T07:01:01Z
Modified
2025-09-22T20:53:39Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages