Files
CVEs-PoC/2021/CVE-2021-47181.md
2025-09-29 21:09:30 +02:00

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.

Github