Answer in brief
CVE-2026-80565 records a Unknown severity vulnerability in crypto: qce - fix error path in devm_qce_register_algs. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=9e403fea74ecbe6b4a4321f13bd4bc929382908d <dbca8b798caf47fb2799a26dd09c9ad66305883d || >=f52f00efd8c0088992ac07ef46af6096e4f0e52e <fef187c6194d67395182d58169dd14ba631f1b41 || >=5d5b673b4dd260226b2202f66a920566c27051f3 <1ece8e16c085e8cd60ecbdb641269aaa53d31da4 || >=e914b2f795b6995bb0e7db45caa4a912dca09e65 <de52c713d21806b93b00a6074056b57aec4f8919 || >=76e6d50fa5a2fb466edcc8b513d7aad372312c2a <c7dc487aade12c692add3221673c9bdf32dc24f5 || >=e80cf84b608725303113d6fe98bb727bf7b7a40d <a134e4b8102c077286818ee112b9f925db613d4c || >=e80cf84b608725303113d6fe98bb727bf7b7a40d <4e88b4fda48282f3fd504b4d4f5d2d4f996b76ce || >=e80cf84b608725303113d6fe98bb727bf7b7a40d <9c75402286409f5e1a75e4a445555c84066f89db || 8c735ef894dfcca8d0a1cc554f83a82a70fd5b76 || 4007883dc7df1dbaeb461b850e0b1b27c057affc || >=5.10.235 <5.10.266 || >=5.15.179 <5.15.217 || >=6.1.129 <6.1.184 || >=6.6.78 <6.6.153 || >=6.12.14 <6.12.105 || >=5.4.291 <5.5 || >=6.13.3 <6.14 | dbca8b798caf47fb2799a26dd09c9ad66305883d, fef187c6194d67395182d58169dd14ba631f1b41, 1ece8e16c085e8cd60ecbdb641269aaa53d31da4, de52c713d21806b93b00a6074056b57aec4f8919, c7dc487aade12c692add3221673c9bdf32dc24f5, a134e4b8102c077286818ee112b9f925db613d4c, 4e88b4fda48282f3fd504b4d4f5d2d4f996b76ce, 9c75402286409f5e1a75e4a445555c84066f89db, 5.10.266, 5.15.217, 6.1.184, 6.6.153, 6.12.105, 5.5, 6.14 |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
Aug 26, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 26, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 26, 2026
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.
Quoted source text, attributed separately from HOL analysis.