In the Linux kernel, the following vulnerability has been resolved:
drm/nouveau/debugfs: fix file release memory leak
When using single_open() for opening, single_release() should be
called, otherwise the 'op' allocated in single_open() will be leaked.
References
Configurations
Configuration 1 (hide)
|
History
30 Dec 2024, 19:36
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/11cd944bb87d9e575b94c07c952105eda745b459 - Patch | |
References | () https://git.kernel.org/stable/c/1508b09945bde393326a9dab73b1fc35f672d771 - Patch | |
References | () https://git.kernel.org/stable/c/88c3610045ca6e699331b6bb5c095c5565f30721 - Patch | |
References | () https://git.kernel.org/stable/c/9f9d4c88b2edc7924e19c44909cfc3fa4e4d3d43 - Patch | |
References | () https://git.kernel.org/stable/c/df0c9418923679bc6d0060bdb1b5bf2c755159e0 - Patch | |
References | () https://git.kernel.org/stable/c/f5a8703a9c418c6fc54eb772712dfe7641e3991c - Patch | |
References | () https://git.kernel.org/stable/c/f69556a42043b5444ca712ee889829ba89fdcba8 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:* |
|
CWE | CWE-401 | |
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
21 Nov 2024, 06:36
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/11cd944bb87d9e575b94c07c952105eda745b459 - | |
References | () https://git.kernel.org/stable/c/1508b09945bde393326a9dab73b1fc35f672d771 - | |
References | () https://git.kernel.org/stable/c/88c3610045ca6e699331b6bb5c095c5565f30721 - | |
References | () https://git.kernel.org/stable/c/9f9d4c88b2edc7924e19c44909cfc3fa4e4d3d43 - | |
References | () https://git.kernel.org/stable/c/df0c9418923679bc6d0060bdb1b5bf2c755159e0 - | |
References | () https://git.kernel.org/stable/c/f5a8703a9c418c6fc54eb772712dfe7641e3991c - | |
References | () https://git.kernel.org/stable/c/f69556a42043b5444ca712ee889829ba89fdcba8 - | |
Summary |
|
21 May 2024, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-21 15:15
Updated : 2024-12-30 19:36
NVD link : CVE-2021-47423
Mitre link : CVE-2021-47423
CVE.ORG link : CVE-2021-47423
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime