Description:Description\
The sendRequest function transfers tokens from msg.sender. However, some tokens have rebasing mechanisms, which means their balance changed by passing time. This inconsistency can cause sendRequestNative transactions to revert later on.
Impact\
Denial-of-Service (DoS) vulnerability in the sendRequestNative function.
Github username: @0xmahdirostami Twitter username: 0xmahdirostami Submission hash (on-chain): 0xdc5e623268598a3fb522fb35cea865c7d6a02b6a5e290ba94e9816ddec551676 Severity: medium
Description: Description\ The
sendRequest
function transfers tokens frommsg.sender
. However, some tokens have rebasing mechanisms, which means their balance changed by passing time. This inconsistency can causesendRequestNative
transactions to revert later on.Impact\ Denial-of-Service (DoS) vulnerability in the
sendRequestNative
function.