Auto-merge PR#6007

Auto-merge PR#6007
This commit is contained in:
CVE Team 2022-06-09 11:52:12 -04:00 committed by GitHub
commit 37635c6198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,17 +41,17 @@
}, },
"impact": { "impact": {
"cvss": { "cvss": {
"attackComplexity": "LOW", "attackComplexity": "HIGH",
"attackVector": "NETWORK", "attackVector": "NETWORK",
"availabilityImpact": "HIGH", "availabilityImpact": "HIGH",
"baseScore": 9.8, "baseScore": 8.1,
"baseSeverity": "CRITICAL", "baseSeverity": "HIGH",
"confidentialityImpact": "HIGH", "confidentialityImpact": "HIGH",
"integrityImpact": "HIGH", "integrityImpact": "HIGH",
"privilegesRequired": "NONE", "privilegesRequired": "NONE",
"scope": "UNCHANGED", "scope": "UNCHANGED",
"userInteraction": "NONE", "userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1" "version": "3.1"
} }
}, },
@ -64,14 +64,6 @@
"value": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')" "value": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
} }
] ]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer"
}
]
} }
] ]
}, },