VDB
Sign up

RUSTSEC-2026-0273

Stubbed cryptography without warnings

Details

The `manzana` crate appears to be a work-in-progress module for the Apple Silicon chips' features, including the Secure Enclave.

This crate's description and `README`s make no hint at the fact that the [`SecureEnclaveSigner`](https://docs.rs/manzana/0.2.0/manzana/secure_enclave/struct.SecureEnclaveSigner.html) type is a stubbed implementation that does not actually perform any cryptographic operations, and instead returns fixed values.

Unsuspecting users of the crate, who may not check the source code, receive no warning about this and may believe they are using a secure implementation when they are not.

There are currently (as of `2026-04-07`) no versions of the crate that contain either a real implementation, or a warning about the stubbed cryptography.

Are you affected?

Enter the version of the package you're using.

Affected packages

crates.io/manzana
Introduced in: 0.0.0-0

No fixed version published yet for manzana. Pin to a known-safe version or switch to an alternative.

References