Anyone can be verified charity by isVerified() function of CharityRegistry contract.
Charities - Can register to receive donations once verified.
https://github.com/Cyfrin/2024-11-giving-thanks/blob/9580c8e5cfa23a00572ef6b7dfc790ba76778e4a/src/GivingThanks.sol#L22
As you see, verified charity must be address that verifiedCharities[address] is true, but only registered charity can receive donations.
Anyone can register to receive donations without verification of admin.
Manual
Update the isVerified() function to replace registeredCharities verifiedCharities.
Likelyhood: High, the function returns registered charities instead of verified ones. Impact: High, Any charities can be registered by anyone and will be declared as verified by this function bypassing verification.
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.