PT-2024-11326 · Linux+1 · Linux Kernel+1
Xiyu Yang
·
Published
2021-06-11
·
Updated
2025-04-02
·
CVE-2021-47327
CVSS v3.1
7.1
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A reference counting issue in the Linux kernel's iommu/arm-smmu component causes a refcount leak when
arm smmu rpm get() fails. The arm smmu rpm get() function invokes pm runtime get sync(), increasing the refcount of the "smmu" even if the return value is less than 0. This issue occurs in some error handling paths of arm smmu rpm get() in its caller functions, where the refcount of "smmu" is not decreased when arm smmu rpm get() fails. To fix this issue, pm runtime resume and get() is called instead of pm runtime get sync() in arm smmu rpm get(), keeping the refcount balanced in case of failure.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Astra Linux
Linux Kernel