{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2025-53638",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2025-07-07T14:20:38.390Z",
        "datePublished": "2025-07-17T17:54:40.666Z",
        "dateUpdated": "2025-07-17T20:22:29.683Z"
    },
    "containers": {
        "cna": {
            "title": "Solady lacks extcodesize validation on implementation in ERC4337Factory",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-754",
                            "lang": "en",
                            "description": "CWE-754: Improper Check for Unusual or Exceptional Conditions",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "attackRequirements": "NONE",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "NONE",
                        "vulnIntegrityImpact": "LOW",
                        "vulnAvailabilityImpact": "NONE",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 6.9,
                        "baseSeverity": "MEDIUM",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/Vectorized/solady/security/advisories/GHSA-8xvx-4mvg-m9v8",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/Vectorized/solady/security/advisories/GHSA-8xvx-4mvg-m9v8"
                },
                {
                    "name": "https://github.com/Vectorized/solady/releases/tag/v0.1.24",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Vectorized/solady/releases/tag/v0.1.24"
                }
            ],
            "affected": [
                {
                    "vendor": "Vectorized",
                    "product": "solady",
                    "versions": [
                        {
                            "version": ">= 0.0.125, < 0.1.24",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2025-07-17T17:54:40.666Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Solady is software that provides Solidity snippets with APIs. Starting in version 0.0.125 and prior to version 0.1.24, 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 some other return data.  This is because regular Solidity uses `extcodesize(proxy)` to decide if call succeeds. This is insufficient in the case when the proxy points to an empty implementation. Users should upgrade to Solady v0.1.24 or later to receive a patch. Deploy any affected implementations and their factories on new EVM chains as soon as possible."
                }
            ],
            "source": {
                "advisory": "GHSA-8xvx-4mvg-m9v8",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-07-17T20:22:18.489940Z",
                                "id": "CVE-2025-53638",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2025-07-17T20:22:29.683Z"
                }
            }
        ]
    }
}