CVE-2024-57910
Last modified
CVE-2024-57910 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.132, < 5.4.290 | — |
| Linux | Linux Kernel | >= 5.10.50, < 5.10.234 | — |
| Linux | Linux Kernel | >= 5.12.17, < 5.13 | — |
| Linux | Linux Kernel | >= 5.13.2, < 5.15.177 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.125 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.72 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.10 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-57910?
How severe is CVE-2024-57910?
How do I fix CVE-2024-57910?
Are you affected by CVE-2024-57910?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
