CVE-2022-49252

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49252
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49252.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49252
Downstream
Related
Published
2025-02-26T07:01:02Z
Modified
2025-09-22T20:55:22Z
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: rx-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