CVE-2024-57911
VMware iio Information Leak Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc() and it is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses iio_for_each_active_channel() to assign new values. Use kzalloc for the memory allocation to avoid pushing uninitialized information to userspace.
INFO
Published Date :
Jan. 19, 2025, 12:15 p.m.
Last Modified :
Feb. 3, 2025, 2:51 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-57911 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-57911
.
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-57911
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-57911
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) 4.5 up to (excluding) 5.4.290 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.234 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 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/006073761888a632c5d6f93e47c41760fa627f77 No Types Assigned https://git.kernel.org/stable/c/006073761888a632c5d6f93e47c41760fa627f77 Patch Changed Reference Type https://git.kernel.org/stable/c/03fa47621bf8fcbf5994c5716021527853f9af3d No Types Assigned https://git.kernel.org/stable/c/03fa47621bf8fcbf5994c5716021527853f9af3d Patch Changed Reference Type https://git.kernel.org/stable/c/333be433ee908a53f283beb95585dfc14c8ffb46 No Types Assigned https://git.kernel.org/stable/c/333be433ee908a53f283beb95585dfc14c8ffb46 Patch Changed Reference Type https://git.kernel.org/stable/c/74058395b2c63c8a438cf199d09094b640f8c7f4 No Types Assigned https://git.kernel.org/stable/c/74058395b2c63c8a438cf199d09094b640f8c7f4 Patch Changed Reference Type https://git.kernel.org/stable/c/b0642d9c871aea1f28eb02cd84d60434df594f67 No Types Assigned https://git.kernel.org/stable/c/b0642d9c871aea1f28eb02cd84d60434df594f67 Patch Changed Reference Type https://git.kernel.org/stable/c/e1c1e8c05010103c9c9ea3e9c4304b0b7e2c8e4a No Types Assigned https://git.kernel.org/stable/c/e1c1e8c05010103c9c9ea3e9c4304b0b7e2c8e4a Patch Changed Reference Type https://git.kernel.org/stable/c/ea703cda36da0dacb9a2fd876370003197d8a019 No Types Assigned https://git.kernel.org/stable/c/ea703cda36da0dacb9a2fd876370003197d8a019 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/03fa47621bf8fcbf5994c5716021527853f9af3d Added Reference https://git.kernel.org/stable/c/e1c1e8c05010103c9c9ea3e9c4304b0b7e2c8e4a -
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/006073761888a632c5d6f93e47c41760fa627f77 -
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: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer The 'data' array is allocated via kmalloc() and it is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses iio_for_each_active_channel() to assign new values. Use kzalloc for the memory allocation to avoid pushing uninitialized information to userspace. Added Reference https://git.kernel.org/stable/c/333be433ee908a53f283beb95585dfc14c8ffb46 Added Reference https://git.kernel.org/stable/c/74058395b2c63c8a438cf199d09094b640f8c7f4 Added Reference https://git.kernel.org/stable/c/b0642d9c871aea1f28eb02cd84d60434df594f67 Added Reference https://git.kernel.org/stable/c/ea703cda36da0dacb9a2fd876370003197d8a019
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-57911
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-57911
weaknesses.