The collectFees()
function in FeeCollector.sol
lacks proper access control, allowing any user to call it and potentially disrupt fee collection processes.
Unauthorized users could interfere with fee collection, leading to loss of funds or denial of service.
Restrict access to the collectFees()
function to authorized roles using OpenZeppelin's AccessControl
or Ownable
contracts.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
View preliminary resultsAppeals are being carefully reviewed by our judges.
The contest is complete and the rewards are being distributed.