Solady · Solady · CVE-2025-53638
**Name of the Vulnerable Software and Affected Versions**
Solady versions 0.0.125 through 0.1.23
**Description**
Solady is software that provides Solidity snippets with APIs. When an account is deployed via a proxy, using regular Solidity to call its initialization function may result in a silent failure if the initialization function does not return a `bool` or other return data. This occurs because regular Solidity uses `extcodesize(proxy)` to determine if the call succeeds, which is insufficient when the proxy points to an empty implementation.
**Recommendations**
Upgrade to Solady version 0.1.24 or later.
Deploy any affected implementations and their factories on new EVM chains as soon as possible.