mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
754 B
754 B
CVE-2021-47121
Description
In the Linux kernel, the following vulnerability has been resolved:net: caif: fix memory leak in cfusbl_device_notifyIn case of caif_enroll_dev() fail, allocatedlink_support won't be assigned to the correspondingstructure. So simply free allocated pointer in caseof error.
POC
Reference
No PoCs from references.