cvelist/2022/21xxx/CVE-2022-21167.json

100 lines
3.4 KiB
JSON
Raw Normal View History

2022-02-24 15:03:46 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2022-05-01 16:25:34 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-05-01T15:25:32.875120Z",
2022-02-24 15:03:46 +00:00
"ID": "CVE-2022-21167",
2022-05-01 16:25:34 +01:00
"STATE": "PUBLIC",
"TITLE": "Arbitrary Code Execution"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Masuit.Tools.Core",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Arbitrary Code Execution"
}
]
}
]
},
"references": {
"reference_data": [
{
2022-05-01 16:01:34 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-DOTNET-MASUITTOOLSCORE-2316875",
"name": "https://snyk.io/vuln/SNYK-DOTNET-MASUITTOOLSCORE-2316875"
2022-05-01 16:25:34 +01:00
},
{
2022-05-01 16:01:34 +00:00
"refsource": "MISC",
"url": "https://github.com/ldqk/Masuit.Tools/blob/327f42b9f20f25bb66188672199c8265fc968d91/Masuit.Tools.Abstractions/Net/SocketClient.cs%23L197",
"name": "https://github.com/ldqk/Masuit.Tools/blob/327f42b9f20f25bb66188672199c8265fc968d91/Masuit.Tools.Abstractions/Net/SocketClient.cs%23L197"
2022-05-01 16:25:34 +01:00
}
]
2022-02-24 15:03:46 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-05-01 16:01:34 +00:00
"value": "All versions of package masuit.tools.core are vulnerable to Arbitrary Code Execution via the ReceiveVarData<T> function in the SocketClient.cs component. The socket client in the package can pass in the payload via the user-controllable input after it has been established, because this socket client transmission does not have the appropriate restrictions or type bindings for the BinaryFormatter."
2022-02-24 15:03:46 +00:00
}
]
2022-05-01 16:25:34 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Keyang Yin"
},
{
"lang": "eng",
"value": "zpbrent(zhou"
},
{
"lang": "eng",
"value": "peng@shu)"
}
]
2022-02-24 15:03:46 +00:00
}