cvelist/2020/26xxx/CVE-2020-26238.json

93 lines
3.4 KiB
JSON
Raw Normal View History

2020-10-01 14:02:57 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-10-01 14:02:57 +00:00
"ID": "CVE-2020-26238",
"STATE": "PUBLIC",
"TITLE": "Critical vulnerability found in cron-utils"
2020-10-01 14:02:57 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "cron-utils",
"version": {
"version_data": [
{
"version_value": "< 9.1.3"
}
]
}
}
]
},
"vendor_name": "jmrozanec"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-10-01 14:02:57 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-25 00:01:49 +00:00
"value": "Cron-utils is a Java library to parse, validate, migrate crons as well as get human readable descriptions for them. In cron-utils before version 9.1.3, a template Injection vulnerability is present. This enables attackers to inject arbitrary Java EL expressions, leading to unauthenticated Remote Code Execution (RCE) vulnerability. Only projects using the @Cron annotation to validate untrusted Cron expressions are affected. This issue was patched in version 9.1.3."
2020-10-01 14:02:57 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.9,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/jmrozanec/cron-utils/security/advisories/GHSA-pfj3-56hm-jwq5",
"refsource": "CONFIRM",
"url": "https://github.com/jmrozanec/cron-utils/security/advisories/GHSA-pfj3-56hm-jwq5"
},
{
"name": "https://github.com/jmrozanec/cron-utils/issues/461",
"refsource": "MISC",
"url": "https://github.com/jmrozanec/cron-utils/issues/461"
},
{
"name": "https://github.com/jmrozanec/cron-utils/commit/4cf373f7352f5d95f0bf6512af8af326b31c835e",
"refsource": "MISC",
"url": "https://github.com/jmrozanec/cron-utils/commit/4cf373f7352f5d95f0bf6512af8af326b31c835e"
}
]
},
"source": {
"advisory": "GHSA-pfj3-56hm-jwq5",
"discovery": "UNKNOWN"
2020-10-01 14:02:57 +00:00
}
}