CVE-2024-45004
Severity CVSS v4.0:
Pending analysis
Type:
CWE-312
Cleartext Storage of Sensitive Information
Publication date:
04/09/2024
Last modified:
09/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
KEYS: trusted: dcp: fix leak of blob encryption key<br />
<br />
Trusted keys unseal the key blob on load, but keep the sealed payload in<br />
the blob field so that every subsequent read (export) will simply<br />
convert this field to hex and send it to userspace.<br />
<br />
With DCP-based trusted keys, we decrypt the blob encryption key (BEK)<br />
in the Kernel due hardware limitations and then decrypt the blob payload.<br />
BEK decryption is done in-place which means that the trusted key blob<br />
field is modified and it consequently holds the BEK in plain text.<br />
Every subsequent read of that key thus send the plain text BEK instead<br />
of the encrypted BEK to userspace.<br />
<br />
This issue only occurs when importing a trusted DCP-based key and<br />
then exporting it again. This should rarely happen as the common use cases<br />
are to either create a new trusted key and export it, or import a key<br />
blob and then just use it without exporting it again.<br />
<br />
Fix this by performing BEK decryption and encryption in a dedicated<br />
buffer. Further always wipe the plain text BEK buffer to prevent leaking<br />
the key via uninitialized memory.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.10.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



