cvelist/2023/45xxx/CVE-2023-45820.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2023-10-13 13:00:39 +00:00
{
2023-10-19 19:00:38 +00:00
"data_version": "4.0",
2023-10-13 13:00:39 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-45820",
2023-10-19 19:00:38 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-10-13 13:00:39 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-10-19 19:00:38 +00:00
"value": "Directus is a real-time API and App dashboard for managing SQL database content. In affected versions any Directus installation that has websockets enabled can be crashed if the websocket server receives an invalid frame. A malicious user could leverage this bug to crash Directus. This issue has been addressed in version 10.6.2. Users are advised to upgrade. Users unable to upgrade should avoid using websockets."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-755: Improper Handling of Exceptional Conditions",
"cweId": "CWE-755"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "directus",
"product": {
"product_data": [
{
"product_name": "directus",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">=10.4, < 10.6.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/directus/directus/security/advisories/GHSA-hmgw-9jrg-hf2m",
"refsource": "MISC",
"name": "https://github.com/directus/directus/security/advisories/GHSA-hmgw-9jrg-hf2m"
},
{
"url": "https://github.com/directus/directus/commit/243eed781b42d6b4948ddb8c3792bcf5b44f55bb",
"refsource": "MISC",
"name": "https://github.com/directus/directus/commit/243eed781b42d6b4948ddb8c3792bcf5b44f55bb"
}
]
},
"source": {
"advisory": "GHSA-hmgw-9jrg-hf2m",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
2023-10-13 13:00:39 +00:00
}
]
}
}