mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
905 B
905 B
CVE-2021-47181
Description
In the Linux kernel, the following vulnerability has been resolved:usb: musb: tusb6010: check return value after calling platform_get_resource()It will cause null-ptr-deref if platform_get_resource() returns NULL,we need check the return value.
POC
Reference
No PoCs from references.