cvelist/2021/39xxx/CVE-2021-39157.json

93 lines
3.5 KiB
JSON
Raw Normal View History

2021-08-16 21:00:59 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2021-08-16 21:00:59 +00:00
"ID": "CVE-2021-39157",
"STATE": "PUBLIC",
"TITLE": "Improper Handling of Exceptional Conditions in detect-character-encoding"
2021-08-16 21:00:59 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "detect-character-encoding",
"version": {
"version_data": [
{
"version_value": "< 0.7.0"
}
]
}
}
]
},
"vendor_name": "sonicdoe"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-08-16 21:00:59 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "detect-character-encoding is an open source character encoding inspection library. In detect-character-encoding v0.6.0 and earlier, data matching no charset causes the Node.js process to crash. The problem has been patched in [detect-character-encoding v0.7.0](https://github.com/sonicdoe/detect-character-encoding/releases/tag/v0.7.0). No workaround are available and all users should update to resolve this issue."
2021-08-16 21:00:59 +00:00
}
]
},
"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/sonicdoe/detect-character-encoding/security/advisories/GHSA-jqfh-8hw5-fqjr",
"refsource": "CONFIRM",
"url": "https://github.com/sonicdoe/detect-character-encoding/security/advisories/GHSA-jqfh-8hw5-fqjr"
},
{
"name": "https://github.com/sonicdoe/detect-character-encoding/issues/15",
"refsource": "MISC",
"url": "https://github.com/sonicdoe/detect-character-encoding/issues/15"
},
{
"name": "https://github.com/sonicdoe/detect-character-encoding/commit/992a11007fff6cfd40b952150ab8d30410c4a20a",
"refsource": "MISC",
"url": "https://github.com/sonicdoe/detect-character-encoding/commit/992a11007fff6cfd40b952150ab8d30410c4a20a"
}
]
},
"source": {
"advisory": "GHSA-jqfh-8hw5-fqjr",
"discovery": "UNKNOWN"
2021-08-16 21:00:59 +00:00
}
}