CVE-2024-53165

Updated on 27 Dec 2024

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:

sh: intc: Fix use-after-free bug in register_intc_controller()

In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let’s only add it to the list after everything has succeeded.

Details

Affected packages:
linux @ 4.15.0 (+15 more)

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

sh: intc: Fix use-after-free bug in register_intc_controller()

In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use after free. To fix this, let’s only add it to the list after everything has succeeded.

Fixes