CVE-2022-49251
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…
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.26%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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 3.1
- 7.1 HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
- EPSS
- 0.26% probability · 18th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-125
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
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
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.