CVE-2026-89615: fs/ntfs3: bound page_lcns[] index by the log record

Published Sep 11, 2026
·
Updated

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

fs/ntfs3: bound pagelcns[] index by the log record

The copylcns loop and the redo shorten loop index pagelcns[] at j + i, where i runs up to the log record's lcnsfollow. That count is checked only against the record's own length, not the target entry, so checkdptable() (which validates the entry's lcnsfollow) does not cover it: the copylcns entry may even be freshly allocated after that check, and finddp() bounds j but not i. A crafted record thus overflows pagelcns[] of an otherwise valid entry.

Add dprangeok() and reject, before each loop, any record whose run does not fit the entry. These are the only two pagelcns[] accesses indexed by the record rather than the entry, so together with the entry validation every access is now bounded.

[almaz.alexandrovich@paragon-software.com: original patch contained changes to the problem already handled, applied partly]

Affected Software

1 affected component
Linux Kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:45 PM
Data Sourced
via MITRE·07:45 PM
Description

Frequently Asked Questions

1

What input must an attacker control to trigger this issue?

An attacker needs to provide a crafted NTFS log record with an lcns_follow run that fits the record’s own length but exceeds the capacity of the target entry’s page_lcns[] array. The vulnerable paths index the array using the record-controlled run length.

2

What is the impact of a successful exploit?

A crafted record can overflow page_lcns[] in an otherwise valid entry. The provided data does not specify the resulting privilege, crash behavior, or code-execution impact.

3

How is the issue mitigated by the fix?

The fix adds dp_range_ok() checks before both affected loops and rejects records whose run does not fit the target entry. This bounds the record-indexed page_lcns[] accesses in addition to existing entry validation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203