| { |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0", |
| "cveMetadata": { |
| "cveId": "CVE-2025-61723" |
| }, |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc" |
| }, |
| "title": "Quadratic complexity when parsing some invalid inputs in encoding/pem", |
| "descriptions": [ |
| { |
| "lang": "en", |
| "value": "The processing time for parsing some invalid inputs scales non-linearly with respect to the size of the input. This affects programs which parse untrusted PEM inputs." |
| } |
| ], |
| "affected": [ |
| { |
| "vendor": "Go standard library", |
| "product": "encoding/pem", |
| "collectionURL": "https://pkg.go.dev", |
| "packageName": "encoding/pem", |
| "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": "getLine" |
| }, |
| { |
| "name": "Decode" |
| } |
| ], |
| "defaultStatus": "unaffected" |
| } |
| ], |
| "problemTypes": [ |
| { |
| "descriptions": [ |
| { |
| "lang": "en", |
| "description": "CWE-407: Inefficient Algorithmic Complexity" |
| } |
| ] |
| } |
| ], |
| "references": [ |
| { |
| "url": "https://go.dev/issue/75676" |
| }, |
| { |
| "url": "https://go.dev/cl/709858" |
| }, |
| { |
| "url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI" |
| }, |
| { |
| "url": "https://pkg.go.dev/vuln/GO-2025-4009" |
| } |
| ], |
| "credits": [ |
| { |
| "lang": "en", |
| "value": "Jakub Ciolek" |
| } |
| ] |
| } |
| } |
| } |