CVE-2026-89604: efivarfs: Rate limit statfs() handler

Published Sep 11, 2026
·
Updated

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

efivarfs: Rate limit statfs() handler

Ravi reports that statfs() may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo() runtime service. These calls are disproportionately costly on x86 systems where the variable store is backed by SMM, as each SMM entry requires a rendez-vous of all the CPUs.

So rate limit the calls to QueryVariableInfo() at twice per second, and return the most recently obtained value for calls that are elided.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Rate limit the efivarfs statfs() handler’s underlying QueryVariableInfo() calls to twice per second, and for any elided calls return the most recently obtained value.

    efivarfs Rate limit statfs() handler for QueryVariableInfo() = 2 calls per second

Event History

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

Frequently Asked Questions

1

Who can trigger the costly firmware calls?

Unprivileged users that can call statfs() on the efivarfs mount point can trigger the behavior. The impact is especially significant on x86 systems whose EFI variable store is backed by SMM.

2

Why are affected x86 systems more vulnerable to resource exhaustion?

Each QueryVariableInfo() runtime-service call can require an SMM entry, and each SMM entry requires a rendezvous of all CPUs. A flood of statfs() calls can therefore impose disproportionate system-wide overhead.

3

What changes with the fix?

QueryVariableInfo() calls from the efivarfs statfs() handler are limited to twice per second. Calls suppressed by the rate limit receive the most recently obtained value instead.

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