In the Linux kernel, the following vulnerability has been resolved:
crypto: qce - fix error path in devmqceregister_algs
If ops->registeralgs() fails, the error path repeatedly calls the same ops->unregisteralgs() from the failed registration. Use the loop index to unregister the previously registered algorithms instead.