In the Linux kernel, the following vulnerability has been resolved:
ipc: fix memory leak in init_mqueue_fs()
When setup_mq_sysctls() failed in init_mqueue_fs(), mqueue_inode_cachep is
not released. In order to fix this issue, the release path is reordered.
References
Configurations
Configuration 1 (hide)
|
History
03 Dec 2025, 19:20
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/12b677f2c697d61e5ddbcb6c1650050a39392f54 - Patch | |
| References | () https://git.kernel.org/stable/c/28dad915abe46d38c5799a0c8130e9a2a1540385 - Patch | |
| References | () https://git.kernel.org/stable/c/86273624a68d07f129dc182b8394f487ed4de484 - Patch |
Information
Published : 2025-09-15 15:15
Updated : 2025-12-03 19:20
NVD link : CVE-2022-50284
Mitre link : CVE-2022-50284
CVE.ORG link : CVE-2022-50284
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
