Add CVSS 3.0 score and vector to CVE-2019-11060

This commit is contained in:
yinnping 2019-09-04 13:48:28 +08:00
parent 3c792a65b4
commit 5e2caf0078

View File

@ -10,7 +10,6 @@
"vendor": { "vendor": {
"vendor_data": [ "vendor_data": [
{ {
"vendor_name": "ASUS",
"product": { "product": {
"product_data": [ "product_data": [
{ {
@ -24,7 +23,8 @@
} }
} }
] ]
} },
"vendor_name": "ASUS"
} }
] ]
} }
@ -36,13 +36,29 @@
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "The web api server on Port 8080 of ASUS HG100 firmware up to 1.05.12, which is vulnerable to Slowloris HTTP Denial of Service: an attacker can cause a Denial of Service (DoS) by sending headers very slowly to keep HTTP or HTTPS connections and associated resources alive for a long period of time." "value": "The web api server on Port 8080 of ASUS HG100 firmware up to 1.05.12, which is vulnerable to Slowloris HTTP Denial of Service: an attacker can cause a Denial of Service (DoS) by sending headers very slowly to keep HTTP or HTTPS connections and associated resources alive for a long period of time. CVSS 3.0 Base score 7.4 (Availability impacts). CVSS vector: (CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H)."
} }
] ]
}, },
"generator": { "generator": {
"engine": "Vulnogram 0.0.7" "engine": "Vulnogram 0.0.7"
}, },
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.0"
}
},
"problemtype": { "problemtype": {
"problemtype_data": [ "problemtype_data": [
{ {