CVE-2022-48791

High

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix use-after-free for aborted TMF sas_task Currently a use-after-free may occur if a TMF sas_task is aborted before we handle the IO completion in mpi_ssp_completion(). The abort occurs due to timeout. When the timeout occurs, the SAS_TASK_STATE_ABORTED flag is set and the sas_task is freed in pm8001_exec_internal_tmf_task(). However, if the I/O completion occurs later, the I/O completion still thinks that the sas_task is available. Fix this by clearing the ccb->task if the TMF times out - the I/O completion handler does nothing if this pointer is cleared.

Package Linux Kernel
Published 2024-07-16
Last modified 2024-11-21
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

7.8

out of 10
High
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Weakness type

CWE-416

CVE-2022-48791 is a Use After Free vulnerability

What is Use After Free?

The product references memory after it has been freed, which may cause it to crash, use unexpected values, or execute code. Learn more on MITRE CWE

Affected versions

Linux kernel versions 5.10.61, 5.13.13, 5.14 and later are affected. Fixed in 5.10.102, 5.15.25, 5.16.11, 5.17 and their respective stable series.

Affected from
≥ 5.10.61 ≥ 5.13.13 ≥ 5.14
Fixed in
✓ 5.10.102 5.10.x ✓ 5.15.25 5.15.x ✓ 5.16.11 5.16.x ✓ 5.17

Frequently asked questions

  • What is CVE-2022-48791?

    CVE-2022-48791 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as an Use After Free flaw (CWE-416) . It affects Linux kernel versions from 5.10.61 onward and has been patched in 5.10.102, 5.15.25, 5.16.11 and others. CVE-2022-48791 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2022-48791?

    CVE-2022-48791 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H .

  • Is there a patch available for CVE-2022-48791?

    Yes. CVE-2022-48791 has been patched. Fixed versions include 5.10.102, 5.15.25, 5.16.11 and others. If you are running Linux kernel 5.10.61 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2022-48791 actively exploited?

    No. CVE-2022-48791 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.