CVE Catalog

CVE-2026-97588

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the s390/crypto subsystem propagates persistent -EBUSY after exhausting key conversion retries to crypto_finalize_*_request(). The crypto API completion wrapper treats -EBUSY as a queueing status and swallows it, preventing the completion callback from firing.

Risk Assessment

Callers using crypto_wait_req() may block indefinitely, causing process or system hangs.

Recommendation

Update the Linux kernel to a version containing the fix that translates persistent -EBUSY to -EIO after retry exhaustion.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Map EBUSY to EIO when key conversion fails repeatedly When hardware persistently returns -EBUSY after exhausting retries, the error propagates to crypto_finalize_*_request(). The crypto API's completion wrapper treats -EBUSY as a queueing status and swallows it, preventing the completion callback from firing. This causes callers using crypto_wait_req() to block indefinitely. Translate persistent -EBUSY to -EIO after retry exhaustion to ensure proper error propagation and callback invocation.

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