CVE-2022-50065

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50065
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50065.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50065
Downstream
Related
Published
2025-06-18T11:15:35Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

virtionet: fix memory leak inside XPDTX with mergeable

When we call xdpconvertbufftoframe() to get xdpf, if it returns NULL, we should check if xdppage was allocated by xdplinearizepage(). If it is newly allocated, it should be freed here alone. Just like any other "goto errxdp".

References

Affected packages