CVE-2026-90411: nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request

Published Sep 17, 2026
·
Updated

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

nvme-fc: unmap cmdiu DMA on rspiu mapping failure in initrequest

nvmefcinitrequest() maps cmdiu and then rspiu for DMA. If the rspiu mapping fails, the original code only recorded the error and fell through: it left the already-mapped cmdiu unmapped and still marked the op as FCPOPSTATEIDLE before returning. Since blk-mq does not call .exitrequest() when .initrequest() fails, the cmdiu mapping is leaked for every op whose rspiu mapping fails.

Jump to an error path on rspiu mapping failure that unmaps cmdiu and returns the error without marking the op idle, so it stays in the FCPOPSTATEUNINIT state set by the initial memset().

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

Under what condition does the DMA mapping leak occur?

The leak occurs when __nvme_fc_init_request() successfully maps cmd_iu for DMA but the subsequent rsp_iu DMA mapping fails. Each such failed request initialization can leave the cmd_iu mapping in place because blk-mq does not invoke .exit_request() after .init_request() fails.

2

What is the practical impact of the incorrect request state?

On rsp_iu mapping failure, the affected code marked the operation FCPOP_STATE_IDLE even though request initialization had failed. The fix instead returns the error after unmapping cmd_iu and leaves the operation in its initial FCPOP_STATE_UNINIT state.

3

What should be done if an affected system cannot be updated immediately?

The provided information identifies the failure path but does not specify a configuration workaround. The available remediation is to apply a kernel version containing the referenced fix.

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