PT-2025-29938 · Solady · Solady
Carlos-Cow
·
Published
2025-07-17
·
Updated
2025-07-17
·
CVE-2025-53638
CVSS v4.0
6.9
Medium
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N |
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.
Exploit
Fix
Improper Check for Exceptional Conditions
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Solady