VDB
DEBIAN-CVE-2024-57911
DEBIAN-CVE-2024-57911
PUBLISHED
CVSS 7.099999904632568 HIGH
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.
Risk Scores
CVSS 3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.112-1, 6.1.106-3, 6.1.106-3 |
| Debian:12 | linux | 6.1.99-1, 6.1.90-1, 6.1.85-1 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.84-1, 5.10.92-1, 5.10.92-1 |
| Debian:13 | linux | 0, 0 |
Timeline
- Jan 19, 2025 CVE Published
- Apr 28, 2026 CVE Updated