Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address List Spoofing Vulnerability #1

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Address List Spoofing Vulnerability #1

merged 1 commit into from
Jan 31, 2024

Conversation

keyan-m
Copy link
Owner

@keyan-m keyan-m commented Jan 31, 2024

Without enforcing any differences between tokens held at the script and the ones sent to the users, users could send back their NFTs at the script to trick the script into minting duplicates.

This PR addresses this vulnerability by enforcing CIP-67 labels to distinguish between script and user NFTs.

Thank you @colll78 for your guidance in showing me the vulnerability.

Without enforcing any differences between tokens held at the script and
the ones sent to the users, users could send back their NFTs at the
script to trick the script into minting duplicates.

This PR addresses this vulnerability by enforcing CIP-67 labels to
distinguish between script and user NFTs.
@keyan-m keyan-m merged commit b12db41 into main Jan 31, 2024
1 check failed
@keyan-m keyan-m deleted the fix/list-spoofing branch February 1, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant