I
n the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 ("media: airspy: respect the DMA coherency rules") moves variable buf from stack to heap, however, it only frees buf in the error handling code, missing deallocation in the success path. Fix this by freeing buf in the success path since this variable does not have any references in other code.
References
Configurations
History
03 Dec 2025, 19:32
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/23bc5eb55f8c9607965c20d9ddcc13cb1ae59568 - Patch | |
| References | () https://git.kernel.org/stable/c/f4285dd02b6b2ca3435b65fb62c053dd9408fd71 - Patch |
15 Sep 2025, 15:22
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-15 15:15
Updated : 2025-12-03 19:32
NVD link : CVE-2022-50326
Mitre link : CVE-2022-50326
CVE.ORG link : CVE-2022-50326
JSON object : View
Products Affected
CWE
CWE-401
Missing Release of Memory after Effective Lifetime