Boost _ Folks Finance 34158 - [Smart Contract - Low] NodeManagersupportsInterface returns false for
Description
Brief/Intro
NodeManager.sol
function supportsInterface(bytes4 interfaceId) external pure override returns (bool) {
- return interfaceId == type(INodeManager).interfaceId ;
+ return interfaceId == type(INodeManager).interfaceId || interfaceId == type(IERC165).interfaceId;
}
Vulnerability Details
Impact Details
References
Proof of concept
Proof of Concept
PreviousBoost _ Folks Finance 34153 - [Smart Contract - Low] TWAP query by chainlink is wrong according to cNextBoost _ Folks Finance 34161 - [Smart Contract - Medium] Denial of Service via Front-Running in Loan
Last updated
Was this helpful?