cvelist/2023/28xxx/CVE-2023-28437.json

96 lines
3.2 KiB
JSON
Raw Normal View History

2023-03-15 16:00:36 +00:00
{
2023-03-25 00:00:35 +00:00
"data_version": "4.0",
2023-03-15 16:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-28437",
2023-03-25 00:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-03-15 16:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-03-25 00:00:35 +00:00
"value": "Dataease is an open source data visualization and analysis tool. The blacklist for SQL injection protection is missing entries. This vulnerability has been fixed in version 1.18.5. There are no known workarounds."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
"cweId": "CWE-89"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "dataease",
"product": {
"product_data": [
{
"product_name": "dataease",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.18.5"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/dataease/dataease/security/advisories/GHSA-7j7j-9rw6-3r56",
"refsource": "MISC",
"name": "https://github.com/dataease/dataease/security/advisories/GHSA-7j7j-9rw6-3r56"
},
{
"url": "https://github.com/dataease/dataease/issues/4795",
"refsource": "MISC",
"name": "https://github.com/dataease/dataease/issues/4795"
},
{
"url": "https://github.com/dataease/dataease/releases/tag/v1.18.5",
"refsource": "MISC",
"name": "https://github.com/dataease/dataease/releases/tag/v1.18.5"
}
]
},
"source": {
"advisory": "GHSA-7j7j-9rw6-3r56",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2023-03-15 16:00:36 +00:00
}
]
}
}