AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68089

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's IIO core allows for the potential exposure of uninitialized data in debugfs when the *ppos parameter is non-zero, leading to undefined behavior. This flaw could impact systems relying on the IIO subsystem for data input/output operations, potentially compromising data integrity or system stability. Linux administrators and developers utilizing affected kernel versions should prioritize applying the relevant patches to mitigate risks associated with this vulnerability.

CVE
CVE-2026-68089
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD 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.