Bug 2338860 (CVE-2024-57907) - CVE-2024-57907 kernel: iio: adc: rockchip_saradc: fix information leak in triggered buffer
Summary: CVE-2024-57907 kernel: iio: adc: rockchip_saradc: fix information leak in tri...
Keywords:
Status: NEW
Alias: CVE-2024-57907
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-19 12:02 UTC by OSIDB Bzimport
Modified: 2025-02-23 16:55 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-01-19 12:02:53 UTC
In the Linux kernel, the following vulnerability has been resolved:

iio: adc: rockchip_saradc: fix information leak in triggered buffer

The 'data' local struct 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.

Initialize the struct to zero before using it to avoid pushing
uninitialized information to userspace.

Comment 1 Avinash Hanwate 2025-01-20 04:30:37 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025011937-CVE-2024-57907-e5dd@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.