Lucene search
+L

3 matches found

Code423n4
Code423n4
•added 2023/11/26 12:0 a.m.•10 views

Upgraded Q -> 2 from #304 [1701018148851]

Judge has assessed an item in Issue 304 as 2 risk. The relevant finding follows: Incorrect minTotalContribution and minContribution Interaction --- The text was updated successfully, but these errors were encountered: All reactions...

7.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/11/10 12:0 a.m.•10 views

In some cases the crowdfund cant be finalized because the minContribution amount check is after the amount is reduced

Lines of code Vulnerability details Because of a finding in the previous contest, the minContribution check is done after the amount is potentially reduced if refunding excess contribution. However this can be a problem if the maxTotalContributions - minTotalContributions is smaller than the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2023/04/14 12:0 a.m.•12 views

Contributions can be smaller than minContribution and may receive no voting power

Lines of code Vulnerability details Impact Valid contribution is awarded no voting power Proof of Concept ETHCrowdfundBase.solL195-L219 uint96 minContribution = minContribution; if amount maxContribution revert AboveMaximumContributionsErroramount, maxContribution; uint96 newTotalContributions =...

6.7AI score
SaveExploits0
Rows per page
Query Builder