CVE-2026-89745: debugfs: Fix lockdown check for mmap_prepare

Published Sep 11, 2026
·
Updated

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

debugfs: Fix lockdown check for mmapprepare

Commit 651fdda8406d ("relay: update relay to use mmapprepare") changed the mmap file operation to mmapprepare for relayfs, but the lockdown check in debugfs was not updated accordingly.

This prevents debugfs from being locked down when the kernel is in integrity mode if a file uses mmapprepare but not mmap.

Since the conversion to mmapprepare across the kernel is not yet complete, update the lockdown check to look for both mmap and mmapprepare to ensure comprehensive coverage.

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using debugfs while the kernel is in integrity lockdown mode are affected when a debugfs file uses mmap_prepare but does not use mmap. The issue is relevant because the prior check did not recognize mmap_prepare as requiring lockdown handling.

2

What conditions are required to trigger the missing lockdown protection?

The kernel must be operating in integrity mode, and a debugfs file must implement mmap_prepare without mmap. The incomplete conversion of kernel users from mmap to mmap_prepare makes checking both operations necessary.

3

How can I determine whether the fix is present?

Verify that the kernel's debugfs lockdown check examines both mmap and mmap_prepare file operations. The provided stable kernel references contain the remediation.

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