n the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation When sealing or unsealing a key blob we currently do not wait for the AEAD cipher operation to finish and simply return after submitting the request. If there is some load on the system we can exit before the cipher operation is done and the buffer we read from/write to is already removed from the stack. This will e.g. result in NULL pointer dereference errors in the DCP driver during blob creation. Fix this by waiting for the AEAD cipher operation to finish before resuming the seal and unseal calls.
Configuration 1 (hide)
|
21 Nov 2024, 19:27
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/04de7589e0a95167d803ecadd115235ba2c14997 - Patch | |
| References | () https://git.kernel.org/stable/c/c75e0272289eae18c5379518a9c56ef31d65cc7d - Patch | |
| First Time |
Linux
Linux linux Kernel |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10.7:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* |
|
| CWE | CWE-476 |
19 Nov 2024, 21:57
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
19 Nov 2024, 02:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-11-19 02:16
Updated : 2025-10-01 21:16
NVD link : CVE-2024-50281
Mitre link : CVE-2024-50281
CVE.ORG link : CVE-2024-50281
JSON object : View
NULL Pointer Dereference