CVE-2026-49430

Summary

The ZFS_IOC_RECV_NEW ioctl, in the heal receive path, similarly truncated a 64-bit payload size to a 32-bit integer for allocation, then used the original 64-bit size as the length for a byteswap operation.

A local user with the "receive" delegated ZFS permission can trigger kernel memory corruption via ZFS_IOC_RECV_NEW by sending a crafted receive stream in heal mode.

Affected Software

VendorProductVersion RangeStatus
FreeBSDFreeBSD15.1-RELEASE < p1affected
FreeBSDFreeBSD15.0-RELEASE < p11affected
FreeBSDFreeBSD14.4-RELEASE < p7affected
FreeBSDFreeBSD14.3-RELEASE < p16affected

Weaknesses

  • CWE-122: CWE-122: Heap-based Buffer Overflow

References