CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's QCE (Quantum Cryptography Engine) component, specifically in the error handling during the registration of cryptographic algorithms. If the registration fails, the current implementation could lead to repeated unregistration of the same algorithms, potentially causing instability or denial of service. Linux system administrators and developers utilizing the QCE should prioritize applying the fix to ensure system reliability and security.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix error path in devm_qce_register_algs If ops->register_algs() fails, the error path repeatedly calls the same ops->unregister_algs() from the failed registration. Use the loop index to unregister the previously registered algorithms instead.