In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers
Channel numbering must start at 0 and then not have any holes, or
it is possible to overflow the available storage. Note this bug was
introduced as part of a fix to ensure we didn't rely on the ordering
of child nodes. So we need to support arbitrary ordering but they all
need to be there somewhere.
Note I hit this when using qemu to test the rest of this series.
Arguably this isn't the best fix, but it is probably the most minimal
option for backporting etc.
Alexandru's sign-off is here because he carried this patch in a larger
set that Jonathan then applied.
Metrics
Affected Vendors & Products
References
History
Wed, 06 Nov 2024 16:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-120 | |
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-03-25T09:16:23.741Z
Updated: 2024-11-06T15:29:32.072Z
Reserved: 2024-03-25T09:12:14.111Z
Link: CVE-2021-47172
Vulnrichment
Updated: 2024-08-04T05:24:40.144Z
NVD
Status : Awaiting Analysis
Published: 2024-03-25T10:15:08.967
Modified: 2024-11-21T06:35:33.073
Link: CVE-2021-47172
Redhat