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

94 lines
3.5 KiB
JSON
Raw Normal View History

2023-06-21 19:00:42 +00:00
{
2023-07-13 21:00:39 +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-36473",
2023-07-13 21:00:39 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-06-21 19:00:42 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-07-13 21:00:39 +00:00
"value": "Discourse is an open source discussion platform. A CSP (Content Security Policy) nonce reuse vulnerability could allow XSS attacks to bypass CSP protection. There are no known XSS vectors at the moment, but should one be discovered, this vulnerability would allow the XSS attack to completely bypass CSP. The vulnerability is patched in the latest tests-passed, beta and stable branches.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"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-9f52-624j-8ppq",
"refsource": "MISC",
"name": "https://github.com/discourse/discourse/security/advisories/GHSA-9f52-624j-8ppq"
}
]
},
"source": {
"advisory": "GHSA-9f52-624j-8ppq",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
2023-06-21 19:00:42 +00:00
}
]
}
}