GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2025-71067 (GCVE-0-2025-71067)

Vulnerability from cvelistv5 – Published: 2026-01-13 15:31 – Updated: 2026-05-11 21:54
VLAI
Title
ntfs: set dummy blocksize to read boot_block when mounting
Summary
In the Linux kernel, the following vulnerability has been resolved: ntfs: set dummy blocksize to read boot_block when mounting When mounting, sb->s_blocksize is used to read the boot_block without being defined or validated. Set a dummy blocksize before attempting to read the boot_block. The issue can be triggered with the following syz reproducer: mkdirat(0xffffffffffffff9c, &(0x7f0000000080)='./file1\x00', 0x0) r4 = openat$nullb(0xffffffffffffff9c, &(0x7f0000000040), 0x121403, 0x0) ioctl$FS_IOC_SETFLAGS(r4, 0x40081271, &(0x7f0000000980)=0x4000) mount(&(0x7f0000000140)=@nullb, &(0x7f0000000040)='./cgroup\x00', &(0x7f0000000000)='ntfs3\x00', 0x2208004, 0x0) syz_clone(0x88200200, 0x0, 0x0, 0x0, 0x0, 0x0) Here, the ioctl sets the bdev block size to 16384. During mount, get_tree_bdev_flags() calls sb_set_blocksize(sb, block_size(bdev)), but since block_size(bdev) > PAGE_SIZE, sb_set_blocksize() leaves sb->s_blocksize at zero. Later, ntfs_init_from_boot() attempts to read the boot_block while sb->s_blocksize is still zero, which triggers the bug. [almaz.alexandrovich@paragon-software.com: changed comment style, added return value handling]
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 28861e3bbd9e7ac4cd9c811aad71b4d116e27930 , < 0c9327c8abf9c8f046e45008bb43d94d8ee5c6c5 (git)
Affected: 28861e3bbd9e7ac4cd9c811aad71b4d116e27930 , < 44a38eb4f7876513db5a1bccde74de9bc4389d43 (git)
Affected: 28861e3bbd9e7ac4cd9c811aad71b4d116e27930 , < 4fff9a625da958a33191c8553a03283786f9f417 (git)
Affected: 28861e3bbd9e7ac4cd9c811aad71b4d116e27930 , < b3c151fe8f543f1a0b8b5df16ce5d97afa5ec85a (git)
Affected: 28861e3bbd9e7ac4cd9c811aad71b4d116e27930 , < d1693a7d5a38acf6424235a6070bcf5b186a360d (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.15
Unaffected: 0 , < 5.15 (semver)
Unaffected: 6.1.167 , ≤ 6.1.* (semver)
Unaffected: 6.6.120 , ≤ 6.6.* (semver)
Unaffected: 6.12.64 , ≤ 6.12.* (semver)
Unaffected: 6.18.3 , ≤ 6.18.* (semver)
Unaffected: 6.19 , ≤ * (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/ntfs3/super.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0c9327c8abf9c8f046e45008bb43d94d8ee5c6c5",
              "status": "affected",
              "version": "28861e3bbd9e7ac4cd9c811aad71b4d116e27930",
              "versionType": "git"
            },
            {
              "lessThan": "44a38eb4f7876513db5a1bccde74de9bc4389d43",
              "status": "affected",
              "version": "28861e3bbd9e7ac4cd9c811aad71b4d116e27930",
              "versionType": "git"
            },
            {
              "lessThan": "4fff9a625da958a33191c8553a03283786f9f417",
              "status": "affected",
              "version": "28861e3bbd9e7ac4cd9c811aad71b4d116e27930",
              "versionType": "git"
            },
            {
              "lessThan": "b3c151fe8f543f1a0b8b5df16ce5d97afa5ec85a",
              "status": "affected",
              "version": "28861e3bbd9e7ac4cd9c811aad71b4d116e27930",
              "versionType": "git"
            },
            {
              "lessThan": "d1693a7d5a38acf6424235a6070bcf5b186a360d",
              "status": "affected",
              "version": "28861e3bbd9e7ac4cd9c811aad71b4d116e27930",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ntfs3/super.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.15"
            },
            {
              "lessThan": "5.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.167",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.64",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.167",
                  "versionStartIncluding": "5.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.120",
                  "versionStartIncluding": "5.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.64",
                  "versionStartIncluding": "5.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.3",
                  "versionStartIncluding": "5.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19",
                  "versionStartIncluding": "5.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: set dummy blocksize to read boot_block when mounting\n\nWhen mounting, sb-\u003es_blocksize is used to read the boot_block without\nbeing defined or validated. Set a dummy blocksize before attempting to\nread the boot_block.\n\nThe issue can be triggered with the following syz reproducer:\n\n  mkdirat(0xffffffffffffff9c, \u0026(0x7f0000000080)=\u0027./file1\\x00\u0027, 0x0)\n  r4 = openat$nullb(0xffffffffffffff9c, \u0026(0x7f0000000040), 0x121403, 0x0)\n  ioctl$FS_IOC_SETFLAGS(r4, 0x40081271, \u0026(0x7f0000000980)=0x4000)\n  mount(\u0026(0x7f0000000140)=@nullb, \u0026(0x7f0000000040)=\u0027./cgroup\\x00\u0027,\n        \u0026(0x7f0000000000)=\u0027ntfs3\\x00\u0027, 0x2208004, 0x0)\n  syz_clone(0x88200200, 0x0, 0x0, 0x0, 0x0, 0x0)\n\nHere, the ioctl sets the bdev block size to 16384. During mount,\nget_tree_bdev_flags() calls sb_set_blocksize(sb, block_size(bdev)),\nbut since block_size(bdev) \u003e PAGE_SIZE, sb_set_blocksize() leaves\nsb-\u003es_blocksize at zero.\n\nLater, ntfs_init_from_boot() attempts to read the boot_block while\nsb-\u003es_blocksize is still zero, which triggers the bug.\n\n[almaz.alexandrovich@paragon-software.com: changed comment style, added\nreturn value handling]"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T21:54:05.851Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0c9327c8abf9c8f046e45008bb43d94d8ee5c6c5"
        },
        {
          "url": "https://git.kernel.org/stable/c/44a38eb4f7876513db5a1bccde74de9bc4389d43"
        },
        {
          "url": "https://git.kernel.org/stable/c/4fff9a625da958a33191c8553a03283786f9f417"
        },
        {
          "url": "https://git.kernel.org/stable/c/b3c151fe8f543f1a0b8b5df16ce5d97afa5ec85a"
        },
        {
          "url": "https://git.kernel.org/stable/c/d1693a7d5a38acf6424235a6070bcf5b186a360d"
        }
      ],
      "title": "ntfs: set dummy blocksize to read boot_block when mounting",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-71067",
    "datePublished": "2026-01-13T15:31:22.585Z",
    "dateReserved": "2026-01-13T15:30:19.647Z",
    "dateUpdated": "2026-05-11T21:54:05.851Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-71067",
      "date": "2026-09-16",
      "epss": "0.00197",
      "percentile": "0.09715"
    },
    "microsoft_vex": {
      "current_release_date": "2026-02-21T04:15:26.000Z",
      "cve": "CVE-2025-71067",
      "id": "msrc_CVE-2025-71067",
      "initial_release_date": "2026-01-02T00:00:00.000Z",
      "product_status:known_not_affected": "2",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "ntfs: set dummy blocksize to read boot_block when mounting",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-71067.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-71067\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-01-13T16:16:06.077\",\"lastModified\":\"2026-06-17T10:03:35.663\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nntfs: set dummy blocksize to read boot_block when mounting\\n\\nWhen mounting, sb-\u003es_blocksize is used to read the boot_block without\\nbeing defined or validated. Set a dummy blocksize before attempting to\\nread the boot_block.\\n\\nThe issue can be triggered with the following syz reproducer:\\n\\n  mkdirat(0xffffffffffffff9c, \u0026(0x7f0000000080)=\u0027./file1\\\\x00\u0027, 0x0)\\n  r4 = openat$nullb(0xffffffffffffff9c, \u0026(0x7f0000000040), 0x121403, 0x0)\\n  ioctl$FS_IOC_SETFLAGS(r4, 0x40081271, \u0026(0x7f0000000980)=0x4000)\\n  mount(\u0026(0x7f0000000140)=@nullb, \u0026(0x7f0000000040)=\u0027./cgroup\\\\x00\u0027,\\n        \u0026(0x7f0000000000)=\u0027ntfs3\\\\x00\u0027, 0x2208004, 0x0)\\n  syz_clone(0x88200200, 0x0, 0x0, 0x0, 0x0, 0x0)\\n\\nHere, the ioctl sets the bdev block size to 16384. During mount,\\nget_tree_bdev_flags() calls sb_set_blocksize(sb, block_size(bdev)),\\nbut since block_size(bdev) \u003e PAGE_SIZE, sb_set_blocksize() leaves\\nsb-\u003es_blocksize at zero.\\n\\nLater, ntfs_init_from_boot() attempts to read the boot_block while\\nsb-\u003es_blocksize is still zero, which triggers the bug.\\n\\n[almaz.alexandrovich@paragon-software.com: changed comment style, added\\nreturn value handling]\"},{\"lang\":\"es\",\"value\":\"En el n\u00facleo de Linux, se ha solucionado la siguiente vulnerabilidad: ntfs: se establece un tama\u00f1o de bloque ficticio para leer boot_block al montar. Al montar, se utiliza sb-\u0026gt;s_blocksize para leer boot_block sin que est\u00e9 definido ni validado. Establecer un tama\u00f1o de bloque ficticio antes de intentar leer el boot_block. El problema se puede reproducir con el siguiente c\u00f3digo de Syz: mkdirat(0xffffffffffffff9c, \u0026amp;(0x7f0000000080)=\u201c./file1\\\\x00\u201d, 0x0) r4 = openat$nullb(0xffffffffffffff9c, \u0026amp;(0x7f0000000040), 0x121403, 0x0) ioctl$FS_IOC_SETFLAGS(r4, 0x40081271, \u0026amp;(0x7f0000000980)=0x4000) mount(\u0026amp;(0x7f0000000140)=@nullb, \u0026amp;(0x7f0000000040)=\u0027./ cgroup\\\\x00\u0027, \u0026amp;(0x7f0000000000)=\u201cntfs3\\\\x00\u201d, 0x2208004, 0x0) syz_clone(0x88200200, 0x0, 0x0, 0x0, 0x0, 0x0) Aqu\u00ed, el ioctl establece el tama\u00f1o de bloque de bdev en 16384. Durante el montaje, get_tree_bdev_flags() llama a sb_set_blocksize(sb, block_size(bdev)), pero dado que block_size(bdev) \u0026gt; PAGE_SIZE, sb_set_blocksize() deja sb-\u0026gt;s_blocksize en cero. M\u00e1s tarde, ntfs_init_from_boot() intenta leer el boot_block mientras sb-\u0026gt;s_blocksize sigue siendo cero, lo que desencadena el error. [almaz.alexandrovich@paragon-software.com: se ha cambiado el estilo de los comentarios y se ha a\u00f1adido el manejo del valor de retorno]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ntfs3/super.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"28861e3bbd9e7ac4cd9c811aad71b4d116e27930\",\"lessThan\":\"0c9327c8abf9c8f046e45008bb43d94d8ee5c6c5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"28861e3bbd9e7ac4cd9c811aad71b4d116e27930\",\"lessThan\":\"44a38eb4f7876513db5a1bccde74de9bc4389d43\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"28861e3bbd9e7ac4cd9c811aad71b4d116e27930\",\"lessThan\":\"4fff9a625da958a33191c8553a03283786f9f417\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"28861e3bbd9e7ac4cd9c811aad71b4d116e27930\",\"lessThan\":\"b3c151fe8f543f1a0b8b5df16ce5d97afa5ec85a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"28861e3bbd9e7ac4cd9c811aad71b4d116e27930\",\"lessThan\":\"d1693a7d5a38acf6424235a6070bcf5b186a360d\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ntfs3/super.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.167\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.120\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.64\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.3\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0c9327c8abf9c8f046e45008bb43d94d8ee5c6c5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/44a38eb4f7876513db5a1bccde74de9bc4389d43\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4fff9a625da958a33191c8553a03283786f9f417\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b3c151fe8f543f1a0b8b5df16ce5d97afa5ec85a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d1693a7d5a38acf6424235a6070bcf5b186a360d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T11:31:34+00:00",
      "cve": "CVE-2025-71067",
      "id": "CVE-2025-71067",
      "initial_release_date": "2025-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ntfs: set dummy blocksize to read boot_block when mounting",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-71067.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-28T16:48:25Z",
      "cve": "CVE-2025-71067",
      "id": "CVE-2025-71067",
      "initial_release_date": "2026-01-14T00:26:03Z",
      "product_status:known_not_affected": "457",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2025-71067",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-71067.json",
      "version": "13"
    }
  }
}



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…