Answer in brief
CVE-2026-93156 records a Unknown severity vulnerability in crypto: rk3288 - fail ahash requests on HASH idle timeout. 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 | >=37bc22159c456ad43fb852fc6ed60f4081df25df <a22dc48d58ef46e21c0172ba83c33f1c9859e63c || >=37bc22159c456ad43fb852fc6ed60f4081df25df <2feb52b2796c25510903bf0f18a84cde44631391 || >=37bc22159c456ad43fb852fc6ed60f4081df25df <e7d8ddd471d2895f1d4098832c21121d4191adaa || >=37bc22159c456ad43fb852fc6ed60f4081df25df <0a261177ad3245af393548d0632226d99c643191 || >=37bc22159c456ad43fb852fc6ed60f4081df25df <ae150db7826f21e8d19e54fb6243169628809c4d | a22dc48d58ef46e21c0172ba83c33f1c9859e63c, 2feb52b2796c25510903bf0f18a84cde44631391, e7d8ddd471d2895f1d4098832c21121d4191adaa, 0a261177ad3245af393548d0632226d99c643191, ae150db7826f21e8d19e54fb6243169628809c4d |
| Linux/Linuxgeneric | 6.2 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: crypto: rk3288 - fail ahash requests on HASH idle timeout rk_hash_run() waits for RK_CRYPTO_HASH_STS to become idle after the final DMA transfer, but ignores the poll result. If the hash engine never becomes idle, the driver still reads the digest registers and finalizes the request with the previous success value. Store the poll result and finalize the request with the timeout error before reading the digest registers.
Quoted source text, attributed separately from HOL analysis.