CVE-2026-79619
Received Received - Intake

OpenZFS ioctl Authorization Bypass via Unprivileged Namespace

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

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: Canonical Ltd.

Description

On Linux, several OpenZFS ioctl authorization checks accept a capability held only within a user-created, unprivileged namespace as equivalent to real host privilege, allowing an unprivileged local user to perform operations that should require root. Affected operations include pool-administrative operations (eg create, import, destroy), pool event log access (zpool events) and fault injection (zinject). Exploiting the problem requires only that the local user is permitted to open /dev/zfs (governed by local device permissions) and that the kernel permits unprivileged user namespace creation. No prior access to the target pool or its underlying devices is needed.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows an unprivileged local user on Linux to perform privileged OpenZFS operations by exploiting weak authorization checks in ioctl functions. These checks incorrectly treat capabilities from user-created namespaces as equivalent to host root privileges, enabling actions like pool creation, import, destruction, event log access, and fault injection without proper authorization.

Detection Guidance

This vulnerability can be detected by checking if unprivileged users can perform ZFS administrative operations. Verify if /dev/zfs is accessible to non-root users and test if operations like zpool create or zpool events work without root privileges. Use commands like ls -l /dev/zfs to check permissions and zpool list to see accessible pools.

Impact Analysis

An attacker with local access could gain unauthorized control over ZFS pools, manipulate data, inject faults, or extract sensitive information from event logs. This requires only the ability to open /dev/zfs and create user namespaces, which may be possible even without root access on vulnerable systems.

Mitigation Strategies

Restrict access to /dev/zfs by setting proper permissions (e.g., chmod 600 /dev/zfs). Disable unprivileged user namespace creation if not required (check kernel parameters like kernel.unprivileged_userns_clone). Update OpenZFS to a patched version that enforces global zone scoping for administrative operations.

Chat Assistant

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

EPSS Chart