mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-11 16:47:12 +02: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.