Description:
getCountry(uint256 countryId) accesses teams[countryId] before validating the index range; calling with countryId >= 48 reverts due to out‑of‑bounds before the intended invalidCountry() check.
joinEvent() allows choosing an index where teams[countryId] is the empty string; setWinner() can also set a winner to an empty slot. This can make withdrawals impossible for everyone who didn’t join that empty slot.
Impact:
Unexpected reverts and unwinnable tournaments.
Proof of Concept:
Add test to 'briVault.t.sol':
Mitigation:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.