NONE · 0

CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in crypto_destroy_instance The function crypto_drop_spawn expects to be called in process context. H...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in crypto_destroy_instance The function crypto_drop_spawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the instance to be freed in atomic context. Fix this by delaying the freeing to a work queue.

References

FAQ

What is CVE-2023-53799?

CVE-2023-53799 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in crypto_destroy_instance The function crypto_drop_spawn expects to be called in process context. H...

How severe is CVE-2023-53799?

CVSS scoring is not yet available for CVE-2023-53799. Check NVD for updates.

Is there a patch for CVE-2023-53799?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.