cvelist/2023/34xxx/CVE-2023-34250.json

90 lines
3.3 KiB
JSON
Raw Normal View History

2023-05-31 14:00:42 +00:00
{
2023-06-13 22:00:42 +00:00
"data_version": "4.0",
2023-05-31 14:00:42 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-34250",
2023-06-13 22:00:42 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-05-31 14:00:42 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-06-13 22:00:42 +00:00
"value": "Discourse is an open source discussion platform. Prior to version 3.0.4 of the `stable` branch and version 3.1.0.beta5 of the `beta` and `tests-passed` branches, an attacker could use the new topics dismissal endpoint to reveal the number of topics recently created (but not the actual content thereof) in categories they didn't have access to. This issue is patched in version 3.0.4 of the `stable` branch and version 3.1.0.beta5 of the `beta` and `tests-passed` branches. There are no known workarounds."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "discourse",
"product": {
"product_data": [
{
"product_name": "discourse",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 3.0.4"
},
{
"version_affected": "=",
"version_value": ">= 3.1.0.beta1, < 3.1.0.beta5"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-q8m5-wmjr-3ppg",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-q8m5-wmjr-3ppg"
}
]
},
"source": {
"advisory": "GHSA-q8m5-wmjr-3ppg",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
2023-05-31 14:00:42 +00:00
}
]
}
}