CVE-2024-53165

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-53165
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-53165.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-53165
Downstream
Related
Published
2024-12-27T14:15:23Z
Modified
2025-08-09T19:01:29Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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

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

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.

References

Affected packages