2025-02-02 03:03:49 +00:00

60 lines
1.8 KiB
JSON

{
"id": "CVE-2025-22865",
"sourceIdentifier": "security@golang.org",
"published": "2025-01-28T02:15:29.243",
"lastModified": "2025-01-28T16:15:40.540",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed."
},
{
"lang": "es",
"value": "El uso de ParsePKCS1PrivateKey para analizar una clave RSA a la que le faltan los valores CRT provocar\u00eda un p\u00e1nico al verificar que la clave est\u00e9 bien formada."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"references": [
{
"url": "https://go.dev/cl/643098",
"source": "security@golang.org"
},
{
"url": "https://go.dev/issue/71216",
"source": "security@golang.org"
},
{
"url": "https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ",
"source": "security@golang.org"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3421",
"source": "security@golang.org"
}
]
}