cvelist/2022/39xxx/CVE-2022-39385.json

91 lines
3.4 KiB
JSON
Raw Normal View History

2022-09-02 15:00:33 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-09-02 15:00:33 +00:00
"ID": "CVE-2022-39385",
"STATE": "PUBLIC",
"TITLE": "Users erroneously and transparently added to private messages in Discourse"
2022-09-02 15:00:33 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "discourse",
"version": {
"version_data": [
{
"version_value": "Stable: <= 2.8.10"
},
{
"version_value": "Beta: <= 2.9.0.beta11"
}
]
}
}
]
},
"vendor_name": "discourse"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-09-02 15:00:33 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "Discourse is the an open source discussion platform. In some rare cases users redeeming an invitation can be added as a participant to several private message topics that they should not be added to. They are not notified of this, it happens transparently in the background. This issue has been resolved in commit `a414520742` and will be included in future releases. Users are advised to upgrade. Users are also advised to set `SiteSetting.max_invites_per_day` to 0 until the patch is installed."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor"
}
]
2022-09-02 15:00:33 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-gh5r-j595-qx48",
"refsource": "CONFIRM",
"url": "https://github.com/discourse/discourse/security/advisories/GHSA-gh5r-j595-qx48"
},
{
"name": "https://github.com/discourse/discourse/commit/a414520742da8dc9dc976d4fb7b72dbd445813bb",
"refsource": "MISC",
"url": "https://github.com/discourse/discourse/commit/a414520742da8dc9dc976d4fb7b72dbd445813bb"
}
]
},
"source": {
"advisory": "GHSA-gh5r-j595-qx48",
"discovery": "UNKNOWN"
2022-09-02 15:00:33 +00:00
}
}