CVE-2024-53239

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-53239
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-53239.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-53239
Downstream
Related
Published
2024-12-27T14:15:32Z
Modified
2025-08-09T19:01:26Z
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:

ALSA: 6fire: Release resources at card release

The current 6fire code tries to release the resources right after the call of usb6firechipabort(). But at this moment, the card object might be still in use (as we're calling sndcardfreewhenclosed()).

For avoid potential UAFs, move the release of resources to the card's privatefree instead of the manual call of usb6firechip_destroy() at the USB disconnect callback.

References

Affected packages