Skip to content

Commit

Permalink
Auto-merge PR#4144
Browse files Browse the repository at this point in the history
Auto-merge PR#4144
  • Loading branch information
cve-team committed Jan 20, 2022
2 parents 4160a30 + 439963f commit 28efb45
Showing 1 changed file with 86 additions and 15 deletions.
101 changes: 86 additions & 15 deletions 2021/3xxx/CVE-2021-3866.json
@@ -1,18 +1,89 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-3866",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2021-3866",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS) - Stored in zulip/zulip"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "zulip/zulip",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "main"
}
]
}
}
]
},
"vendor_name": "zulip"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS) - Stored in GitHub repository zulip/zulip prior to main."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:L/A:L",
"version": "3.0"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/5f48dac5-e112-4b23-bbbf-cc00ba83bcf2",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/5f48dac5-e112-4b23-bbbf-cc00ba83bcf2"
},
{
"name": "https://github.com/zulip/zulip/commit/3eb2791c3e9695f7d37ffe84e0c2184fae665cb6",
"refsource": "MISC",
"url": "https://github.com/zulip/zulip/commit/3eb2791c3e9695f7d37ffe84e0c2184fae665cb6"
}
]
},
"source": {
"advisory": "5f48dac5-e112-4b23-bbbf-cc00ba83bcf2",
"discovery": "EXTERNAL"
}
}

0 comments on commit 28efb45

Please sign in to comment.