Add CVE-2022-21667 for GHSA-86ch-6w7v-v6xf

Add CVE-2022-21667 for GHSA-86ch-6w7v-v6xf
This commit is contained in:
advisory-db[bot] 2022-01-07 17:06:43 +00:00 committed by GitHub
parent b4b73d0e62
commit 658e012616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,93 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-21667",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Denial of Service in soketi"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "soketi",
"version": {
"version_data": [
{
"version_value": "< 0.24.1"
}
]
}
}
]
},
"vendor_name": "soketi"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"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."
"value": "soketi is an open-source WebSockets server. There is an unhandled case when reading POST requests which results in the server crashing if it could not read the body of a request. In the event that a POST request is sent to any endpoint of the server with an empty body, even unauthenticated with the Pusher Protocol, it will crash the server. All users that run the server are affected by this vulnerability and it's highly recommended to upgrade to the latest patch. There are no workarounds for this issue."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-755: Improper Handling of Exceptional Conditions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/soketi/soketi/security/advisories/GHSA-86ch-6w7v-v6xf",
"refsource": "CONFIRM",
"url": "https://github.com/soketi/soketi/security/advisories/GHSA-86ch-6w7v-v6xf"
},
{
"name": "https://github.com/soketi/soketi/commit/4b12efef9c31117c36a0a0f1c3aa32114e86364b",
"refsource": "MISC",
"url": "https://github.com/soketi/soketi/commit/4b12efef9c31117c36a0a0f1c3aa32114e86364b"
},
{
"name": "https://github.com/soketi/soketi/releases/tag/0.24.1",
"refsource": "MISC",
"url": "https://github.com/soketi/soketi/releases/tag/0.24.1"
}
]
},
"source": {
"advisory": "GHSA-86ch-6w7v-v6xf",
"discovery": "UNKNOWN"
}
}