First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - inject error before stopping queue The master ooo cannot be completely closed when the accelerator core reports memory error. Therefore, the driver needs to inject the qm error to close the master ooo. Currently, the qm error is injected after stopping queue, memory may be released immediately after stopping queue, causing the device to access the released memory. Therefore, error is injected to close master ooo before stopping queue to ensure that the device does not access the released memory.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.8<6.1.113 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47730 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-47730, update your Linux kernel to a version that addresses the vulnerability.
CVE-2024-47730 affects Linux kernel versions from 5.8 up to 6.11.2, excluding specific patched versions.
CVE-2024-47730 involves an issue where the Linux kernel's crypto driver may not properly handle memory errors, potentially leading to resource management problems.
Currently, the recommended action for CVE-2024-47730 is to apply available kernel updates rather than relying on a workaround.