Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.11, < 5.15.33 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0ea5eff7c6063a8f124188424f8e4c6727f35051Patch
- https://git.kernel.org/stable/c/4a799972a283ab4ec031041304d7e2d34e1a16ebPatch
- https://git.kernel.org/stable/c/966408e37d84b762d11978b7bfb03fff0c6222adPatch
- https://git.kernel.org/stable/c/c0099bbf8bc85d30c4cf38220fca3c8d4253fa7fPatch
FAQ
What is CVE-2022-49251?
CVE-2022-49251 is a vulnerability with a CVSS score of 7.1 (HIGH). 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...
How severe is CVE-2022-49251?
CVE-2022-49251 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-49251?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.