Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.12, < 5.15.33 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/7e3629e256d1cabf801d00050550ade4d036cafePatch
- https://git.kernel.org/stable/c/aed43e92e4b9187029903880d5db608f7fa1c53cPatch
- https://git.kernel.org/stable/c/bcfe5f76cc4051ea3f9eb5d2c8ea621641f290a5Patch
- https://git.kernel.org/stable/c/eb15c6ea692fd88d70698d874d9a0d667fb4cde9Patch
FAQ
What is CVE-2022-49252?
CVE-2022-49252 is a vulnerability with a CVSS score of 7.1 (HIGH). 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...
How severe is CVE-2022-49252?
CVE-2022-49252 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49252?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.