CVE-2022-50326

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50326
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50326.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50326
Downstream
Published
2025-09-15T15:15:44Z
Modified
2025-09-15T21:00:19Z
Summary
[none]
Details

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.

References

Affected packages