cvelist/2020/5xxx/CVE-2020-5245.json

125 lines
5.0 KiB
JSON
Raw Normal View History

2020-01-02 21:01:04 +00:00
{
2024-06-05 17:00:33 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2020-01-02 21:01:04 +00:00
"CVE_data_meta": {
"ID": "CVE-2020-5245",
2024-06-05 17:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Dropwizard-Validation before 1.3.19, and 2.0.2 may allow arbitrary code execution on the host system, with the privileges of the Dropwizard service account, by injecting arbitrary Java Expression Language expressions when using the self-validating feature.\n\nThe issue has been fixed in dropwizard-validation 1.3.19 and 2.0.2."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
"cweId": "CWE-74"
}
]
}
]
2020-01-02 21:01:04 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
2024-06-05 17:00:33 +00:00
"vendor_name": "dropwizard",
"product": {
"product_data": [
{
"product_name": "dropwizard-validation",
"version": {
"version_data": [
{
2024-06-05 17:00:33 +00:00
"version_affected": "=",
"version_value": ">= 1.3.0, < 1.3.19"
},
{
2024-06-05 17:00:33 +00:00
"version_affected": "=",
"version_value": ">= 2.0.0, < 2.0.2"
}
]
}
}
]
2024-06-05 17:00:33 +00:00
}
}
]
}
},
"references": {
"reference_data": [
2022-04-20 00:02:37 +00:00
{
2024-06-05 17:00:33 +00:00
"url": "https://github.com/dropwizard/dropwizard/security/advisories/GHSA-3mcp-9wr4-cjqf",
2022-04-20 00:02:37 +00:00
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://github.com/dropwizard/dropwizard/security/advisories/GHSA-3mcp-9wr4-cjqf"
2022-04-20 00:02:37 +00:00
},
{
2024-06-05 17:00:33 +00:00
"url": "https://github.com/dropwizard/dropwizard/pull/3157",
"refsource": "MISC",
"name": "https://github.com/dropwizard/dropwizard/pull/3157"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://github.com/dropwizard/dropwizard/pull/3160",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://github.com/dropwizard/dropwizard/pull/3160"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://github.com/dropwizard/dropwizard/commit/28479f743a9d0aab6d0e963fc07f3dd98e8c8236",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://github.com/dropwizard/dropwizard/commit/28479f743a9d0aab6d0e963fc07f3dd98e8c8236"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://github.com/dropwizard/dropwizard/commit/d87d1e4f8e20f6494c0232bf8560c961b46db634",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://github.com/dropwizard/dropwizard/commit/d87d1e4f8e20f6494c0232bf8560c961b46db634"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://beanvalidation.org/2.0/spec/#validationapi-message-defaultmessageinterpolation",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://beanvalidation.org/2.0/spec/#validationapi-message-defaultmessageinterpolation"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://docs.jboss.org/hibernate/validator/6.1/reference/en-US/html_single/#section-interpolation-with-message-expressions",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://docs.jboss.org/hibernate/validator/6.1/reference/en-US/html_single/#section-interpolation-with-message-expressions"
},
{
2024-06-05 17:00:33 +00:00
"url": "https://docs.oracle.com/javaee/7/tutorial/jsf-el.htm",
"refsource": "MISC",
2024-06-05 17:00:33 +00:00
"name": "https://docs.oracle.com/javaee/7/tutorial/jsf-el.htm"
}
]
},
"source": {
"advisory": "GHSA-3mcp-9wr4-cjqf",
"discovery": "UNKNOWN"
2024-06-05 17:00:33 +00:00
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.9,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L",
"version": "3.1"
}
]
2020-01-02 21:01:04 +00:00
}
2020-02-24 18:01:16 +00:00
}