CVE-2022-48927
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: tsc2046: fix memory corruption by preventing array overflow
On one side we have indio_dev->num_channels includes all physical channels + timestamp channel. On other side we have an array allocated only for physical channels. So, fix memory corruption by ARRAY_SIZE() instead of num_channels variable.
Note the first case is a cleanup rather than a fix as the software timestamp channel bit in active_scanmask is never set by the IIO core.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 9374e8f5a38defe90bc65b2decf317c1c62d91dd < 0cb9b2f73c182d242a640e512f4785c7c504512f | affected |
| Linux | Linux | 9374e8f5a38defe90bc65b2decf317c1c62d91dd < 082d2c047b0d305bb0b6e9f9d671a09470e2db2d | affected |
| Linux | Linux | 9374e8f5a38defe90bc65b2decf317c1c62d91dd < b7a78a8adaa8849c02f174d707aead0f85dca0da | affected |
| Linux | Linux | 5.14 | affected |
| Linux | Linux | 0 < 5.14 | unaffected |
| Linux | Linux | 5.15.26 <= 5.15.* | unaffected |
| Linux | Linux | 5.16.12 <= 5.16.* | unaffected |
| Linux | Linux | 5.17 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/0cb9b2f73c182d242a640e512f4785c7c504512f
- https://git.kernel.org/stable/c/082d2c047b0d305bb0b6e9f9d671a09470e2db2d
- https://git.kernel.org/stable/c/b7a78a8adaa8849c02f174d707aead0f85dca0da
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.