CVE-2026-90412: nvmet: fix return status of RMI log page on allocation failure

Published Sep 17, 2026
·
Updated

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

nvmet: fix return status of RMI log page on allocation failure

nvmetexecutegetlogpagermi() leaves 'status' holding NVMESCSUCCESS (set by the successful nvmetreqfindns() call) when the kzalloc() for the log buffer fails. It then jumps to the out label and completes the request with a success status, so the host is told the command succeeded while no data was transferred.

Initialize 'status' to NVMESCINTERNAL, matching the smart log handler, so an allocation failure is reported as an internal error.

Event History

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

Frequently Asked Questions

1

When does the incorrect success response occur?

It occurs when handling an RMI log page request after namespace lookup succeeds but allocation of the log buffer with kzalloc() fails. The request is then completed with NVME_SC_SUCCESS even though no log data was transferred.

2

What is the practical impact for an NVMe host?

A host can be told that its RMI log page command succeeded despite receiving no data because the target could not allocate the required buffer. This can cause the host to treat an unsuccessful log retrieval as successful.

3

How is the issue corrected?

The fix initializes the request status to NVME_SC_INTERNAL so that a log-buffer allocation failure is returned to the host as an internal error rather than as success.

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