NONE · 0

CVE-2023-54046

In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in al...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify MAY_BACKLOG, we also need to expect EBUSY and treat it in the same way. Otherwise backlogged requests will trigger a use-after-free.

References

FAQ

What is CVE-2023-54046?

CVE-2023-54046 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in al...

How severe is CVE-2023-54046?

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

Is there a patch for CVE-2023-54046?

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