Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 800 Bytes

024.md

File metadata and controls

39 lines (20 loc) · 800 Bytes

Melted Shadow Otter

High

The contract uses a single owner model, which creates a central point of failure. If the owner's private key is compromised, an attacker could manipulate rewards or withdraw funds.

Summary

It is needed to consider implementing a multi-signature wallet for ownership or introducing a governance mechanism to distribute control.

Root Cause

https://github.com/sherlock-audit/2024-12-numa-audit/blob/main/Numa/contracts/Staking/StakingRewards.sol#L105

https://github.com/sherlock-audit/2024-12-numa-audit/blob/main/Numa/contracts/Staking/StakingRewards.sol#L98

Internal pre-conditions

No response

External pre-conditions

No response

Attack Path

No response

Impact

No response

PoC

No response

Mitigation

No response