PT-2023-9336 · Linux+1 · Linux Kernel+1

Published

2023-01-20

·

Updated

2024-08-29

·

CVE-2022-48874

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The issue is related to a race condition in the fastrpc map find function, which can lead to use-after-free. This occurs due to a race window between the point when the mutex is unlocked in fastrpc map lookup and the reference count increasing (fastrpc map get) in fastrpc map find. To resolve this, the fastrpc map find function is merged into fastrpc map lookup, allowing for the protection of the maps list by taking the &fl->lock spinlock and the reference count. The spinlock will be released only after the reference count has been increased.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Weakness Enumeration

Related Identifiers

BDU:2024-06643
CVE-2022-48874

Affected Products

Linux Kernel
Red Os