cvelist/2022/25xxx/CVE-2022-25304.json

123 lines
4.1 KiB
JSON
Raw Normal View History

2022-02-24 15:04:11 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2022-08-23 06:01:06 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-08-23T05:01:00.809301Z",
2022-02-24 15:04:11 +00:00
"ID": "CVE-2022-25304",
2022-08-23 06:01:06 +01:00
"STATE": "PUBLIC",
"TITLE": "Denial of Service (DoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "opcua",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
},
{
"product": {
"product_data": [
{
"product_name": "asyncua",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Denial of Service (DoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
2022-08-23 06:00:37 +00:00
"refsource": "MISC",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-OPCUA-2988730",
"name": "https://security.snyk.io/vuln/SNYK-PYTHON-OPCUA-2988730"
2022-08-23 06:01:06 +01:00
},
{
2022-08-23 06:00:37 +00:00
"refsource": "MISC",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-ASYNCUA-2988731",
"name": "https://security.snyk.io/vuln/SNYK-PYTHON-ASYNCUA-2988731"
2022-08-23 06:01:06 +01:00
},
{
2022-08-23 06:00:37 +00:00
"refsource": "MISC",
"url": "https://github.com/FreeOpcUa/python-opcua/issues/1466",
"name": "https://github.com/FreeOpcUa/python-opcua/issues/1466"
2022-08-23 06:01:06 +01:00
}
]
2022-02-24 15:04:11 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-08-23 06:00:37 +00:00
"value": "All versions of package opcua; all versions of package asyncua are vulnerable to Denial of Service (DoS) due to a missing limitation on the number of received chunks - per single session or in total for all concurrent sessions. An attacker can exploit this vulnerability by sending an unlimited number of huge chunks (e.g. 2GB each) without sending the Final closing chunk."
2022-02-24 15:04:11 +00:00
}
]
2022-08-23 06:01:06 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Vera Mens"
},
{
"lang": "eng",
"value": "Uri Katz"
},
{
"lang": "eng",
"value": "Sharon Brizinov of Team82 (Claroty Research)"
}
]
2022-02-24 15:04:11 +00:00
}