In the Linux kernel, the following vulnerability has been resolved:
media: v4l2-tpg: fix some memleaks in tpg_alloc
In tpg_alloc, resources should be deallocated in each and every
error-handling paths, since they are allocated in for statements.
Otherwise there would be memleaks because tpg_free is called only when
tpg_alloc return 0.
References
Configurations
Configuration 1 (hide)
|
History
23 Dec 2024, 14:34
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-401 | |
References | () https://git.kernel.org/stable/c/0de691ff547d86dd54c24b40a81f9c925df8dd77 - Patch | |
References | () https://git.kernel.org/stable/c/31096da07933598da8522c54bd007376fb152a09 - Patch | |
References | () https://git.kernel.org/stable/c/4c86c772fef06f5d7a66151bac42366825db0941 - Patch | |
References | () https://git.kernel.org/stable/c/622b1cf38521569869c8f7b9fbe9e4f1a289add7 - Patch | |
References | () https://git.kernel.org/stable/c/6bf5c2fade8ed53b2d26fa9875e5b04f36c7145d - Patch | |
References | () https://git.kernel.org/stable/c/770a57922ce36a8476c43f7400b6501c554ea511 - Patch | |
References | () https://git.kernel.org/stable/c/8269ab16415f2065cd792c49b0475543936cbd79 - Patch | |
References | () https://git.kernel.org/stable/c/8cf9c5051076e0eb958f4361d50d8b0c3ee6691c - Patch | |
References | () https://git.kernel.org/stable/c/94303a06e1852a366e9671fff46d19459f88cb28 - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html - Mailing List |
21 Nov 2024, 09:03
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
References | () https://git.kernel.org/stable/c/0de691ff547d86dd54c24b40a81f9c925df8dd77 - | |
References | () https://git.kernel.org/stable/c/31096da07933598da8522c54bd007376fb152a09 - | |
References | () https://git.kernel.org/stable/c/4c86c772fef06f5d7a66151bac42366825db0941 - | |
References | () https://git.kernel.org/stable/c/622b1cf38521569869c8f7b9fbe9e4f1a289add7 - | |
References | () https://git.kernel.org/stable/c/6bf5c2fade8ed53b2d26fa9875e5b04f36c7145d - | |
References | () https://git.kernel.org/stable/c/770a57922ce36a8476c43f7400b6501c554ea511 - | |
References | () https://git.kernel.org/stable/c/8269ab16415f2065cd792c49b0475543936cbd79 - | |
References | () https://git.kernel.org/stable/c/8cf9c5051076e0eb958f4361d50d8b0c3ee6691c - | |
References | () https://git.kernel.org/stable/c/94303a06e1852a366e9671fff46d19459f88cb28 - |
05 Nov 2024, 10:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
27 Jun 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 23:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
01 May 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-01 13:15
Updated : 2024-12-23 14:34
NVD link : CVE-2024-27078
Mitre link : CVE-2024-27078
CVE.ORG link : CVE-2024-27078
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime