Synology-SA-18:25

Added CVE-2018-8918.

Signed-off-by: Ken Lee <kenlee@synology.com>
This commit is contained in:
Ken Lee 2018-12-24 21:25:49 +08:00
parent 618eb2bbdb
commit 24ad6df4eb
No known key found for this signature in database
GPG Key ID: FD3DCD45F78793A5

View File

@ -1,8 +1,33 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "security@synology.com",
"DATE_PUBLIC" : "2018-12-24T00:00:00",
"ID" : "CVE-2018-8918",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Synology Router Manager (SRM)",
"version" : {
"version_data" : [
{
"affected" : "<",
"version_value" : "1.1.7-6941"
}
]
}
}
]
},
"vendor_name" : "Synology"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +36,44 @@
"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" : "Cross-site scripting (XSS) vulnerability in info.cgi in Synology Router Manager (SRM) before 1.1.7-6941 allows remote attackers to inject arbitrary web script or HTML via the host parameter."
}
]
},
"impact" : {
"cvss" : {
"attackComplexity" : "LOW",
"attackVector" : "NETWORK",
"availabilityImpact" : "LOW",
"baseScore" : 6.5,
"baseSeverity" : "MEDIUM",
"confidentialityImpact" : "LOW",
"integrityImpact" : "LOW",
"privilegesRequired" : "LOW",
"scope" : "CHANGED",
"userInteraction" : "REQUIRED",
"vectorString" : "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L",
"version" : "3.0"
}
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Cross-site Scripting (CWE-79)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://www.synology.com/security/advisory/Synology_SA_18_25",
"refsource" : "CONFIRM",
"url" : "https://www.synology.com/security/advisory/Synology_SA_18_25"
}
]
}