NFTBridge
60,000 USDC
View results
Submission Details
Severity: high
Invalid

Cairo.sol - SWC-110: Smart contract for SNARK/STARK proof handling.

  • Summary: SWC-110: Smart contract for SNARK/STARK proof handling.

  • Vulnerability Details:

    • Proof Verification: Ensure validation is robust.

      require(verifyProof(proof), "Invalid proof");

      Line: 56

  • Impact: Potential acceptance of invalid proofs.

  • Tools Used: Manual code inspection.

  • Recommendations:

    • Validation Fix: Strengthen proof verification logic.

      require(verifyProof(proof), "Invalid proof");
Updates

Lead Judging Commences

n0kto Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Too generic

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.