NONE · 0

CVE-2026-68089

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 b...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-68089?

CVE-2026-68089 is a documented vulnerability. 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 b...

How severe is CVE-2026-68089?

CVSS scoring is not yet available for CVE-2026-68089. Check NVD for updates.

Is there a patch for CVE-2026-68089?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.