| { |
| "schema_version": "1.3.1", |
| "id": "GO-2025-4006", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2025-61725", |
| "CVE-2025-61725" |
| ], |
| "summary": "Excessive CPU consumption in ParseAddress in net/mail", |
| "details": "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": [ |
| { |
| "package": { |
| "name": "stdlib", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "1.24.8" |
| }, |
| { |
| "introduced": "1.25.0" |
| }, |
| { |
| "fixed": "1.25.2" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "net/mail", |
| "symbols": [ |
| "AddressParser.Parse", |
| "AddressParser.ParseList", |
| "Header.AddressList", |
| "ParseAddress", |
| "ParseAddressList", |
| "addrParser.consumeDomainLiteral" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/709860" |
| }, |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/75680" |
| }, |
| { |
| "type": "WEB", |
| "url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Philippe Antoine (Catena cyber)" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2025-4006", |
| "review_status": "REVIEWED" |
| } |
| } |