CVE Catalog

CVE-2026-93156

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, rk_hash_run() in the crypto: rk3288 driver waited for RK_CRYPTO_HASH_STS to become idle after the final DMA transfer but ignored the poll result. If the hash engine never became idle, the driver still read the digest registers and finalized the request with the previous success value.

Risk Assessment

This may lead to returning incorrect cryptographic hash results, undermining the integrity and security of cryptographic operations.

Recommendation

Update the Linux kernel to a version where the poll result is stored and the request is finalized with the timeout error before reading the digest registers.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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