49893 sc insight raffle sol implementation logic allows direct plume transfers but has no withdraw locking funds permanently
Summary
Details
//---snip----
// UUPS Authorization
function _authorizeUpgrade(
address newImplementation
) internal override onlyRole(ADMIN_ROLE) { }
// Allow contract to receive ETH
receive() external payable {
}
}Impact
Mitigation
Proof of Concept
Previous50436 sc low votetoslashvalidator prevents malicious inactive validators to be slashed Next50433 sc high validator list griefing unrestricted stakeonbehalf allows user asset freeze permanently
Was this helpful?