CVE-2022-49251

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49251
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49251.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49251
Downstream
Related
Published
2025-02-26T07:01:02Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ASoC: codecs: va-macro: 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.

References

Affected packages