Bug 2532362 (CVE-2026-89604) - CVE-2026-89604 kernel: Linux kernel efivarfs: Denial of Service via statfs() handler
Summary: CVE-2026-89604 kernel: Linux kernel efivarfs: Denial of Service via statfs() ...
Keywords:
Status: NEW
Alias: CVE-2026-89604
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 22:33 UTC by OSIDB Bzimport
Modified: 2026-09-11 22:50 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:33:10 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.