moneyversed
high
The _approvedForwarderSenders mapping is publicly accessible and can be manipulated by an attacker to add or remove trusted forwarders, leading to potential security risks.
The _approvedForwarderSenders mapping in the TellerV2Context.sol contract is publicly accessible. This allows an attacker to potentially manipulate the mapping by adding or removing trusted forwarders, which could result in security risks for the platform.
Potential security risks, compromised platform integrity, and unauthorized actions performed within the contract.
Manual Review
Restrict the access to the _approvedForwarderSenders mapping by implementing access controls or limiting its visibility. This will help protect the platform from unauthorized manipulation and improve its overall security.