#41855 [SC-Insight] User is able to circumvent blocklist check by utilizing Solidity's implementation
Description
Description
assert_not_blocklisted(sender);// Deposit the extracted amount to the recipient, or redirect to the admin if the recipient is blocklisted
primary_fungible_store::transfer(
escrow_signer,
metadata(),
=> redirect_to_admin_if_blocklisted(to, amount_ld),
amount_ld
);Impact
Recommendation
Proof of Concept
POC
Previous#41811 [BC-Insight] Configuration data loss in configfile's `try_set_with_guard` due to missing file cursor resetNext#41864 [BC-Medium] When Memseq selects a transaction from a particular user to include in a block, it does not remove transactions from Memseq that have a sequence_number less than or equal to the t...
Was this helpful?