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
| Vector | AV: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
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Red Os