cvelist/2020/8xxx/CVE-2020-8910.json

110 lines
3.5 KiB
JSON
Raw Normal View History

2020-02-12 13:01:08 +00:00
{
"CVE_data_meta": {
2020-03-26 12:01:28 +00:00
"ASSIGNER": "security@google.com",
2020-02-12 13:01:08 +00:00
"ID": "CVE-2020-8910",
2020-03-18 16:12:30 +01:00
"STATE": "PUBLIC",
"TITLE": "Auth Bypass in Google's Closure-Library"
2020-02-12 13:01:08 +00:00
},
2020-03-18 16:12:30 +01:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Closure-Library",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "v20200224",
2020-03-24 09:45:38 +01:00
"version_value": "v20200224"
2020-03-18 16:12:30 +01:00
}
]
}
}
]
},
"vendor_name": "Google"
}
]
}
},
"credit": [
{
"lang": "eng",
2020-03-26 12:01:28 +00:00
"value": "David Sch\u00fctz"
2020-03-19 08:16:11 +01:00
},
{
"lang": "eng",
2020-03-26 12:01:28 +00:00
"value": "Fran\u00e7ois Lajeunesse-Robert"
2020-03-18 16:12:30 +01:00
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-02-12 13:01:08 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "A URL parsing issue in goog.uri of the Google Closure Library versions up to and including v20200224 allows an attacker to send malicious URLs to be parsed by the library and return the wrong authority. Mitigation: update your library to version v20200315."
2020-03-18 16:12:30 +01:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
2020-03-18 16:12:30 +01:00
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
2020-03-18 16:12:30 +01:00
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
2020-03-18 16:12:30 +01:00
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "cwe-625"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "Bad URL parsing"
}
]
}
]
},
"references": {
"reference_data": [
{
2020-03-24 10:15:01 +01:00
"name": "https://github.com/google/closure-library/commit/294fc00b01d248419d8f8de37580adf2a0024fc9",
2020-03-18 16:12:30 +01:00
"refsource": "CONFIRM",
"url": "https://github.com/google/closure-library/commit/294fc00b01d248419d8f8de37580adf2a0024fc9"
2020-03-18 16:12:30 +01:00
},
{
2020-03-24 10:15:01 +01:00
"name": "https://github.com/google/closure-library/releases/tag/v20200315",
2020-03-18 16:12:30 +01:00
"refsource": "CONFIRM",
"url": "https://github.com/google/closure-library/releases/tag/v20200315"
2020-02-12 13:01:08 +00:00
}
]
2020-03-18 16:12:30 +01:00
},
"source": {
"discovery": "EXTERNAL"
2020-02-12 13:01:08 +00:00
}
2020-03-26 12:01:28 +00:00
}