-
Notifications
You must be signed in to change notification settings - Fork 11
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
block stuffing attack can make user stake gone #355
Comments
The submission does not provide any demonstration of the issue, reasoning and code blocks. |
0xSorryNotSorry marked the issue as insufficient quality report |
Trumpero marked the issue as unsatisfactory: |
@irving4444 Agree that this should be a dup of #685, but should receive only 50% partial credit due to the lack of quality. |
Trumpero marked the issue as duplicate of #685 |
Trumpero marked the issue as satisfactory |
Trumpero marked the issue as partial-50 |
Trumpero changed the severity to 2 (Med Risk) |
Lines of code
https://github.com/code-423n4/2023-12-ethereumcreditguild/blob/2376d9af792584e3d15ec9c32578daa33bb56b43/src/loan/AuctionHouse.sol#L118-L161
Vulnerability details
Impact
gauge whale staking will be gone cause of block stuffing .
Proof of Concept
In auction , there is two phases ,In first one phase , auction house asked full credit for debt and offered collateral based on time passed . In second phase , auction house offer full collateral and reduced credit asked based on time passed .
ATTACK SCENARION
In arbitrum , gas fee is really low and block stuffing is possible .
https://arxiv.org/pdf/2307.14773.pdf
This attack is really great when whales stake a lot of guage in that lending term .
Tools Used
manual view
Recommended Mitigation Steps
partial slashing is best way i guess , not all weight slashing
Assessed type
DoS
The text was updated successfully, but these errors were encountered: