2024-07-14 02:06:08 +00:00

115 lines
3.7 KiB
JSON

{
"id": "CVE-2016-6287",
"sourceIdentifier": "cve@mitre.org",
"published": "2017-01-10T15:59:00.347",
"lastModified": "2017-01-11T00:30:39.473",
"vulnStatus": "Analyzed",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "The \"http-client\" egg always used a HTTP_PROXY environment variable to determine whether HTTP traffic should be routed via a proxy, even when running as a CGI process. Under several web servers this would mean a user-supplied \"Proxy\" header could allow an attacker to direct all HTTP requests through a proxy (also known as a \"httpoxy\" attack). This affects all versions of http-client before 0.10."
},
{
"lang": "es",
"value": "El huevo \"http-client\" siempre utiliz\u00f3 una variable de entorno HTTP_PROXY para determinar si el tr\u00e1fico HTTP deber\u00eda ser enrutado a trav\u00e9s de un proxy, incluso cuando se ejecuta como un proceso CGI. Bajo varios servidores web esto significar\u00eda que una cabecera \"Proxy\" proporcionada por el usuario podr\u00eda permitir a un atacante dirigir todas las peticiones HTTP a trav\u00e9s de un proxy (tambi\u00e9n conocido como un ataque \"httpoxy\"). Esto afecta a todas las versiones de http-client anteriores a 0.10."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 5.0
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-19"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:call-cc:http-client:*:*:*:*:*:*:*:*",
"versionEndIncluding": "0.9",
"matchCriteriaId": "8F4643DE-335E-4DC9-BF19-384D07D7B8B4"
}
]
}
]
}
],
"references": [
{
"url": "http://lists.gnu.org/archive/html/chicken-announce/2016-07/msg00000.html",
"source": "cve@mitre.org",
"tags": [
"Mitigation",
"Third Party Advisory"
]
},
{
"url": "http://www.securityfocus.com/bid/92105",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
]
}
]
}