In the Linux kernel, the following vulnerability has been resolved:
tty: goldfish: Use tty_port_destroy() to destroy port
In goldfish_tty_probe(), the port initialized through tty_port_init()
should be destroyed in error paths.In goldfish_tty_remove(), qtty->port
also should be destroyed or else might leak resources.
Fix the above by calling tty_port_destroy().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 07:01
Updated : 2025-10-21 12:14
NVD link : CVE-2022-49399
Mitre link : CVE-2022-49399
CVE.ORG link : CVE-2022-49399
JSON object : View
Products Affected
linux
- linux_kernel
CWE
