2024-04-04 08:46:00 +00:00

89 lines
2.2 KiB
JSON

{
"id": "CVE-2022-2583",
"sourceIdentifier": "security@golang.org",
"published": "2022-12-27T22:15:12.500",
"lastModified": "2023-11-07T03:46:40.777",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
"value": "A race condition can cause incorrect HTTP request routing."
},
{
"lang": "es",
"value": "Una condici\u00f3n de ejecuci\u00f3n puede provocar un enrutamiento incorrecto de solicitudes HTTP."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW"
},
"exploitabilityScore": 2.2,
"impactScore": 1.4
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-362"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:gobase_project:gobase:*:*:*:*:*:go:*:*",
"versionEndExcluding": "0.7.2",
"matchCriteriaId": "0C9F80FD-B06D-43EF-BAB1-897057D4E716"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812",
"source": "security@golang.org",
"tags": [
"Patch",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0400",
"source": "security@golang.org",
"tags": [
"Patch",
"Third Party Advisory"
]
}
]
}