CVE-2022-49032: iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
In the Linux kernel, the following vulnerability has been resolved:
iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
KASAN report out-of-bounds read as follows:
BUG: KASAN: global-out-of-bounds in afe4404_read_raw+0x2ce/0x380
Read of size 4 at addr ffffffffc00e4658 by task cat/278
Call Trace:
afe4404_read_raw
iio_read_channel_info
dev_attr_show
The buggy address belongs to the variable:
afe4404_channel_leds+0x18/0xffffffffffffe9c0
This issue can be reproduce by singe command:
$ cat /sys/bus/i2c/devices/0-0058/iio\:device0/in_intensity6_raw
The array size of afe4404_channel_leds and afe4404_channel_offdacs
are less than channels, so access with chan->address cause OOB read
in afe4404_[read|write]_raw. Fix it by moving access before use them.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49032 is a Linux kernel bug in the AFE4404 health-sensor driver. A local user with access to the relevant IIO sensor interface could trigger an out-of-bounds kernel memory read. The sources do not provide CVSS scoring, impact beyond the KASAN report, or evidence of active exploitation.
Executive priority
Treat as a targeted kernel maintenance issue, not an internet-wide emergency. Prioritize patch validation for embedded, medical, wearable, or hardware-control environments using AFE4404 sensors. Broader enterprise urgency depends on whether the affected driver is present.
Technical view
The bug is in afe4404_read_raw and afe4404_write_raw. The driver indexed afe4404_channel_leds and afe4404_channel_offdacs with chan->address even though those arrays are smaller than the channel set. The kernel stable fixes move access before unsafe use, preventing the out-of-bounds read.
Likely exposure
Exposure is likely limited to Linux systems using or enabling the AFE4404 IIO health sensor driver, especially embedded or hardware-integrated deployments. Generic servers without that driver or device are less likely exposed, but the source bundle does not define distribution-level package status.
Exploitation context
The public record includes a local reproduction through a sysfs IIO sensor attribute and a KASAN out-of-bounds read report. KEV is false, and the supplied sources do not show active exploitation, public weaponization, privilege escalation, or remote attack paths.
Researcher notes
Key unknowns are impact severity, reachable deployments, and whether the out-of-bounds read leaks meaningful data or only triggers diagnostics. The CVE record supplies stable commit references but no CVSS, CWE, exploit activity, or distro-specific fixed package versions.
Mitigation direction
Update affected Linux kernels to builds containing the referenced stable fixes.
Check distribution or device-vendor advisories for supported kernel backports.
Prioritize systems with AFE4404 hardware or the AFE4404 IIO driver enabled.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-49032 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.