CVE-2026-68089
Received Received - Intake

Linux Kernel IIO Core Debugfs Uninitialized Data Vulnerability

Vulnerability report for CVE-2026-68089, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a vulnerability in the Linux kernel's IIO (Industrial I/O) core subsystem. It involves uninitialized data in debugfs due to improper handling of the file position pointer (*ppos). When *ppos is non-zero, the function simple_write_to_buffer() fails to initialize the start of the buffer, potentially exposing sensitive data or causing undefined behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's IIO (Industrial I/O) subsystem and may not have direct network detection methods. Check kernel logs for errors related to IIO or debugfs operations. Commands like dmesg | grep -i iio or journalctl -k | grep -i iio may help identify issues.

Impact Analysis

The impact depends on how the affected kernel is used. If debugfs is enabled and accessible, an attacker with local access could potentially read uninitialized kernel memory, leading to information disclosure. This could expose sensitive data like passwords, encryption keys, or other system information.

Mitigation Strategies

Update your Linux kernel to the latest stable version provided by your distribution to ensure the fix is applied. If immediate patching is not possible, avoid using debugfs for IIO devices as a temporary workaround.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68089. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart