Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-41564

26
FAUCET Score

OVERVIEW CVE-2026-41564 is a cryptographic weakness in CryptX Perl library versions before 0.088 affecting multiple cryptographic modules (Crypt::PK::RSA, DSA, DH, ECC, Ed25519, and X25519). The vulnerability stems from the library's failure to reseed its pseudorandom number generator after a fork operation, causing child processes to inherit identical PRNG state from the parent process. This is particularly problematic in preforking server architectures such as Starman web servers, where cryptographic objects initialized at startup are shared across all worker processes. SEVERITY The vulnerability carries a CVSS v3.1 score of 7.5 (HIGH) with network-based attack vector, low complexity, and no authentication requirements. The impact is confined to confidentiality loss, as attackers can recover private signing keys through nonce-reuse attacks by collecting just two ECDSA or DSA signatures generated from different processes using the same seeded PRNG state. While the EPSS score of 0.00018 suggests low overall prevalence, the cryptographic implications are serious for affected deployments. EXPLOITATION STATUS There is no current evidence of active exploitation in the wild, as indicated by the absence from the CISA Known Exploited Vulnerabilities catalog and inactive status on threat hotlists. No public exploit code has been documented. However, the mathematical feasibility of key recovery through nonce reuse makes this a concern for organizations running vulnerable CryptX versions in multiprocess environments, warranting prompt patching to version 0.088 or later.

Impacted Technologies

VendorProductVersion(s)CPE
< 0.088CPE matchmatch criteria
cpe:2.3:a:dcit:cryptx:*:*:*:*:*:perl:*:*

CVSS Data

CVSS version used by this source: 3.1

7.5HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
NONE
Availability Impact
NONE
Exploitability Score
3.9
Impact Score
3.6
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.43%
Probability of exploitation in next 30 days
EPSS Percentile
35.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-26
Model: v2026.06.15
This CVE's current EPSS score of 0.0043 is in the 14th percentile among its peer group of 51,485 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

github_advisorypatch availablevia nvd_reference
View patch

References

github.com / DCIT/perl-CryptX/commit/9a1dd3e0c27d68e32450be5538b864c2b115ee15.patch
Patch
github.com / DCIT/perl-CryptX/security/advisories/GHSA-24c2-gp6c-24c6
Vendor Advisory
metacpan.org / release/MIK/CryptX-0.088
Product
openwall.com / lists/oss-security/2026/04/23/2
Mailing ListThird Party Advisory