CVE-2022-49031
Linux IIO Framework Out-of-Bounds Read
Description
In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403_read_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403_read_raw+0x42e/0x4c0 Read of size 4 at addr ffffffffc02ac638 by task cat/279 Call Trace: afe4403_read_raw iio_read_channel_info dev_attr_show The buggy address belongs to the variable: afe4403_channel_leds+0x18/0xffffffffffffe9e0 This issue can be reproduced by singe command: $ cat /sys/bus/spi/devices/spi0.0/iio\:device0/in_intensity6_raw The array size of afe4403_channel_leds is less than channels, so access with chan->address cause OOB read in afe4403_read_raw. Fix it by moving access before use it.
INFO
Published Date :
Oct. 21, 2024, 8:15 p.m.
Last Modified :
Oct. 24, 2024, 4:03 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.2
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-49031
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-49031
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-49031
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Oct. 24, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H Changed Reference Type https://git.kernel.org/stable/c/06c6ce21cec77dfa860d57e7a006000a57812efb No Types Assigned https://git.kernel.org/stable/c/06c6ce21cec77dfa860d57e7a006000a57812efb Patch Changed Reference Type https://git.kernel.org/stable/c/2d6a437064ffbe685c67ddb16dfc0946074c6c3f No Types Assigned https://git.kernel.org/stable/c/2d6a437064ffbe685c67ddb16dfc0946074c6c3f Patch Changed Reference Type https://git.kernel.org/stable/c/58143c1ed5882c138a3cd2251a336fc8755f23d9 No Types Assigned https://git.kernel.org/stable/c/58143c1ed5882c138a3cd2251a336fc8755f23d9 Patch Changed Reference Type https://git.kernel.org/stable/c/726fa3e4ab97dcff1c745bdc4fb137366cb8d3df No Types Assigned https://git.kernel.org/stable/c/726fa3e4ab97dcff1c745bdc4fb137366cb8d3df Patch Changed Reference Type https://git.kernel.org/stable/c/98afcb5f3be645d330c74c5194ba0d80e26f95e0 No Types Assigned https://git.kernel.org/stable/c/98afcb5f3be645d330c74c5194ba0d80e26f95e0 Patch Changed Reference Type https://git.kernel.org/stable/c/b1756af172fb80a3edc143772d49e166ec691b6c No Types Assigned https://git.kernel.org/stable/c/b1756af172fb80a3edc143772d49e166ec691b6c Patch Changed Reference Type https://git.kernel.org/stable/c/c9268df36818ee4eaaaeadc80009b442a5ca69c9 No Types Assigned https://git.kernel.org/stable/c/c9268df36818ee4eaaaeadc80009b442a5ca69c9 Patch Changed Reference Type https://git.kernel.org/stable/c/e7e76a77aabef8989cbc0a8417af1aa040620867 No Types Assigned https://git.kernel.org/stable/c/e7e76a77aabef8989cbc0a8417af1aa040620867 Patch Added CWE NIST CWE-125 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.8 up to (excluding) 4.9.335 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.10 up to (excluding) 4.14.301 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.15 up to (excluding) 4.19.268 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.226 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.158 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.82 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.0.12 *cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc6:*:*:*:*:*:* -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Oct. 21, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403_read_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403_read_raw+0x42e/0x4c0 Read of size 4 at addr ffffffffc02ac638 by task cat/279 Call Trace: afe4403_read_raw iio_read_channel_info dev_attr_show The buggy address belongs to the variable: afe4403_channel_leds+0x18/0xffffffffffffe9e0 This issue can be reproduced by singe command: $ cat /sys/bus/spi/devices/spi0.0/iio\:device0/in_intensity6_raw The array size of afe4403_channel_leds is less than channels, so access with chan->address cause OOB read in afe4403_read_raw. Fix it by moving access before use it. Added Reference kernel.org https://git.kernel.org/stable/c/98afcb5f3be645d330c74c5194ba0d80e26f95e0 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/c9268df36818ee4eaaaeadc80009b442a5ca69c9 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/726fa3e4ab97dcff1c745bdc4fb137366cb8d3df [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/2d6a437064ffbe685c67ddb16dfc0946074c6c3f [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/b1756af172fb80a3edc143772d49e166ec691b6c [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e7e76a77aabef8989cbc0a8417af1aa040620867 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/06c6ce21cec77dfa860d57e7a006000a57812efb [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/58143c1ed5882c138a3cd2251a336fc8755f23d9 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-49031
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-49031
weaknesses.