| { |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0", |
| "cveMetadata": { |
| "cveId": "CVE-2025-61725" |
| }, |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc" |
| }, |
| "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)" |
| } |
| ] |
| } |
| } |
| } |