CVE-2024-57910
Linux IIO Light VCNL4035 Uninitialized Information Leak
Description
In the Linux kernel, the following vulnerability has been resolved: iio: light: vcnl4035: fix information leak in triggered buffer The 'buffer' local array is used to push data to userspace from a triggered buffer, but it does not set an initial value for the single data element, which is an u16 aligned to 8 bytes. That leaves at least 4 bytes uninitialized even after writing an integer value with regmap_read(). Initialize the array to zero before using it to avoid pushing uninitialized information to userspace.
INFO
Published Date :
Jan. 19, 2025, 12:15 p.m.
Last Modified :
Feb. 3, 2025, 2:48 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.2
Exploitability Score :
1.8
Public PoC/Exploit Available at Github
CVE-2024-57910 has a 1 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-57910
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
DSA and DLA for Debian last 14 days
Python
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-57910
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-57910
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Feb. 03, 2025
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H Added CWE NIST CWE-908 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.4.132 up to (excluding) 5.4.290 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.10.50 up to (excluding) 5.10.234 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.12.17 up to (excluding) 5.13 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.13.2 up to (excluding) 5.15.177 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.125 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.72 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.10 *cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc6:*:*:*:*:*:* Changed Reference Type https://git.kernel.org/stable/c/13e56229fc81051a42731046e200493c4a7c28ff No Types Assigned https://git.kernel.org/stable/c/13e56229fc81051a42731046e200493c4a7c28ff Patch Changed Reference Type https://git.kernel.org/stable/c/47b43e53c0a0edf5578d5d12f5fc71c019649279 No Types Assigned https://git.kernel.org/stable/c/47b43e53c0a0edf5578d5d12f5fc71c019649279 Patch Changed Reference Type https://git.kernel.org/stable/c/47d245be86492974db3aeb048609542167f56518 No Types Assigned https://git.kernel.org/stable/c/47d245be86492974db3aeb048609542167f56518 Patch Changed Reference Type https://git.kernel.org/stable/c/a15ea87d4337479c9446b5d71616f4668337afed No Types Assigned https://git.kernel.org/stable/c/a15ea87d4337479c9446b5d71616f4668337afed Patch Changed Reference Type https://git.kernel.org/stable/c/b0e9c11c762e4286732d80e66c08c2cb3157b06b No Types Assigned https://git.kernel.org/stable/c/b0e9c11c762e4286732d80e66c08c2cb3157b06b Patch Changed Reference Type https://git.kernel.org/stable/c/cb488706cdec0d6d13f2895bcdf0c32b283a7cc7 No Types Assigned https://git.kernel.org/stable/c/cb488706cdec0d6d13f2895bcdf0c32b283a7cc7 Patch Changed Reference Type https://git.kernel.org/stable/c/f6fb1c59776b4263634c472a5be8204c906ffc2c No Types Assigned https://git.kernel.org/stable/c/f6fb1c59776b4263634c472a5be8204c906ffc2c Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Feb. 02, 2025
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/13e56229fc81051a42731046e200493c4a7c28ff Added Reference https://git.kernel.org/stable/c/b0e9c11c762e4286732d80e66c08c2cb3157b06b -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jan. 23, 2025
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/cb488706cdec0d6d13f2895bcdf0c32b283a7cc7 -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jan. 19, 2025
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: iio: light: vcnl4035: fix information leak in triggered buffer The 'buffer' local array is used to push data to userspace from a triggered buffer, but it does not set an initial value for the single data element, which is an u16 aligned to 8 bytes. That leaves at least 4 bytes uninitialized even after writing an integer value with regmap_read(). Initialize the array to zero before using it to avoid pushing uninitialized information to userspace. Added Reference https://git.kernel.org/stable/c/47b43e53c0a0edf5578d5d12f5fc71c019649279 Added Reference https://git.kernel.org/stable/c/47d245be86492974db3aeb048609542167f56518 Added Reference https://git.kernel.org/stable/c/a15ea87d4337479c9446b5d71616f4668337afed Added Reference https://git.kernel.org/stable/c/f6fb1c59776b4263634c472a5be8204c906ffc2c
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-57910
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-57910
weaknesses.