PT-2025-18614 · Linux · Linux Kernel
Published
2025-05-01
·
Updated
2025-05-02
·
CVE-2022-49897
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak issue has been identified in the Linux kernel related to the fscrypt feature. Specifically, when a mount attempt fails after the
test dummy encryption option has been processed, a memory leak occurs due to the improper destruction of the keyring. This issue arose from a commit that moved the keyring destruction from put super() to generic shutdown super() to keep the filesystem's block device available. The problem is resolved by attempting keyring destruction in both locations.Recommendations
To resolve this issue, apply the fix that attempts the keyring destruction in both
put super() and generic shutdown super().
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 👾
Related Identifiers
Affected Products
Linux Kernel