PT-2025-53948 · Linux+1 · Linux Kernel+1
Published
2022-12-12
·
Updated
2026-02-24
·
CVE-2022-50830
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 exists in the
hd44780 remove() function within the hd44780 driver for LCD displays. The hd44780 probe() function allocates memory using kzalloc() and assigns the address to lcd->drvdata->hd44780. However, this memory is not released in hd44780 remove(), resulting in a memory leak. Releasing lcd->drvdata->hd44780 in hd44780 remove() resolves this issue.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
Hd44780 Driver