CVE-2026-63793
Received Received - Intake

NTFS Volume Label Race Condition Fix

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

Publication date: 2026-07-19

Last updated on: 2026-07-20

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-20
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a use-after-free issue in the NTFS file system. It occurs when the volume label is accessed concurrently by two operations: FS_IOC_SETFSLABEL (which replaces the label) and FS_IOC_GETTSLABEL (which reads the label). Without proper synchronization, this can lead to a use-after-free condition where the label is freed while still being accessed.

Detection Guidance

This vulnerability is specific to the Linux kernel's NTFS implementation and involves a use-after-free condition during concurrent access to volume labels. Detection requires checking kernel version and NTFS-related processes. Use 'uname -a' to check kernel version and 'lsmod | grep ntfs' to verify NTFS module loading. Monitor kernel logs for NTFS-related errors with 'dmesg | grep -i ntfs'.

Impact Analysis

This vulnerability could allow an attacker to cause a system crash or execute arbitrary code with kernel privileges by exploiting the race condition during label access. This may lead to denial-of-service or potential privilege escalation on affected systems.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it involves a use-after-free issue in the Linux kernel's NTFS filesystem related to volume label access serialization. No evidence suggests it impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Apply the latest kernel update from your distribution to patch the NTFS use-after-free vulnerability. If immediate patching is not possible, avoid concurrent use of FS_IOC_SETFSLABEL and FS_IOC_GETFSLABEL commands. Restrict access to these ioctl operations if feasible.

Chat Assistant

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

EPSS Chart