Submitted by cmichel
In the ERC721OnChain implementation the token owner can set the tokens URI using setTokenURI.
Usually, this is token URI points to data defining the NFT (attributes, images, etc.).
Its usually set by the contract owner.
A user that owns an NFT can just spoof any other NFT data by changing the token URI to any of the other NFTs.
Disallow the owner of an NFT to change its token URI
DimaStebaev (SKALE) disputed and commented:
GalloDaSballo (judge) commented:
