CVE-2022-48790: nvme: fix a possible use-after-free in controller reset during load

Published Jul 16, 2024
·
Updated

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

nvme: fix a possible use-after-free in controller reset during load

Unlike .queuerq, in .submitasyncevent drivers may not check the ctrl readiness for AER submission. This may lead to a use-after-free condition that was observed with nvme-tcp.

The race condition may happen in the following scenario: 1. driver executes its resetctrlwork 2. -> nvmestopctrl - flushes ctrl asynceventwork 3. ctrl sends AEN which is received by the host, which in turn schedules AEN handling 4. teardown admin queue (which releases the queue socket) 5. AEN processed, submits another AER, calling the driver to submit 6. driver attempts to send the cmd ==> use-after-free

In order to fix that, add ctrl state check to validate the ctrl is actually able to accept the AER submission.

This addresses the above race in controller resets because the driver during teardown should: 1. change ctrl state to RESETTING 2. flush asynceventwork (as well as other async work elements)

So after 1,2, any other AER command will find the ctrl state to be RESETTING and bail out without submitting the AER.

Affected Software

5 affected components
Linux Linux kernel<4.19.231
Linux Linux kernel>=4.20<5.4.181
Linux Linux kernel>=5.5<5.10.102
Linux Linux kernel>=5.11<5.15.25
Linux Linux kernel>=5.16<5.16.11

Event History

Jul 16, 2024
CVE Published
via MITRE·11:43 AM
Data Sourced
via MITRE·11:43 AM
DescriptionSeverity
Data Sourced
via NVD·12:15 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2022-48790?

CVE-2022-48790 has a high severity level due to the potential for a use-after-free condition during the controller reset process in the Linux kernel.

2

How do I fix CVE-2022-48790?

To fix CVE-2022-48790, users should update their Linux kernel to a version newer than 4.19.231, 5.4.181, 5.10.102, 5.15.25, or 5.16.11 depending on their current version.

3

What versions of the Linux kernel are affected by CVE-2022-48790?

CVE-2022-48790 affects various versions of the Linux kernel, specifically versions up to 4.19.231 and between 4.20 to 5.4.181, 5.5 to 5.10.102, 5.11 to 5.15.25, and 5.16 to 5.16.11.

4

Is CVE-2022-48790 related to device drivers?

Yes, CVE-2022-48790 is related to device drivers as it involves the handling of asynchronous event submissions in NVMe drivers.

5

What could be the impact of CVE-2022-48790 on my system?

The impact of CVE-2022-48790 on a system could lead to unpredictable behavior, including crashes or exploitation opportunities due to the use-after-free vulnerability.

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