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