cvelist/2024/21xxx/CVE-2024-21655.json

90 lines
3.1 KiB
JSON
Raw Normal View History

2023-12-29 17:00:34 +00:00
{
2024-01-12 21:00:35 +00:00
"data_version": "4.0",
2023-12-29 17:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-21655",
2024-01-12 21:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-12-29 17:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-12 21:00:35 +00:00
"value": "Discourse is a platform for community discussion. For fields that are client editable, limits on sizes are not imposed. This allows a malicious actor to cause a Discourse instance to use excessive disk space and also often excessive bandwidth. The issue is patched 3.1.4 and 3.2.0.beta4."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption",
"cweId": "CWE-400"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "discourse",
"product": {
"product_data": [
{
"product_name": "discourse",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 3.1.4"
},
{
"version_affected": "=",
"version_value": ">= 3.2.0beta1, < 3.2.0.beta4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-m5fc-94mm-38fx",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-m5fc-94mm-38fx"
}
]
},
"source": {
"advisory": "GHSA-m5fc-94mm-38fx",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
2023-12-29 17:00:34 +00:00
}
]
}
}