cve/2024/CVE-2024-58055.md
2025-09-29 21:09:30 +02:00

971 B

CVE-2024-58055

Description

In the Linux kernel, the following vulnerability has been resolved:usb: gadget: f_tcm: Don't free command immediatelyDon't prematurely free the command. Wait for the status completion ofthe sense status. It can be freed then. Otherwise we will double-freethe command.

POC

Reference

No PoCs from references.

Github