#39539 [SC-Insight] Insufficient validation of tokens when created in `PlayCollateralTokenFactory::c
Description
Brief/Intro
Vulnerability Details
function createCollateralToken(string memory name, string memory symbol, uint256 initialSupply, address owner)
external
returns (address)
{
PlayCollateralToken newToken = new PlayCollateralToken(name, symbol, initialSupply, CONDITIONAL_TOKENS, owner);
emit PlayCollateralTokenCreated(address(newToken));
return address(newToken);
}Impact Details
References
Proof of Concept
Proof of Concept
Previous#39524 [SC-Insight] Incorrect Outcome Formatting in Reality Adapter Leads to Wrong Number of OutcomeNextZano IOP
Last updated
Was this helpful?