In the Linux kernel, the following vulnerability has been resolved:
crypto: caam - Fix the pointer passed to caam_qi_shutdown()
The type of the last parameter given to devm_add_action_or_reset() is
"struct caam_drv_private *", but in caam_qi_shutdown(), it is casted to
"struct device *".
Pass the correct parameter to devm_add_action_or_reset() so that the
resources are released as expected.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-29 12:15
Updated : 2025-11-03 21:18
NVD link : CVE-2024-56754
Mitre link : CVE-2024-56754
CVE.ORG link : CVE-2024-56754
JSON object : View
Products Affected
linux
- linux_kernel
CWE
