Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45041 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, crates/appauth/src/token.rs ships a 2048-bit RSA private key as a string constant named TEST_PRIVATE_KEY and uses it in production via parse_license() to "verify" license tokens. Because the key is embedded in every published source release and binary, anyone who can read the repository or extract it from the binary can mint arbitrary license tokens (any subject, any expiration). When the license Cargo feature is enabled, this defeats the entire license-enforcement mechanism. This vulnerability is fixed in 1.0.0-beta.2.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/rustfs/rustfs/security/advisories/GHSA-923g-jp7v-f97f CISA-ADPAdvisoryExploitRemedyTechnical AnalysisVendor
https://github.com/rustfs/rustfs/security/advisories/GHSA-923g-jp7v-f97f [email protected]AdvisoryExploitRemedyTechnical AnalysisVendor

Weakness Enumeration

CWE-IDCWE NameSource
CWE-321Use of Hard-coded Cryptographic Key[email protected]

Affected Products

ProductVersions
RustFS
<= 1.0.0-beta.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45041
NVD Published Date:
May 28, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-45041 Details - Not Deferred