---
id: CVE-2026-63793
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  ntfs: serialize volume label accesses

  Protect vol->volume_label with a mutex and snaphost the label before
  copy_to_user
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  ntfs: serialize volume label accesses

  Protect vol->volume_label with a mutex and snaphost the label before
  copy_to_user. This prevent a use-after-free when FS_IOC_SETF…
severity: none
published: '2026-07-19'
updated: '2026-07-19'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-63793'
references:
  - url: 'https://git.kernel.org/stable/c/acd744019460bad22e43d4569a502f9c88d331ae'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e9e50ce4f13dc721014af622613409455c734942'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
ingestedAt: '2026-07-19T23:34:10.601Z'
epss: 0.00165
epssPercentile: 0.05059
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

ntfs: serialize volume label accesses

Protect vol->volume_label with a mutex and snaphost the label before
copy_to_user. This prevent a use-after-free when FS_IOC_SETFSLABEL
replaces the vol->volume_label and FS_IOC_GETTSLABEL reads it
concurrently.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
