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

119 lines
5.6 KiB
JSON

{
"id": "CVE-2015-8542",
"sourceIdentifier": "cve@mitre.org",
"published": "2016-12-15T06:59:00.130",
"lastModified": "2018-10-19T15:46:29.710",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Open-Xchange Guard before 2.2.0-rev8. The \"getprivkeybyid\" API call is used to download a PGP Private Key for a specific user after providing authentication credentials. Clients provide the \"id\" and \"cid\" parameter to specify the current user by its user- and context-ID. The \"auth\" parameter contains a hashed password string which gets created by the client by asking the user to enter his or her OX Guard password. This parameter is used as single point of authentication when accessing PGP Private Keys. In case a user has set the same password as another user, it is possible to download another user's PGP Private Key by iterating the \"id\" and \"cid\" parameters. This kind of attack would also be able by brute-forcing login credentials, but since the \"id\" and \"cid\" parameters are sequential they are much easier to predict than a user's login name. At the same time, there are some obvious insecure standard passwords that are widely used. A attacker could send the hashed representation of typically weak passwords and randomly fetch Private Key of matching accounts. The attack can be executed by both internal users and \"guests\" which use the external mail reader."
},
{
"lang": "es",
"value": "Ha sido descubierto un problema en Open-Xchange Guard en versiones anteriores a 2.2.0-rev8. La llamada API \"getprivkeybyid\" es empleada para descargar Clave Privada PGP para un usuario espec\u00edfico tras proveer credenciales de autenticaci\u00f3n. Los clientes proveen el par\u00e1metro \"id\" y \"cid\" para especificar el usuario actual mediante su ID -y contexto-. El par\u00e1metro \"auth\" contiene cadena de contrase\u00f1a hash que es creada por el cliente solicitando al usuario que introduzca su contrase\u00f1a OX Guard. Este par\u00e1metro es utilizado como un \u00fanico punto de autenticaci\u00f3n al acceder a Claves Privadas PGP. En caso de que un usuario haya establecido la misma contrase\u00f1a que otro usuario, es posible descargar la Clave Privada PGP de otro usuario por interaci\u00f3n de los par\u00e1metros \"id\" y \"cid\". Este tipo de ataque podr\u00eda ser tambi\u00e9n posible forzando credenciales de inicio de sesi\u00f3n, pero dado que los par\u00e1metros \"id\" y \"cid\" son secuenciales, son mucho m\u00e1s f\u00e1ciles de predecir que el nombre de inicio de sesi\u00f3n de un usuario. Al mismo tiempo, hay algunas contrase\u00f1as est\u00e1ndar inseguras obvias que son ampliamente utilizadas. Un atacante podr\u00eda enviar la representaci\u00f3n hash de las contrase\u00f1as t\u00edpicamente d\u00e9biles y buscar aleatoriamente la Clave Privada de las cuentas coincidentes. El ataque puede ser ejecutado tanto por usuarios internos como por \"invitados\" que utilizan el lector de correo externo."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:S/C:P/I:N/A:N",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "SINGLE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.0
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.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-320"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:open-xchange:ox_guard:*:*:*:*:*:*:*:*",
"versionEndIncluding": "2.2.0",
"matchCriteriaId": "44E60610-A117-4D3C-9115-5AA6879877D7"
}
]
}
]
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/136069/Open-Xchange-Guard-2.2.0-2.0-Private-Key-Disclosure.html",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
]
},
{
"url": "http://www.securityfocus.com/archive/1/537678/100/0/threaded",
"source": "cve@mitre.org"
},
{
"url": "http://www.securitytracker.com/id/1035174",
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory",
"VDB Entry"
]
}
]
}