CVE-2026-90104: NFSv4.1: zero referring call lists before decoding

Published Sep 17, 2026
·
Updated

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

NFSv4.1: zero referring call lists before decoding

decodecbsequenceargs() allocates csarclists with kmallocobjs(), so each referringcalllist starts uninitialized. decoderclist() assigns rclrefcalls only when rclnrefcalls is nonzero. A valid list with zero referring calls therefore leaves the pointer uninitialized, and nfs4callbacksequence() later passes stale slab contents to kfree().

Allocate csarclists with kzallocobjs() so every rclrefcalls member is NULL from the beginning, including valid empty referring call lists.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the issue?

The issue is reached while decoding NFSv4.1 callback sequence arguments containing a valid referring call list with zero referring calls. In that case, the list's refcalls pointer can remain uninitialized and later be passed to kfree().

2

Who is exposed to this vulnerability?

Systems using the Linux kernel's NFSv4.1 callback handling are exposed when they process the affected callback data. The provided information does not identify specific kernel versions or configurations.

3

What is the remediation?

Apply a kernel update containing the fix that changes allocation of csa_rclists from kmalloc_objs() to kzalloc_objs(). Zero-initialization ensures rcl_refcalls is NULL for empty referring call lists.

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