CVE-2026-63793 (GCVE-0-2026-63793)

Vulnerability from cvelistv5 – Published: 2026-07-19 12:02 – Updated: 2026-08-17 04:50
VLAI
Title
ntfs: serialize volume label accesses
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_SETFSLABEL replaces the vol->volume_label and FS_IOC_GETTSLABEL reads it concurrently.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9c87959601e80b39a45250e362e6ddfec17cb0fa , < acd744019460bad22e43d4569a502f9c88d331ae (git)
Affected: 9c87959601e80b39a45250e362e6ddfec17cb0fa , < e9e50ce4f13dc721014af622613409455c734942 (git)
guessed Create a notification for this product.
Linux Linux Affected: 7.1
Unaffected: 0 , < 7.1 (semver)
Unaffected: 7.1.3 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/file.c",
            "fs/ntfs/super.c",
            "fs/ntfs/volume.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "acd744019460bad22e43d4569a502f9c88d331ae",
              "status": "affected",
              "version": "9c87959601e80b39a45250e362e6ddfec17cb0fa",
              "versionType": "git"
            },
            {
              "lessThan": "e9e50ce4f13dc721014af622613409455c734942",
              "status": "affected",
              "version": "9c87959601e80b39a45250e362e6ddfec17cb0fa",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs/file.c",
            "fs/ntfs/super.c",
            "fs/ntfs/volume.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "7.1"
            },
            {
              "lessThan": "7.1",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.3",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "7.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: serialize volume label accesses\n\nProtect vol-\u003evolume_label with a mutex and snaphost the label before\ncopy_to_user. This prevent a use-after-free when FS_IOC_SETFSLABEL\nreplaces the vol-\u003evolume_label and FS_IOC_GETTSLABEL reads it\nconcurrently."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerability is reached only through the local ioctl(2) syscall on an open file or directory on a mounted legacy NTFS (fs/ntfs) volume; there is no network-facing code path to these handlers.\nAC:L - An attacker controls both sides of the race by concurrently issuing FS_IOC_SETFSLABEL and FS_IOC_GETFSLABEL from separate threads or file descriptors, making the use-after-free reliably triggerable without conditions outside attacker control.\nPR:L - Exploitation requires CAP_SYS_ADMIN to call FS_IOC_SETFSLABEL (which performs the kfree), but that capability is obtainable by an unprivileged user via user namespaces or privileged containers, and mounting NTFS for ioctl access does not require init-namespace root.\nUI:N - No victim interaction is required; the attacker opens a file on the NTFS mount and races the label get/set ioctls themselves, including on auto-mounted dual-boot or shared-workstation NTFS partitions.\nS:U - The use-after-free corrupts kernel heap memory within the same kernel security authority and does not cross VM, container, or IOMMU boundaries on its own.\nC:H - The bug is a kmalloc use-after-free where the read path calls strlen() and copy_to_user() on freed memory, enabling disclosure of adjacent heap contents to userspace and supporting further info-leak primitives.\nI:H - Use-after-free on a kmalloc-allocated volume label string is a standard heap corruption primitive that can be groomed for arbitrary kernel memory writes and potential privilege escalation or code execution.\nA:H - Concurrent access to the freed label pointer can cause kernel oopses or panics during strlen() or copy_to_user(), and UAF corruption inherently threatens system availability even before full exploitation."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T04:50:57.837Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/acd744019460bad22e43d4569a502f9c88d331ae"
        },
        {
          "url": "https://git.kernel.org/stable/c/e9e50ce4f13dc721014af622613409455c734942"
        }
      ],
      "title": "ntfs: serialize volume label accesses",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-63793",
    "datePublished": "2026-07-19T12:02:02.946Z",
    "dateReserved": "2026-07-19T07:54:57.012Z",
    "dateUpdated": "2026-08-17T04:50:57.837Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-63793",
      "date": "2026-09-21",
      "epss": "0.00165",
      "percentile": "0.06156"
    },
    "microsoft_vex": {
      "current_release_date": "2026-07-20T14:42:04.000Z",
      "cve": "CVE-2026-63793",
      "id": "msrc_CVE-2026-63793",
      "initial_release_date": "2026-07-20T01:02:45.000Z",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "ntfs: serialize volume label accesses",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-63793.json",
      "version": "2"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "fs/ntfs/file.c",
                  "fs/ntfs/super.c",
                  "fs/ntfs/volume.h"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "acd744019460bad22e43d4569a502f9c88d331ae",
                    "status": "affected",
                    "version": "9c87959601e80b39a45250e362e6ddfec17cb0fa",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "e9e50ce4f13dc721014af622613409455c734942",
                    "status": "affected",
                    "version": "9c87959601e80b39a45250e362e6ddfec17cb0fa",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "fs/ntfs/file.c",
                  "fs/ntfs/super.c",
                  "fs/ntfs/volume.h"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "7.1"
                  },
                  {
                    "lessThan": "7.1",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.1.*",
                    "status": "unaffected",
                    "version": "7.1.3",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.2",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F5473F5B-5BCF-40D8-8803-E34E1DF2E42B",
                    "versionEndExcluding": "7.1.3",
                    "versionStartIncluding": "7.1",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: serialize volume label accesses\n\nProtect vol-\u003evolume_label with a mutex and snaphost the label before\ncopy_to_user. This prevent a use-after-free when FS_IOC_SETFSLABEL\nreplaces the vol-\u003evolume_label and FS_IOC_GETTSLABEL reads it\nconcurrently."
          }
        ],
        "id": "CVE-2026-63793",
        "lastModified": "2026-08-17T05:17:15.387",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-07-19T12:16:51.650",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/acd744019460bad22e43d4569a502f9c88d331ae"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/e9e50ce4f13dc721014af622613409455c734942"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Analyzed",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-416"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-07-21T09:07:45+00:00",
      "cve": "CVE-2026-63793",
      "id": "CVE-2026-63793",
      "initial_release_date": "2026-07-19T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ntfs: serialize volume label accesses",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-63793.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-08-06T01:11:41Z",
      "cve": "CVE-2026-63793",
      "id": "CVE-2026-63793",
      "initial_release_date": "2026-07-19T17:35:13Z",
      "product_status:known_not_affected": "286",
      "product_status:recommended": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-63793",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-63793.json",
      "version": "4"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…