CVE-2024-58055

Updated on 06 Mar 2025

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

In the Linux kernel, the following vulnerability has been resolved:

usb: gadget: f_tcm: Don’t free command immediately

Don’t prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will double-free the command.

Details

Affected packages:
kernel-uek @ 5.4.17 (+7 more)

In the Linux kernel, the following vulnerability has been resolved:

usb: gadget: f_tcm: Don’t free command immediately

Don’t prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will double-free the command.

Fixes