Description
RustCrypto: Signatures offers support for digital signatures, which provide authentication of data using public-key cryptography. Prior to version 0.1.0-rc.2, a timing side-channel was discovered in the Decompose algorithm which is used during ML-DSA signing to generate hints for the signature. This issue has been patched in version 0.1.0-rc.2.
Published: 2026-01-10
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Timing side-channel that can leak information from the Decompose algorithm used in ML-DSA signing, potentially exposing private key material or enabling signature forgery
Action: Update
AI Analysis

Impact

The Decompose routine in the RustCrypto Signatures library has a timing side‑channel that is triggered during ML‑DSA signing operations. The side‑channel can give a malicious observer access to internal state used to create signature hints, thereby jeopardising the secrecy of the signing key and the authenticity of signatures. The weakness is classified as CWE‑1240 and does not directly cause crash or denial of service but can compromise confidentiality and integrity of the cryptographic process.

Affected Systems

All projects that depend on RustCrypto:signatures instead of version 0.1.0‑rc.2 or earlier are affected. This includes any Rust applications or libraries that import the signatures crate and perform ML‑DSA signing. The patch is available in the 0.1.0‑rc.2 release of the crate.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity, but the EPSS score is below 1 %, suggesting a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Attackers would need to monitor the timing of signing operations with sufficient resolution to extract the leaked data, which typically requires proximity or device‑side‑channel access. With the published fix in 0.1.0‑rc.2, the risk can be mitigated by updating the dependency.

Generated by OpenCVE AI on April 18, 2026 at 07:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade RustCrypto:signatures to 0.1.0‑rc.2 or later.
  • Regenerate all ML‑DSA signatures that were created with any earlier version of the crate.
  • Ensure that the signing code runs in a constant‑time environment, e.g. by compiling with flags that enforce constant‑time execution or by adding padding to equalize execution paths.

Generated by OpenCVE AI on April 18, 2026 at 07:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hcp2-x6j4-29j7 RustCrypto: Signatures has timing side-channel in ML-DSA decomposition
History

Mon, 12 Jan 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 12 Jan 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Rustcrypto
Rustcrypto signatures
Vendors & Products Rustcrypto
Rustcrypto signatures

Sat, 10 Jan 2026 06:30:00 +0000

Type Values Removed Values Added
Description RustCrypto: Signatures offers support for digital signatures, which provide authentication of data using public-key cryptography. Prior to version 0.1.0-rc.2, a timing side-channel was discovered in the Decompose algorithm which is used during ML-DSA signing to generate hints for the signature. This issue has been patched in version 0.1.0-rc.2.
Title RustCrypto: Signatures has timing side-channel in ML-DSA decomposition
Weaknesses CWE-1240
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N'}


Subscriptions

Rustcrypto Signatures
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-01-12T16:43:06.463Z

Reserved: 2026-01-08T19:23:09.857Z

Link: CVE-2026-22705

cve-icon Vulnrichment

Updated: 2026-01-12T16:43:01.889Z

cve-icon NVD

Status : Deferred

Published: 2026-01-10T07:16:03.363

Modified: 2026-04-15T00:35:42.020

Link: CVE-2026-22705

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T07:15:25Z

Weaknesses