U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2022-48927

Change History

New CVE Received from kernel.org 8/22/2024 12:15:15 AM

Action Type Old Value New Value
Added Description

								
							
							
						
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.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/082d2c047b0d305bb0b6e9f9d671a09470e2db2d [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/0cb9b2f73c182d242a640e512f4785c7c504512f [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/b7a78a8adaa8849c02f174d707aead0f85dca0da [No types assigned]