CVE-2022-48792

Updated: 2024-08-10 05:59:49.261967

Description:

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task Currently a use-after-free may occur if a sas_task is aborted by the upper layer before we handle the I/O completion in mpi_ssp_completion() or mpi_sata_completion(). In this case, the following are the two steps in handling those I/O completions: - Call complete() to inform the upper layer handler of completion of the I/O. - Release driver resources associated with the sas_task in pm8001_ccb_task_free() call. When complete() is called, the upper layer may free the sas_task. As such, we should not touch the associated sas_task afterwards, but we do so in the pm8001_ccb_task_free() call. Fix by swapping the complete() and pm8001_ccb_task_free() calls ordering.


Links NIST CIRCL RHEL Ubuntu

Severity

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

Status

OS name Project name Version Score Severity Status Errata Last updated
CentOS 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-08-22 14:28:07
CentOS 8.4 ELS kernel 4.18.0 7.8 HIGH Not Vulnerable 2024-08-22 14:28:07
CentOS 8.5 ELS kernel 4.18.0 7.8 HIGH Not Vulnerable 2024-08-22 14:28:07
CloudLinux 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-08-22 14:28:07
Oracle Linux 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-08-22 14:28:07
Ubuntu 16.04 ELS linux 4.4.0 7.8 HIGH Released CLSA-2024:1723494706 2024-08-12 17:25:00
Ubuntu 16.04 ELS linux-hwe 4.15.0 7.8 HIGH Released CLSA-2024:1723622106 2024-08-14 08:18:12
Ubuntu 18.04 ELS linux 4.15.0 7.8 HIGH Released CLSA-2024:1723622576 2024-08-14 08:15:15