PT-2025-53966 · Linux · Linux Kernel
Published
2022-11-09
·
Updated
2026-02-24
·
CVE-2022-50848
CVSS v2.0
5.5
Medium
| Vector | AV:A/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak was identified in the
dio init() function within the Direct I/O (DIO) driver of the Linux kernel. Specifically, if the device register() function returns an error, the allocated memory for 'dev' and its name was not properly freed. This issue has been addressed by adding a release function and calling put device() in the error path, ensuring that the name is freed during kobject cleanup and 'dev' is freed within the release function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel