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-33471

33
FAUCET Score

OVERVIEW CVE-2026-33471 is a critical signature verification bypass vulnerability in nimiq-block versions prior to 1.3.0, a Rust library providing block primitives for Nimiq's blockchain implementation. The flaw exists in the SkipBlockProof::verify function, which miscalculates quorum validation by casting indices from a BitSet using usize-to-u16 conversion without proper bounds checking. This allows attackers to forge skip block proofs with insufficient legitimate signers. SEVERITY The vulnerability carries a CVSS v3.1 score of 9.6 (CRITICAL) with a network-accessible attack vector, low complexity, and only low privileges required. The impact is severe: a malicious validator with far fewer than the required 2f+1 real signer slots can successfully spoof valid block proofs by reusing a single BLS signature multiple times through index collision exploitation. This enables integrity compromise and potential denial of service across the blockchain network, with no confidentiality impact. EXPLOITATION STATUS There is no evidence of active exploitation in the wild, and this vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog. Community attention remains minimal as indicated by low EPSS probability (0.000250000). However, the patch has been available since version 1.3.0 was released, and organizations running Nimiq should prioritize upgrading to mitigate this high-impact consensus-layer vulnerability.

Impacted Technologies

VendorProductVersion(s)CPE
< 1.3.0CPE matchmatch criteria
cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:*

CVSS Data

CVSS version used by this source: 3.1

9.6CRITICAL

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

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

Exploit Intelligence

EPSS Score
0.22%
Probability of exploitation in next 30 days
EPSS Percentile
12.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0022 is in the 1st percentile among its peer group of 1,128 CVEs.

Social Chatter

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

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 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

Vendor Advisories (1)

rustGHSA-6973-8887-87ffcritical

nimiq-block has skip block quorum bypass via out-of-range BitSet indices & u16 truncation

Apr 22, 2026

References

github.com / nimiq/core-rs-albatross/commit/d02059053181ed8ddad6b59a0adfd661ef5cd823
Patch
github.com / nimiq/core-rs-albatross/releases/tag/v1.3.0
Release Notes
github.com / nimiq/core-rs-albatross/security/advisories/GHSA-6973-8887-87ff
PatchVendor Advisory