René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

152 lines
5.0 KiB
JSON

{
"id": "CVE-2018-12123",
"sourceIdentifier": "cve-request@iojs.org",
"published": "2018-11-28T17:29:00.417",
"lastModified": "2022-09-06T17:56:06.810",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse() to determine the URL hostname, that hostname can be spoofed by using a mixed case \"javascript:\" (e.g. \"javAscript:\") protocol (other protocols are not affected). If security decisions are made about the URL based on the hostname, they may be incorrect."
},
{
"lang": "es",
"value": "Node.js: Todas las versiones anteriores a la 6.15.0, 8.14.0, 10.14.0 y 11.3.0: Suplantaci\u00f3n dek nombre del host en un analizador de URL para el protocolo JavaScript. Si una aplicaci\u00f3n de Node.js est\u00e1 empleando url.parse() para determinar el nombre de host de la URL, dicho nombre puede suplantarse mediante un protocolo \"javascript:\" de letra mixta (por ejemplo, \"javAscript:\"). Otros protocolos no se han visto afectados. Si se realizan decisiones de seguridad sobre la URL basadas en su nombre de host, podr\u00edan ser incorrectas."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 2.8,
"impactScore": 1.4
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 4.3
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": true
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-20"
}
]
},
{
"source": "cve-request@iojs.org",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-115"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*",
"versionStartIncluding": "6.0.0",
"versionEndExcluding": "6.15.0",
"matchCriteriaId": "30C30A13-A774-48C1-A0FC-1F31327DE909"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*",
"versionStartIncluding": "8.0.0",
"versionEndExcluding": "8.14.0",
"matchCriteriaId": "1B607427-7A5B-4F24-B042-CF4BF95DC185"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*",
"versionStartIncluding": "10.0.0",
"versionEndExcluding": "10.14.0",
"matchCriteriaId": "34D3C40A-3BE7-42A4-BE15-762CEE1754C4"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*",
"versionStartIncluding": "11.0.0",
"versionEndExcluding": "11.3.0",
"matchCriteriaId": "4E62EA78-C705-4AC9-9C0B-3C9114087C37"
}
]
}
]
}
],
"references": [
{
"url": "https://access.redhat.com/errata/RHSA-2019:1821",
"source": "cve-request@iojs.org",
"tags": [
"Third Party Advisory"
]
},
{
"url": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/",
"source": "cve-request@iojs.org",
"tags": [
"Patch",
"Vendor Advisory"
]
},
{
"url": "https://security.gentoo.org/glsa/202003-48",
"source": "cve-request@iojs.org",
"tags": [
"Third Party Advisory"
]
}
]
}