CVE-2026-49429
Analyzed Analyzed - Analysis Complete

Heap Overflow in ZFS via ZFS_IOC_USERSPACE_MANY ioctl

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

Publication date: 2026-08-19

Last updated on: 2026-09-01

Assigner: FreeBSD

Description

The ZFS_IOC_USERSPACE_MANY ioctl, used by zfs-userspace(8), truncated a 64-bit output buffer size to a 32-bit integer for the kernel allocation, but used the original 64-bit size as the buffer limit when writing records. A local user with the "userused" delegated ZFS permission can trigger a kernel heap overflow via the ZFS_IOC_USERSPACE_MANY ioctl, potentially escalating privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-09-01
Generated
2026-09-08
AI Q&A
2026-08-19
EPSS Evaluated
2026-09-07
NVD
EUVD

Affected Vendors & Products

Showing 38 associated CPEs
Vendor Product Version / Range
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 15.0
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.0
freebsd freebsd 14.3
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.1
freebsd freebsd 14.4
freebsd freebsd 15.0
freebsd freebsd 15.1
freebsd freebsd 15.1
freebsd freebsd 14.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a kernel heap overflow in the ZFS_IOC_USERSPACE_MANY ioctl due to a 64-bit buffer size being truncated to 32-bit for kernel allocation but used as a 64-bit limit when writing records. A local user with the 'userused' delegated ZFS permission can exploit this to trigger a heap overflow and potentially escalate privileges.

Detection Guidance

This vulnerability can only be detected by checking the ZFS version and patch status on systems running OpenZFS. Use commands like 'zfs version' or 'pkg info zfs' to verify if your system is affected. Systems not using ZFS are unaffected.

Impact Analysis

If you are a local user with 'userused' delegated ZFS permissions on a vulnerable system, an attacker could exploit this flaw to execute arbitrary code in the kernel, leading to privilege escalation. This could allow unauthorized access to sensitive data or system control.

Compliance Impact

This vulnerability allows local users with specific ZFS permissions to escalate privileges via kernel heap overflow. While not directly impacting GDPR or HIPAA compliance, such privilege escalation could lead to unauthorized data access or modification, potentially violating these regulations if sensitive data is involved.

Mitigation Strategies

Upgrade affected systems to patched OpenZFS versions dated after June 30, 2026, using pkg, freebsd-update, or source patches. Reboot the system after applying updates. Systems not using ZFS require no action.

Chat Assistant

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

EPSS Chart