Skip to content

Namada-apps allows Post-Genesis Validator Bypass

Critical severity GitHub Reviewed Published Feb 17, 2025 in anoma/namada • Updated Feb 20, 2025

Package

cargo namada-apps (Rust)

Affected versions

= 1.0.0

Patched versions

1.1.0

Description

Impact

Ledger crash. A user is able to initialize a post-genesis validator with a negative commission rate using the --force flag. If this validator gets into the consensus set, then when computing PoS inflation inside fn update_rewards_products_and_mint_inflation, an instance of mul_floor will cause the return of an Err, which causes finalize_block to error.

Patches

This issue has been patched in apps version 1.1.0. The PoS validity predicate now enforces that the commission rate is not negative and any transaction that fails the check will be rejected, both for newly initialized validators and for commission rate change of an existing validator.

Workarounds

There are no workarounds and users are advised to upgrade.

References

@tzemanovic tzemanovic published to anoma/namada Feb 17, 2025
Published to the GitHub Advisory Database Feb 20, 2025
Reviewed Feb 20, 2025
Last updated Feb 20, 2025

Severity

Critical

EPSS score

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-2gw2-qgjg-xh6p

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.