Skip to main content

NTFS-3G CVE-2026-46570

MEDIUM
2026-07-15 vendor:ubuntu
Share

Severity by source

vuln.today AI
8.8 HIGH

Local vector because attacker supplies crafted image; SUID-root causes scope change; low privilege reflects standard local user invoking the SUID binary.

3.1 AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
SUSE
7.1 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Lifecycle Timeline

2
Analysis Generated
Jul 16, 2026 - 16:33 vuln.today
CVE Published
Jul 15, 2026 - 00:00 cve.org
MEDIUM

DescriptionCVE.org

In NTFS-3G through 2026.2.25, a heap buffer overflow exists in ntfs_index_walk_down() in libntfs-3g/index.c that allows an attacker to corrupt heap memory in the SUID-root ntfs-3g binary by crafting a malicious NTFS image. The overflow is triggered by reading crafted file metadata.

AnalysisAI

Heap buffer overflow in NTFS-3G through 2026.2.25 allows a local attacker to corrupt heap memory in the SUID-root ntfs-3g binary by supplying a crafted NTFS filesystem image, potentially achieving privilege escalation to root. The flaw resides in the index B-tree traversal function ntfs_index_walk_down() in libntfs-3g/index.c and is triggered during parsing of crafted file metadata. No public exploit code has been identified at time of analysis, but Ubuntu has issued a security advisory (USN-8554-1) and a vendor patch is available.

Technical ContextAI

NTFS-3G is an open-source, FUSE-based NTFS driver that enables Linux and other Unix-like systems to read and write NTFS filesystems. The affected code path is ntfs_index_walk_down() in libntfs-3g/index.c, which traverses NTFS index B-tree structures used to store file metadata such as directory entries and security descriptors. The heap buffer overflow is triggered when the function processes specially crafted index entries from a malicious NTFS image - the metadata values likely exceed expected bounds without adequate size validation, causing a write beyond the allocated heap buffer. Because the ntfs-3g binary ships as SUID-root on most Linux distributions (to allow unprivileged users to mount NTFS volumes), heap corruption in this binary executes in a root-privileged context. No CWE was formally assigned in the provided data, but the root cause class is consistent with CWE-122 (Heap-based Buffer Overflow). Affected versions span all releases through 2026.2.25.

Affected ProductsAI

NTFS-3G through version 2026.2.25 is confirmed affected, specifically the SUID-root ntfs-3g binary and the libntfs-3g shared library. The vulnerable function ntfs_index_walk_down() is located in libntfs-3g/index.c. Ubuntu has confirmed impact and published advisory USN-8554-1 at https://ubuntu.com/security/notices/USN-8554-1. Formal CPE strings were not provided in the available data; affected packages span NTFS-3G as distributed across major Linux distributions including Ubuntu and likely Debian, Fedora, and other distributions that ship ntfs-3g with SUID-root permissions.

RemediationAI

Apply the vendor-released patch as documented in Ubuntu Security Notice USN-8554-1, available at https://ubuntu.com/security/notices/USN-8554-1. Ubuntu users should update their ntfs-3g package to the patched version via the standard package manager (apt-get update && apt-get upgrade ntfs-3g). An exact upstream fix version was not independently confirmed from the provided data beyond 'patch available from vendor.' For systems where an immediate patch cannot be applied, the primary compensating control is removing the SUID bit from the ntfs-3g binary (chmod u-s /usr/bin/ntfs-3g), which eliminates the privilege escalation path but restricts NTFS mounting to root-only; evaluate operational impact before applying this change. Alternatively, restricting access to the ntfs-3g binary to trusted users via group permissions reduces the attack surface without fully breaking functionality. Neither workaround addresses the underlying heap overflow - they only limit who can trigger it with elevated privileges.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 SUSE Linux Enterprise High Performance Computing 15 SP7 SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 Fixed
SUSE Linux Enterprise Module for Basesystem 15 SP7 Fixed
SUSE Linux Enterprise Module for Development Tools 15 SP7 Fixed
SUSE Linux Enterprise Server 12 SP5-LTSS Fixed
SUSE Linux Enterprise Server 15 SP6-LTSS Fixed

Share

CVE-2026-46570 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy