CVE Catalog

CVE-2026-97591

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the s390/crypto subsystem lacks proper handling of the EBUSY return code in the PHMAC algorithm when a request is transferred to the crypto engine. crypto_transfer_hash_request_to_engine() returns EINPROGRESS or EBUSY to signal success, but EBUSY was not handled.

Risk Assessment

Missing EBUSY handling may cause a successful transfer to be treated as an error, leading to incorrect behavior or hangs in PHMAC cryptographic operations.

Recommendation

Update the Linux kernel to a version containing the fix that adds EBUSY handling as a success code in PHMAC.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix handling of EBUSY in PHMAC when req is pushed to crypto engine When a request is transferred to the engine via crypto_transfer_hash_request_to_engine() there are two return codes signaling a successful transfer: EINPROGRESS and EBUSY. However the correct handling of EBUSY was missing and has been added as a return code indicating a successful transfer to the crypto engine.

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