In the Linux kernel, the following vulnerability has been resolved:
crypto: caam - Fix the pointer passed to caamqishutdown()
The type of the last parameter given to devmaddactionorreset() is "struct caamdrvprivate *", but in caamqishutdown(), it is casted to "struct device *".
Pass the correct parameter to devmaddactionorreset() so that the resources are released as expected.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/cc431b3424123d84bcd7afd4de150b33f117a8ef/cves/2024/56xxx/CVE-2024-56754.json"
}