1. Stellar Smart Contract Flaw Bypasses Admin Transfer Time-Delay via Same-Transaction Execution
A documented vulnerability in the `common-admin` contract architecture allows the intended two-step admin transfer protection to be defeated through same-transaction execution. The flaw, present in `contracts/common-admin/src/lib.rs`, permits both the `propose_admin` and `accept_admin` functions to execute atomically w...