HardhatFoundry
30,000 USDC
View results
Submission Details
Severity: low
Invalid

Corupted upgradability pattern in `Nexus.sol`

Summary

Absence of storage gaps in the Nexus contract

Vulnerability Details

The absence of upgradable storage can be serious issue regarding future upgradability

Impact

This is a serious issue, because after the first upgrade, the storage messes up, which leads to total crash of the system's logic

Tools Used

Manual Review

Recommendations

Add storage gap in the Nexus like this:

+uint256[50] private __gap;
Updates

Lead Judging Commences

0xnevi Lead Judge 11 months ago
Submission Judgement Published
Invalidated
Reason: Known issue
Assigned finding tags:

finding-storage-gap

Invalid [known issue [Low-11]](https://github.com/Cyfrin/2024-07-biconomy/issues/1)

Support

FAQs

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