Description
Signum Node is a HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Commitment (PoC+) consensus algorithm. Prior to version 3.9.9, an integer overflow in BlockServiceImpl.applyBlock() allowed a miner to receive an arbitrarily inflated block reward by crafting a block with a negative totalFeeCashBackNqt value. The vulnerability was introduced when the SMART_FEES hardfork (block ~1,029,000) enabled fee cash-back and burn accounting without overflow protection. This issue has been patched in version 3.9.9.
Published: 2026-09-03
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow in Signum Node's BlockServiceImpl.applyBlock() permitted a miner to inflate block rewards arbitrarily by crafting blocks with a negative totalFeeCashBackNqt value. The bug existed before the 3.9.9 release and is tied to the SMART_FEES fee cash-back and burn accounting logic that lacked overflow protection. This flaw is classified as CWE-190, an integer overflow weakness that enables uncontrolled numeric manipulation.

Affected Systems

The vulnerability affects the Signum Network's Signum Node software, specifically any deployment running a version older than 3.9.9. Users running the PoC+ consensus algorithm and the SMART_FEES hardfork prior to block ~1,029,000 are at risk.

Risk and Exploitability

With a CVSS score of 7.5, the vulnerability poses a moderate-to-high risk. The EPSS score is not available, and the issue is not listed in CISA's KEV catalog, suggesting that there are currently no known widespread exploits. The attack vector is likely a malicious miner who can submit a crafted block; the miner must be able to influence the node's block validation logic. The integer overflow allows the attacker to inflate the block reward as desired once the faulty value is processed.

Generated by OpenCVE AI on September 3, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Signum Node software to version 3.9.9 or later to remove the overflow bug.
  • Configure node validation settings to reject blocks that contain negative totalFeeCashBackNqt values, if such controls are available.
  • Implement monitoring to detect abnormal reward amounts and audit block reward distributions regularly to catch any unexpected inflation.

Generated by OpenCVE AI on September 3, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Signum-network
Signum-network signum-node
Vendors & Products Signum-network
Signum-network signum-node

Thu, 03 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
Description Signum Node is a HDD-mined cryptocurrency using an energy efficient and fair Proof-of-Commitment (PoC+) consensus algorithm. Prior to version 3.9.9, an integer overflow in BlockServiceImpl.applyBlock() allowed a miner to receive an arbitrarily inflated block reward by crafting a block with a negative totalFeeCashBackNqt value. The vulnerability was introduced when the SMART_FEES hardfork (block ~1,029,000) enabled fee cash-back and burn accounting without overflow protection. This issue has been patched in version 3.9.9.
Title Signum Node: Integer overflow in SMART_FEES fee distribution allows arbitrary miner reward inflation
Weaknesses CWE-190
References
Metrics cvssV3_1

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


Subscriptions

Signum-network Signum-node
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-03T18:00:18.434Z

Reserved: 2026-05-21T15:33:08.291Z

Link: CVE-2026-48486

cve-icon Vulnrichment

Updated: 2026-09-03T18:00:15.497Z

cve-icon NVD

Status : Received

Published: 2026-09-03T16:17:24.330

Modified: 2026-09-03T18:17:21.467

Link: CVE-2026-48486

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:30:05Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound