2023-11-07 21:03:21 +00:00

121 lines
3.5 KiB
JSON

{
"id": "CVE-2022-32190",
"sourceIdentifier": "security@golang.org",
"published": "2022-09-13T18:15:14.507",
"lastModified": "2023-11-07T03:47:45.847",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
"value": "JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath(\"https://go.dev\", \"../go\") returns the URL \"https://go.dev/../go\", despite the JoinPath documentation stating that ../ path elements are removed from the result."
},
{
"lang": "es",
"value": "JoinPath y URL.JoinPath no eliminan los elementos de ruta ../ anexados a una ruta relativa. Por ejemplo, JoinPath(\"https://go.dev\", \"../go\") devuelve la URL \"https://go.dev/../go\", a pesar de que la documentaci\u00f3n de JoinPath indica que los elementos de ruta ../ son eliminados del resultado"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-22"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:1.19.0:-:*:*:*:*:*:*",
"matchCriteriaId": "897B57CA-3B3C-4481-AB48-0DC0F9F7E88D"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:1.19.0:beta1:*:*:*:*:*:*",
"matchCriteriaId": "B24A1D2C-FF92-4C87-8377-41386988C5B4"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:1.19.0:rc1:*:*:*:*:*:*",
"matchCriteriaId": "724EF8B4-9AA2-45CB-B55B-4697CC6D8353"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:1.19.0:rc2:*:*:*:*:*:*",
"matchCriteriaId": "438A873A-3DAC-47BD-9919-2DFAC5C1F767"
}
]
}
]
}
],
"references": [
{
"url": "https://go.dev/cl/423514",
"source": "security@golang.org",
"tags": [
"Patch",
"Release Notes"
]
},
{
"url": "https://go.dev/issue/54385",
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Patch",
"Vendor Advisory"
]
},
{
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s",
"source": "security@golang.org",
"tags": [
"Mailing List",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0988",
"source": "security@golang.org",
"tags": [
"Issue Tracking",
"Patch",
"Vendor Advisory"
]
}
]
}