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

105 lines
4.3 KiB
JSON

{
"id": "CVE-2021-41766",
"sourceIdentifier": "security@apache.org",
"published": "2022-01-26T11:15:08.433",
"lastModified": "2022-02-03T14:42:22.350",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "Apache Karaf allows monitoring of applications and the Java runtime by using the Java Management Extensions (JMX). JMX is a Java RMI based technology that relies on Java serialized objects for client server communication. Whereas the default JMX implementation is hardened against unauthenticated deserialization attacks, the implementation used by Apache Karaf is not protected against this kind of attack. The impact of Java deserialization vulnerabilities strongly depends on the classes that are available within the targets class path. Generally speaking, deserialization of untrusted data does always represent a high security risk and should be prevented. The risk is low as, by default, Karaf uses a limited set of classes in the JMX server class path. It depends of system scoped classes (e.g. jar in the lib folder)."
},
{
"lang": "es",
"value": "Apache Karaf permite la monitorizaci\u00f3n de aplicaciones y del runtime de Java mediante el uso de las Extensiones de Administraci\u00f3n de Java (JMX). JMX es una tecnolog\u00eda basada en Java RMI que es basada en objetos serializados de Java para la comunicaci\u00f3n cliente-servidor. Mientras que la implementaci\u00f3n por defecto de JMX est\u00e1 reforzada contra ataques de deserializaci\u00f3n no autenticados, la implementaci\u00f3n usada por Apache Karaf no est\u00e1 protegida contra este tipo de ataques. El impacto de las vulnerabilidades de deserializaci\u00f3n de Java depende en gran medida de las clases disponibles en la ruta de clases del objetivo. En general, la deserializaci\u00f3n de datos no confiables siempre representa un alto riesgo de seguridad y debe ser prevenida. El riesgo es bajo ya que, por defecto, Karaf usa un conjunto limitado de clases en la ruta de clases del servidor JMX. Depende de las clases de \u00e1mbito del sistema (por ejemplo, jar en la carpeta lib)"
}
],
"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:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 2.2,
"impactScore": 5.9
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "NONE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-502"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:apache:karaf:*:*:*:*:*:*:*:*",
"versionEndExcluding": "4.3.6",
"matchCriteriaId": "2B059850-268D-4BBE-8311-9C770504A9B7"
}
]
}
]
}
],
"references": [
{
"url": "https://karaf.apache.org/security/cve-2021-41766.txt",
"source": "security@apache.org",
"tags": [
"Vendor Advisory"
]
}
]
}