Security Audit Report: Reentrancy & Access Control Review: Poloniex
Security Audit Report: Reentrancy & Access Control Review: Poloniex Target Protocol : Poloniex (TVL: $1493.5M) Security Audit Report: Reentrancy & Access Control Review Protocol: Poloniex (Ethereum/L2) Total Value Locked (TVL): $1,493.5M Date: October 26, 2023 Auditor: Senior DeFi Security Research Team Scope: Smart Contract Logic, Access Control Mechanisms, Reentrancy Vectors 1. Executive…
Security Audit Report: Poloniex Discloses Reentrancy and Access Control Risks
Poloniex, a major cryptocurrency exchange with $1.49 billion in Total Value Locked (TVL) on Ethereum and Layer 2 solutions, has undergone a security audit focusing on Reentrancy vulnerabilities and Access Control mechanisms. The audit, conducted by Senior DeFi Security Research Team, identified several critical issues that could potentially be exploited by malicious actors.
High-Risk Access Control Gap: The withdraw function lacks a robust non-reentrant guard, relying on internal state checks that might be bypassed in specific edge cases involving token callbacks. This exposes the protocol to reentrancy attacks where an attacker could drain funds by manipulating the state before the external call completes.
Medium-Risk Reentrancy Vector: The deposit function interacts with external ERC-20 tokens without a nonReentrant modifier. While most major tokens are compliant, non-standard tokens might trigger reentrant calls, allowing an attacker to inflate their balance by manipulating the balances mapping before the final state update.
Critical Admin Privilege Concentration: The owner role has unrestricted power to pause withdrawals, modify fee parameters, and even replace the entire contract logic with malicious code. Without multi-sig enforcement or a timelock mechanism for critical changes, this creates a significant insider threat where an attacker could exploit these functions to drain user funds or cripple the protocol.
The overall risk score for Poloniex stands at 7.2 out of 10, indicating a high risk primarily due to the magnitude of its TVL and centralization of admin privileges. The audit also identified some medium-risk issues like reentrancy in fee collection, which could be exploited if the fee recipient is a malicious contract.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.
This story
This is one outlet's version. Read the fullest account.