CVE-2026-72194

Source
https://cve.org/CVERecord?id=CVE-2026-72194
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72194.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72194
Downstream
Published
2026-08-15T05:53:54.125Z
Modified
2026-08-18T03:56:38.116580466Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflow
Details

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

fs/ntfs3: add depth limit to indxfindbuffer to prevent stack overflow

indxfindbuffer() recursively descends the B+ tree index with no depth limit. A crafted NTFS image with circular index node references causes unbounded recursion, overflowing the kernel stack and panicking the system.

This is reachable by mounting a malicious NTFS filesystem (e.g. from a USB drive via desktop automount) and deleting a file whose index entry triggers the rebalancing fallback path in indxdeleteentry().

Add a depth parameter and bail out with -EINVAL when it reaches the fnd->nodes array bound, matching the constraint already enforced by fndpush() in indxfind().

The related function indxfind() was previously patched for a similar infinite-loop issue (commit 1732053c8a6b), but indxfind_buffer() was missed.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72194.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
82cae269cfa953032fbb8980a7d554d60fb00b17
Fixed
99031d4f63c785d2a985b6a4c64c4256f7117052
Fixed
65357a81f64cb3fbe13b4b937586755e4b3a072f
Fixed
96fb64f9da86fd2dbd78fbe9d9e41ae27e12ce34
Fixed
78612f478f9fadcec4f9b3b089970da67ffb47e9
Fixed
908c9243ba309997b73cbda3e4c563d0fb345ee9
Fixed
fdf50c788e0991e42a187ff75479a0df7fb752f1
Fixed
1ebd684b8f627f75bc3e03f8b2ad8400fd1f02cd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72194.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72194.json"