SB20260425200 - Multiple vulnerabilities in libfuse



SB20260425200 - Multiple vulnerabilities in libfuse

Published: April 25, 2026

Security Bulletin ID SB20260425200
Severity
Low
Patch available
YES
Number of vulnerabilities 2
Exploitation vector Local access
Highest impact Code execution

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 2 secuirty vulnerabilities.


1) NULL pointer dereference (CVE-ID: CVE-2026-33179)

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to null pointer dereference in fuse_uring_init_queue when initializing io_uring queue entries after NUMA allocation failure. A local user can trigger allocation failure conditions to cause a denial of service.

Only the io_uring transport is affected; the traditional /dev/fuse path is not affected.


2) Use-after-free (CVE-ID: CVE-2026-33150)

The vulnerability allows a local user to execute arbitrary code.

The vulnerability exists due to use-after-free in the io_uring subsystem of libfuse when io_uring thread creation fails and the session later shuts down. A local user can trigger resource exhaustion that causes thread creation to fail to execute arbitrary code.

The issue can also crash FUSE filesystem processes using the io_uring transport on session shutdown. The io_uring transport must be explicitly enabled, and the trigger is reliable in containerized environments where cgroup pids.max limits constrain thread creation.


Remediation

Install update from vendor's website.