Description
In the Linux kernel, the following vulnerability has been resolved:

crypto: inside-secure/eip93 - unregister only available algorithm

EIP93 has an options register. This register indicates which crypto
algorithms are implemented in silicon. Supported algorithms are
registered on this basis. Unregister algorithms on the same basis.
Currently, all algorithms are unregistered, even those not supported
by HW. This results in panic on platforms that don't have all options
implemented in silicon.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the Linux kernel’s handling of the EIP93 cryptographic accelerator’s options register, which indicates which algorithms are implemented in silicon. The kernel incorrectly unregisters all algorithms regardless of whether the hardware actually supports them. When a platform lacks support for one or more of these algorithms, the kernel fails to initialize properly and panics, leading to a total system outage. This flaw is a classic instance of improper initialization that causes a denial of service, as the system becomes unusable until a reboot or manual intervention.

Affected Systems

The flaw resides in the Linux kernel’s crypto subsystem, specifically the EIP93 module. Any Linux distribution whose kernel includes this module—particularly versions that compile the EIP93 driver and do not perform additional checks on supported algorithms—is affected. This includes all mainstream Linux kernels that ship the EIP93 crypto accelerator code path. Users of cloud or embedded platforms that rely on the EIP93 hardware accelerator for cryptographic operations are at particular risk.

Risk and Exploitability

The CVSS score is not published, and no EPSS score is available; the flaw is not listed in the CISA KEV catalog. Nonetheless, the impact is severe, as a kernel panic results in a complete loss of availability for the affected host. Exploitation would require triggering the crash (e.g., by booting a system that uses the EIP93 module or by causing the driver to load on a machine lacking full hardware support). Because the flaw is in kernel initialization, it is generally a local issue and does not appear to offer remote code execution. Nonetheless, the high severity of a denial‑of‑service event warrants prompt remediation.

Generated by OpenCVE AI on May 27, 2026 at 15:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the upstream kernel patch referenced by the provided commit URLs to correct the EIP93 unregistration logic.
  • If updating the kernel is not immediately possible, rebuild the kernel with the EIP93 crypto accelerator disabled or modify the configuration to prevent registration of unsupported algorithms.
  • Switch to software‑based cryptographic libraries (e.g., OpenSSL) to replace the unavailable accelerator and avoid the crash on affected hardware.

Generated by OpenCVE AI on May 27, 2026 at 15:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: crypto: inside-secure/eip93 - unregister only available algorithm EIP93 has an options register. This register indicates which crypto algorithms are implemented in silicon. Supported algorithms are registered on this basis. Unregister algorithms on the same basis. Currently, all algorithms are unregistered, even those not supported by HW. This results in panic on platforms that don't have all options implemented in silicon.
Title crypto: inside-secure/eip93 - unregister only available algorithm
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:15:28.988Z

Reserved: 2026-05-13T15:03:33.079Z

Link: CVE-2026-45854

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:16:57.437

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45854

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T15:45:37Z

Weaknesses