cvelist/2021/39xxx/CVE-2021-39131.json
Jonathan Evans 3f37a3af53
Update CVE-2021-39131.json
Fixing a merge conflict.
2021-08-17 18:53:08 -04:00

94 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-39131",
"STATE": "PUBLIC",
"TITLE": "Improper Handling of Unexpected Data Type in ced"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "ced",
"version": {
"version_data": [
{
"version_value": "< 1.0.0"
}
]
}
}
]
},
"vendor_name": "sonicdoe"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "ced detects character encoding using Googles compact_enc_det library. In ced v0.1.0, passing data types other than `Buffer` causes the Node.js process to crash. The problem has been patched in ced v1.0.0. As a workaround, before passing an argument to ced, verify its a `Buffer` using `Buffer.isBuffer(obj)`."
}
]
},
"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-241: Improper Handling of Unexpected Data Type"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/sonicdoe/ced/security/advisories/GHSA-27wq-qx3q-fxm9",
"refsource": "CONFIRM",
"url": "https://github.com/sonicdoe/ced/security/advisories/GHSA-27wq-qx3q-fxm9"
},
{
"name": "https://github.com/sonicdoe/ced/commit/a4d9f10b6bf1cd468d1a5b9a283cdf437f8bb7b3",
"refsource": "MISC",
"url": "https://github.com/sonicdoe/ced/commit/a4d9f10b6bf1cd468d1a5b9a283cdf437f8bb7b3"
},
{
"name": "https://github.com/sonicdoe/ced/releases/tag/v1.0.0",
"refsource": "MISC",
"url": "https://github.com/sonicdoe/ced/releases/tag/v1.0.0"
}
]
},
"source": {
"advisory": "GHSA-27wq-qx3q-fxm9",
"discovery": "UNKNOWN"
}
}