From 4d0463670d263a1c55384fc0d529d461071de78b Mon Sep 17 00:00:00 2001 From: Ken Lee Date: Sun, 30 Jun 2019 20:48:17 +0800 Subject: [PATCH] Synology-SA-19:01 Added CVE-2019-11821 and CVE-2019-11822. Signed-off-by: Ken Lee --- 2019/11xxx/CVE-2019-11821.json | 80 +++++++++++++++++++++++++++++++--- 2019/11xxx/CVE-2019-11822.json | 80 +++++++++++++++++++++++++++++++--- 2 files changed, 146 insertions(+), 14 deletions(-) diff --git a/2019/11xxx/CVE-2019-11821.json b/2019/11xxx/CVE-2019-11821.json index cda3ad49e56..b62d1ed6935 100644 --- a/2019/11xxx/CVE-2019-11821.json +++ b/2019/11xxx/CVE-2019-11821.json @@ -1,18 +1,84 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@synology.com", + "DATE_PUBLIC": "2019-06-30T00:00:00", "ID": "CVE-2019-11821", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Photo Station", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "6.8.11-3489" + }, + { + "affected": "<", + "version_value": "6.3-2977" + } + ] + } + } + ] + }, + "vendor_name": "Synology" + } + ] + } + }, + "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": "SQL injection vulnerability in synophoto_csPhotoDB.php in Synology Photo Station before 6.8.11-3489 and before 6.3-2977 allows remote attackers to execute arbitrary SQL command via the type parameter." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Improper Neutralization of Special Elements used in an SQL Command (CWE-89)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://www.synology.com/security/advisory/Synology_SA_19_01", + "refsource": "CONFIRM", + "url": "https://www.synology.com/security/advisory/Synology_SA_19_01" } ] } -} \ No newline at end of file +} diff --git a/2019/11xxx/CVE-2019-11822.json b/2019/11xxx/CVE-2019-11822.json index bee4c56f407..1fe25befe27 100644 --- a/2019/11xxx/CVE-2019-11822.json +++ b/2019/11xxx/CVE-2019-11822.json @@ -1,18 +1,84 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@synology.com", + "DATE_PUBLIC": "2019-06-30T00:00:00", "ID": "CVE-2019-11822", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Photo Station", + "version": { + "version_data": [ + { + "affected": "<", + "version_value": "6.8.11-3489" + }, + { + "affected": "<", + "version_value": "6.3-2977" + } + ] + } + } + ] + }, + "vendor_name": "Synology" + } + ] + } + }, + "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": "Relative path traversal vulnerability in SYNO.PhotoStation.File in Synology Photo Station before 6.8.11-3489 and before 6.3-2977 allows remote attackers to upload arbitrary files via the uploadphoto parameter." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Relative Path Traversal (CWE-23)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://www.synology.com/security/advisory/Synology_SA_19_01", + "refsource": "CONFIRM", + "url": "https://www.synology.com/security/advisory/Synology_SA_19_01" } ] } -} \ No newline at end of file +}