CVE-2022-49031
Published: Oct 21, 2024
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected b36e8257641a043764c62240316610c81e36376c - < 98afcb5f3be645d330c74c5194ba0d80e26f95e0affected b36e8257641a043764c62240316610c81e36376c - < c9268df36818ee4eaaaeadc80009b442a5ca69c9affected b36e8257641a043764c62240316610c81e36376c - < 726fa3e4ab97dcff1c745bdc4fb137366cb8d3dfaffected b36e8257641a043764c62240316610c81e36376c - < 2d6a437064ffbe685c67ddb16dfc0946074c6c3faffected b36e8257641a043764c62240316610c81e36376c - < b1756af172fb80a3edc143772d49e166ec691b6c+3 more versions |
Linux | Linux | affected 4.8unaffected 0 - < 4.8unaffected 4.9.335 - <= 4.9.*unaffected 4.14.301 - <= 4.14.*unaffected 4.19.268 - <= 4.19.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now