code-423n4 / 2021-04-meebits-findings

0 stars 0 forks source link

Incorrect Implementation #16

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

0xsomeone

Vulnerability details

Impact

The tokenByIndex function appears to not perform correctly as it simply checks its input argument and returns it.

Proof of Concept

N/A.

Tools Used

Manual Review.

Recommended Mitigation Steps

I advise this function to be properly fleshed out or omitted from the codebase to avoid redundant bytecode.