In the Linux kernel, the following vulnerability has been resolved:
crypto: starfive - Do not free stack buffer
RSA text data uses variable length buffer allocated in software stack.
Calling kfree on it causes undefined behaviour in subsequent operations.
References
Link | Resource |
---|---|
https://git.kernel.org/stable/c/5944de192663f272033501dcd322b008fca72006 | Mailing List Patch |
https://git.kernel.org/stable/c/d7f01649f4eaf1878472d3d3f480ae1e50d98f6c | Mailing List Patch |
Configurations
History
No history.
Information
Published : 2024-07-05 07:15
Updated : 2024-07-08 18:01
NVD link : CVE-2024-39478
Mitre link : CVE-2024-39478
CVE.ORG link : CVE-2024-39478
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-770
Allocation of Resources Without Limits or Throttling