{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2025-61725",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2025-09-30T15:05:03.605Z",
        "datePublished": "2025-10-29T22:10:12.255Z",
        "dateUpdated": "2025-12-09T17:42:06.541Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2025-12-09T17:42:06.541Z"
            },
            "title": "Excessive CPU consumption in ParseAddress in net/mail",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "net/mail",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "net/mail",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.24.8",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.25.0",
                            "lessThan": "1.25.2",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "addrParser.consumeDomainLiteral"
                        },
                        {
                            "name": "AddressParser.Parse"
                        },
                        {
                            "name": "AddressParser.ParseList"
                        },
                        {
                            "name": "Header.AddressList"
                        },
                        {
                            "name": "ParseAddress"
                        },
                        {
                            "name": "ParseAddressList"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-407: Inefficient Algorithmic Complexity"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/cl/709860"
                },
                {
                    "url": "https://go.dev/issue/75680"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2025-4006"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Philippe Antoine (Catena cyber)"
                }
            ]
        },
        "adp": [
            {
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 7.5,
                            "attackVector": "NETWORK",
                            "baseSeverity": "HIGH",
                            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "LOW",
                            "availabilityImpact": "HIGH",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "NONE"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-11-03T19:44:00.658774Z",
                                "id": "CVE-2025-61725",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "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-11-03T19:44:03.341Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2025-11-04T21:14:05.236Z"
                }
            }
        ]
    }
}