Bug 2513134 (CVE-2026-68089) - CVE-2026-68089 kernel: iio: core: fix uninitialized data in debugfs
Summary: CVE-2026-68089 kernel: iio: core: fix uninitialized data in debugfs
Keywords:
Status: NEW
Alias: CVE-2026-68089
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:01 UTC by OSIDB Bzimport
Modified: 2026-08-11 09:50 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:01:28 UTC
In the Linux kernel, the following vulnerability has been resolved:

iio: core: fix uninitialized data in debugfs

If *ppos is non-zero then simple_write_to_buffer() will not initialize
the start of buf[].  Non zero values for *ppos aren't going to work
anyway.  Test for them at the start of the function and return -EINVAL.


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