Add CVE_2020-26302 for GHSL-2020-295

This commit is contained in:
Shelby J. Cunningham 2022-12-22 16:07:54 -05:00
parent 086a5a4011
commit cacc9a34e9
No known key found for this signature in database
GPG Key ID: 0781D7D998EB82AA

View File

@ -1,18 +1,96 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"AKA": "GHSL-2020-295",
"ASSIGNER": "security-advisories@github.com",
"DATE_PUBLIC": "2022-12-22T21:04:00.000Z",
"ID": "CVE-2020-26302",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "is.js",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0.9.0",
"version_value": "0.9.0"
}
]
}
}
]
},
"vendor_name": "arasatasaygin"
}
]
}
},
"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": "is.js is a general-purpose check library. Versions 0.9.0 and prior contain one or more regular expressions that are vulnerable to Regular Expression Denial of Service (ReDoS). is.js uses a regex copy-pasted from a gist to validate URLs. Trying to validate a malicious string can cause the regex to loop “forever.\" This vulnerability was found using a CodeQL query which identifies inefficient regular expressions. is.js has no patch for this issue."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"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-400 Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://securitylab.github.com/advisories/GHSL-2020-295-redos-is.js",
"refsource": "CONFIRM",
"url": "https://securitylab.github.com/advisories/GHSL-2020-295-redos-is.js"
},
{
"name": "https://github.com/arasatasaygin/is.js/issues/320",
"refsource": "MISC",
"url": "https://github.com/arasatasaygin/is.js/issues/320"
}
]
},
"source": {
"defect": [
"GHSL-2020-295"
],
"discovery": "UNKNOWN"
}
}