{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-72471",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-09T03:40:39.934Z",
        "datePublished": "2026-08-15T05:57:13.117Z",
        "dateUpdated": "2026-08-17T05:44:36.197Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-17T05:44:36.197Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/ntfs3: prevent potential lcn remains uninitialized\n\nThe target VCN being sought was not found within runs[0], causing\nrun_lookup() to return false. This causes run_lookup_entry() to return\nfalse, which in turn results in a len value of 0, and the new parameter\npassed to attr_data_get_block() is NULL. Collectively, these factors\nultimately cause attr_data_get_block_locked() to exit prematurely without\ninitializing lcn, thereby triggering [1].\n\nTo prevent [1], the clen check within ni_seek_data_or_hole() has been\nmoved to occur before the lcn check.\n\n[1]\nBUG: KMSAN: uninit-value in ni_seek_data_or_hole+0x24f/0x5f0 fs/ntfs3/frecord.c:2862\n ni_seek_data_or_hole+0x24f/0x5f0 fs/ntfs3/frecord.c:2862\n ntfs_llseek+0x22a/0x4a0 fs/ntfs3/file.c:1530\n vfs_llseek fs/read_write.c:391 [inline]"
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
                        "baseScore": 7.1,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:N - On servers exporting an NTFS3-backed volume via ksmbd or nfsd, a remote client can trigger ntfs_llseek(SEEK_DATA/SEEK_HOLE) through FSCTL_QUERY_ALLOCATED_RANGES or NFS SEEK operations, exercising ni_seek_data_or_hole() without local shell access.\nAC:L - The bug is reliably reproducible with attacker-crafted NTFS metadata where the target VCN is absent from runs[0], causing attr_data_get_block_locked() to return success with clen=0 and leave lcn uninitialized; syzkaller demonstrated deterministic triggering.\nPR:L - Exploitation requires only an unprivileged local user with read access to a file on a mounted ntfs3 volume, or an authenticated SMB/NFS client with permission to open/query that file; mounting the filesystem itself is not required for the trigger path.\nUI:N - On typical server deployments the NTFS volume is already mounted and exported; the attacker only needs network or local file access to invoke lseek/SEEK_DATA/SEEK_HOLE on crafted metadata, with no additional victim interaction beyond normal file access.\nS:U - The flaw is confined to incorrect ntfs3 SEEK_DATA/SEEK_HOLE handling in kernel filesystem code and does not cross VM, container, or IOMMU security boundaries; impact remains within the same kernel security authority.\nC:H - ni_seek_data_or_hole() compares uninitialized stack variable lcn against RESIDENT_LCN/EOF_LCN/SPARSE_LCN before validating clen==0, constituting a kernel uninitialized-memory read whose branch outcomes and returned seek offsets can leak kernel stack residue to userspace or remote SMB/NFS clients.\nI:L - Garbage lcn values can force incorrect SEEK_DATA/SEEK_HOLE results (wrong offsets, premature -ENXIO, or invalid positions), corrupting the integrity of file-offset queries returned to local processes or remote clients even though no arbitrary kernel write primitive is demonstrated.\nA:N - The reported failure mode is a KMSAN uninit-value in ni_seek_data_or_hole(); production kernels without KMSAN take mis-branches that return errors or incorrect offsets rather than oopsing, panicking, or hanging the system."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "fs/ntfs3/frecord.c"
                    ],
                    "versions": [
                        {
                            "version": "c61326967728392931f8a2240cb2cf4c81b523c1",
                            "lessThan": "7ae7e98b71438c494532492cbf58fc0d7f7988bb",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "c61326967728392931f8a2240cb2cf4c81b523c1",
                            "lessThan": "57ac2831c8e0f168090d38e3de758c6a59db44db",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "fs/ntfs3/frecord.c"
                    ],
                    "versions": [
                        {
                            "version": "7.0",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "7.0",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.5",
                            "lessThanOrEqual": "7.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.2",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "7.0",
                                    "versionEndExcluding": "7.1.5"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "7.0",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/7ae7e98b71438c494532492cbf58fc0d7f7988bb"
                },
                {
                    "url": "https://git.kernel.org/stable/c/57ac2831c8e0f168090d38e3de758c6a59db44db"
                }
            ],
            "title": "fs/ntfs3: prevent potential lcn remains uninitialized",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}