cvelist/2023/23xxx/CVE-2023-23622.json

114 lines
4.8 KiB
JSON
Raw Normal View History

2023-01-16 18:00:41 +00:00
{
2023-03-17 15:00:34 +00:00
"data_version": "4.0",
2023-01-16 18:00:41 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-23622",
2023-03-17 15:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-01-16 18:00:41 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-03-17 15:00:34 +00:00
"value": "Discourse is an open-source discussion platform. Prior to version 3.0.1 of the `stable` branch and version 3.1.0.beta2 of the `beta` and `tests-passed` branches, the count of topics displayed for a tag is a count of all regular topics regardless of whether the topic is in a read restricted category or not. As a result, any users can technically poll a sensitive tag to determine if a new topic is created in a category which the user does not have excess to. In version 3.0.1 of the `stable` branch and version 3.1.0.beta2 of the `beta` and `tests-passed` branches, the count of topics displayed for a tag defaults to only counting regular topics which are not in read restricted categories. Staff users will continue to see a count of all topics regardless of the topic's category read restrictions."
}
]
},
"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": "stable < 3.0.1"
},
{
"version_affected": "=",
"version_value": "beta < 3.1.0.beta2"
},
{
"version_affected": "=",
"version_value": "tests-passed < 3.1.0.beta2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/discourse/discourse/commit/105fee978d73b0ec23ff814a09d1c0c9ace95164",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/commit/105fee978d73b0ec23ff814a09d1c0c9ace95164"
},
{
"url": "https://github.com/discourse/discourse/pull/20004",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/pull/20004"
},
{
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-2wvr-4x7w-v795",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-2wvr-4x7w-v795"
},
{
"url": "https://github.com/discourse/discourse/pull/20005",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/pull/20005"
},
{
"url": "https://github.com/discourse/discourse/commit/ecb9aa5dba94741d9579f4f873f0675f48b4184f",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/commit/ecb9aa5dba94741d9579f4f873f0675f48b4184f"
}
]
},
"source": {
"advisory": "GHSA-2wvr-4x7w-v795",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
2023-01-16 18:00:41 +00:00
}
]
}
}