Release Date: | 2024-06-21 |
In the Linux kernel, the following vulnerability has been resolved:\ndmaengine: idxd: Avoid unnecessary destruction of file_ida\nfile_ida is allocated during cdev open and is freed accordingly\nduring cdev release. This sequence is guaranteed by driver file\noperations. Therefore, there is no need to destroy an already empty\nfile_ida when the WQ cdev is removed.\nWorse, ida_free() in cdev release may happen after destruction of\nfile_ida per WQ cdev. This can lead to accessing an id in file_ida\nafter it has been destroyed, resulting in a kernel panic.\nRemove ida_destroy(&file_ida) to address these issues.
See more information about CVE-2024-38629 from MITRE CVE dictionary and NIST NVD
NOTE: The following CVSS v3.1 metrics and score provided are preliminary and subject to review.
Base Score: | 5.5 | CVSS Vector: | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Attack Vector: | Local network | Attack Complexity: | Low |
Privileges Required: | Low | User Interaction: | None |
Scope: | Unchanged | Confidentiality Impact: | None |
Integrity Impact: | None | Availability Impact: | High |
Platform | Errata | Release Date |
Oracle Linux version 8 (kernel-uek) | ELSA-2024-12682 | 2024-09-23 |
Oracle Linux version 9 (kernel-uek) | ELSA-2024-12682 | 2024-09-23 |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections: