Claim Page exploit: minters able to mint up to 65535 NFTs at a time with direct contract interaction

Claim page: No Fare

Example tx: https://etherscan.io/tx/0x4c6e93f84ed627f3953b1fa54248500f0e0f9b3fd06c8c22785a105753f9b70a

Mild discussion: https://twitter.com/ThinSlicePhoto/status/1607286006990123009

This could be fixed in theory by manually checking for mint count limits inside of the method. I believe the ‘attacker’ simply copied over arguments from a legit call and modified the mintCount to the max number for 16 bit integers

tl;dr the mintCount variable is not checked for upper limits properly in open editions