CVE Catalog

CVE-2026-80565

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

In the Linux kernel, the crypto qce driver has an error path bug in devm_qce_register_algs. On registration failure, the error path repeatedly calls the same unregister function instead of unregistering previously registered algorithms.

Risk Assessment

This could lead to an inconsistent cryptographic driver state, potentially causing system crashes or unpredictable behavior.

Recommendation

Apply the Linux kernel update that fixes the error path in devm_qce_register_algs.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS