code-423n4 / 2023-11-panoptic-findings

0 stars 0 forks source link

Upgraded Q -> 2 from #507 [1702572559457] #632

Closed c4-judge closed 10 months ago

c4-judge commented 10 months ago

Judge has assessed an item in Issue #507 as 2 risk. The relevant finding follows:

Low-02: Deterministic computation of addresses may fail on some zkEVMs Impact Some zkEVMs derive addresses using a different method than what is used on Mainnet and most L2’s.

Given this, the code in the contest repo which relies on deterministic computation of addresses (CalbackLib::validateCallback() specifically) is unlikely to function correctly in such zkEVM contexts.

Recommended Mitigation It is impossible (currently) to support all L2’s relying on deterministic deployments. Please take care in the future when deploying to zk-L2’s to ensure code compatibility.

See the markdown file with the details of this report here.

c4-judge commented 10 months ago

Picodes marked the issue as duplicate of #182

c4-judge commented 10 months ago

This auto-generated issue was withdrawn by Picodes