cvelist/2024/37xxx/CVE-2024-37301.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2024-06-05 21:00:35 +00:00
{
2024-06-11 19:00:36 +00:00
"data_version": "4.0",
2024-06-05 21:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-37301",
2024-06-11 19:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-06-05 21:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-06-11 19:00:36 +00:00
"value": "Document Merge Service is a document template merge service providing an API to manage templates and merge them with given data. Versions 6.5.1 and prior are vulnerable to remote code execution via server-side template injection which, when executed as root, can result in full takeover of the affected system. As of time of publication, no patched version exists, nor have any known workarounds been disclosed."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine",
"cweId": "CWE-1336"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "adfinis",
"product": {
"product_data": [
{
"product_name": "document-merge-service",
"version": {
"version_data": [
{
"version_affected": "=",
2024-06-12 20:00:36 +00:00
"version_value": "< 6.5.2"
2024-06-11 19:00:36 +00:00
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/adfinis/document-merge-service/security/advisories/GHSA-v5gf-r78h-55q6",
"refsource": "MISC",
"name": "https://github.com/adfinis/document-merge-service/security/advisories/GHSA-v5gf-r78h-55q6"
2024-06-12 20:00:36 +00:00
},
{
"url": "https://github.com/adfinis/document-merge-service/commit/a1edd39d33d1bdf75c31ea01c317547be90ca074",
"refsource": "MISC",
"name": "https://github.com/adfinis/document-merge-service/commit/a1edd39d33d1bdf75c31ea01c317547be90ca074"
2024-06-11 19:00:36 +00:00
}
]
},
"source": {
"advisory": "GHSA-v5gf-r78h-55q6",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 10,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
2024-06-05 21:00:35 +00:00
}
]
}
}