CVE-2024-43815·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - Ensure payload is zero when using key slot We could leak stack memory through the payload field when running AES with a key from one of the hardware's key slots. Fix this by ensuring the payload field is set to 0 in such cases. This does not affect the common use case when the key is supplied from main memory via the descriptor payload.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.10.3
- Published
- 2024-08-17
Affected versions
From: 6.10
Until: 6.10.3
Fixed in: 6.10.3
How to fix this CVE
Update your Linux kernel to version 6.10.3 or later to patch a memory leak vulnerability in the MXS-DCP cryptographic driver. This vulnerability allows sensitive stack data to be exposed when AES encryption operations use hardware-backed key slots. Systems using software-supplied keys are not affected, but kernel patching is recommended for all affected systems to prevent potential information disclosure.
sudo dnf update kernel kernel-develDefensia detects this vulnerability
How to check if you are affected
- Step 1: Check installed kernel version with `uname -r` and compare against 6.10.0 to 6.10.3
- Step 2: Verify MXS-DCP driver presence with `lsmod | grep mxs_dcp` (primarily affects i.MX SoC devices)
- Step 3: Search kernel logs for crypto operations on MXS-DCP with `dmesg | grep -i 'dcp\|mxs'` to identify potential exposure window
- Step 4: Confirm patch by checking kernel version after update with `uname -r` should show 6.10.3 or later
FAQ
What is CVE-2024-43815?
CVE-2024-43815 is a memory disclosure vulnerability in the Linux kernel's MXS-DCP cryptographic coprocessor driver where stack memory can leak through the payload field when performing AES operations with hardware key slots instead of memory-supplied keys.
Is CVE-2024-43815 being actively exploited?
No, there is no evidence of active exploitation in the wild, and no public exploits are currently available for this vulnerability.
What versions of Kernel are affected by CVE-2024-43815?
Linux kernel versions 6.10.0 through 6.10.2 are affected; the vulnerability is fixed in 6.10.3 and later.
How do I check if my server is vulnerable to CVE-2024-43815?
Run `uname -r` to check your kernel version. If it shows 6.10.0, 6.10.1, or 6.10.2, your system is vulnerable. Additionally, verify the MXS-DCP driver is loaded with `lsmod | grep mxs_dcp`.
Does Defensia detect CVE-2024-43815?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel package is installed on a monitored server, CVE-2024-43815 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-43815. Free for 1 server.
Get started free