Vulnerability Description
In 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.0.3 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/23bc5eb55f8c9607965c20d9ddcc13cb1ae59568Patch
- https://git.kernel.org/stable/c/f4285dd02b6b2ca3435b65fb62c053dd9408fd71Patch
FAQ
What is CVE-2022-50326?
CVE-2022-50326 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In 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 v...
How severe is CVE-2022-50326?
CVE-2022-50326 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-50326?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.