CVE-2022-48790

Updated: 2024-08-10 06:00:49.262568

Description:

In the Linux kernel, the following vulnerability has been resolved: nvme: fix a possible use-after-free in controller reset during load Unlike .queue_rq, in .submit_async_event 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 reset_ctrl_work 2. -> nvme_stop_ctrl - flushes ctrl async_event_work 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 async_event_work (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.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0
CVSS Version 3.x HIGH 7

Status

OS name Project name Version Score Severity Status Errata Last updated
CentOS 6 ELS kernel 2.6.32 7 HIGH Not Vulnerable 2024-08-22 14:28:04
CentOS 8.4 ELS kernel 4.18.0 7 HIGH Released CLSA-2024:1725872696 2024-09-09 05:26:10
CentOS 8.5 ELS kernel 4.18.0 7 HIGH Released CLSA-2024:1725876080 2024-09-09 12:16:16
CloudLinux 6 ELS kernel 2.6.32 7 HIGH Not Vulnerable 2024-08-22 14:28:04
Oracle Linux 6 ELS kernel 2.6.32 7 HIGH Not Vulnerable 2024-08-22 14:28:04
Ubuntu 16.04 ELS linux 4.4.0 7 HIGH Released CLSA-2024:1723494706 2024-08-12 17:24:59
Ubuntu 16.04 ELS linux-hwe 4.15.0 7 HIGH Released CLSA-2024:1723622106 2024-08-14 08:18:11
Ubuntu 18.04 ELS linux 4.15.0 7 HIGH Released CLSA-2024:1723622576 2024-08-14 08:15:17