cvelist/2023/36xxx/CVE-2023-36466.json

94 lines
3.3 KiB
JSON
Raw Normal View History

2023-06-21 19:00:42 +00:00
{
2023-07-14 22:00:44 +00:00
"data_version": "4.0",
2023-06-21 19:00:42 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-36466",
2023-07-14 22:00:44 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-06-21 19:00:42 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-07-14 22:00:44 +00:00
"value": "Discourse is an open source discussion platform. When editing a topic, there is a vulnerability that enables a user to bypass the topic title validations for things like title length, number of emojis in title and blank topic titles. The issue is patched in the latest stable, beta and tests-passed version of Discourse.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"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_affected": "=",
"version_value": "stable < 3.0.5"
},
{
"version_affected": "=",
"version_value": "beta < 3.1.0.beta6"
},
{
"version_affected": "=",
"version_value": "tests-passed < 3.1.0.beta6"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-4hjh-wg43-p932",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-4hjh-wg43-p932"
}
]
},
"source": {
"advisory": "GHSA-4hjh-wg43-p932",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
2023-06-21 19:00:42 +00:00
}
]
}
}