Auto-merge PR#8454

Auto-merge PR#8454
This commit is contained in:
CVE Team 2023-01-05 15:15:15 -05:00 committed by GitHub
commit 7855581e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,95 +1,109 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-23549",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 2.9.0.beta15 on the `beta` and `tests-passed` branches, users can create posts with raw body longer than the `max_length` site setting by including html comments that are not counted toward the character limit. This issue is patched in versions 2.8.14 and 2.9.0.beta16. There are no known workarounds."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"generator": {
"engine": "Vulnogram 0.0.9"
},
"CVE_data_meta": {
"ID": "CVE-2022-23549",
"ASSIGNER": "security-advisories@github.com",
"TITLE": "Discourse vulnerable to bypass of post max_length using HTML comments",
"STATE": "PUBLIC"
},
"source": {
"defect": [
"GHSA-p47g-v5wr-p4xp"
],
"advisory": "GHSA-p47g-v5wr-p4xp",
"discovery": "UNKNOWN"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "discourse",
"product": {
"product_data": [
{
"product_name": "discourse",
"version": {
"version_data": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "discourse",
"product": {
"product_data": [
{
"product_name": "discourse",
"version": {
"version_data": [
{
"version_value": "< 2.8.14",
"version_affected": "="
},
{
"version_value": ">= 2.9.0.beta0, < 2.9.0.beta15",
"version_affected": "="
}
]
}
}
]
"version_name": "2.8.14",
"version_affected": "<",
"version_value": "2.8.14",
"platform": ""
},
{
"version_name": "2.9.0.beta0",
"version_affected": "<=",
"version_value": "2.9.0.beta0",
"platform": ""
},
{
"version_name": "2.9.0.beta16",
"version_affected": "<",
"version_value": "2.9.0.beta16",
"platform": ""
}
]
}
}
]
}
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-p47g-v5wr-p4xp",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-p47g-v5wr-p4xp"
},
{
"url": "https://github.com/discourse/discourse/commit/bf6b08670a927cc80bb090b7a2e710b4b554e6a8",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/commit/bf6b08670a927cc80bb090b7a2e710b4b554e6a8"
}
]
},
"source": {
"advisory": "GHSA-p47g-v5wr-p4xp",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
}
]
]
}
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20 Improper Input Validation"
}
]
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Discourse is an option source discussion platform. Prior to version 2.8.14 on the `stable` branch and version 2.9.0.beta16 on the `beta` and `tests-passed` branches, users can create posts with raw body longer than the `max_length` site setting by including html comments that are not counted toward the character limit. This issue is patched in versions 2.8.14 and 2.9.0.beta16. There are no known workarounds."
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-p47g-v5wr-p4xp",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-p47g-v5wr-p4xp"
},
{
"refsource": "MISC",
"url": "https://github.com/discourse/discourse/commit/bf6b08670a927cc80bb090b7a2e710b4b554e6a8",
"name": "https://github.com/discourse/discourse/commit/bf6b08670a927cc80bb090b7a2e710b4b554e6a8"
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"baseScore": 5.7,
"baseSeverity": "MEDIUM"
}
}
}