NONE · 0

CVE-2026-93156

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 fina...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-93156?

CVE-2026-93156 is a documented vulnerability. 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 fina...

How severe is CVE-2026-93156?

CVSS scoring is not yet available for CVE-2026-93156. Check NVD for updates.

Is there a patch for CVE-2026-93156?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.