From 0367bf66a200052ce4bb24e57af400ca61601b93 Mon Sep 17 00:00:00 2001 From: Ikuya Fukumoto Date: Thu, 19 Sep 2019 18:06:44 +0900 Subject: [PATCH 1/2] JPCERT/CC 2019-09-19 --- 2019/6xxx/CVE-2019-6010.json | 60 +++++++++++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 8 deletions(-) diff --git a/2019/6xxx/CVE-2019-6010.json b/2019/6xxx/CVE-2019-6010.json index 5d2ed8e35f9..368a1b8348c 100644 --- a/2019/6xxx/CVE-2019-6010.json +++ b/2019/6xxx/CVE-2019-6010.json @@ -1,17 +1,61 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-6010", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", "data_version": "4.0", + "references": { + "reference_data": [ + { + "url": "https://play.google.com/store/apps/details?id=jp.naver.line.android&hl=en" + }, + { + "url": "http://jvn.jp/en/jp/JVN97845465/index.html" + } + ] + }, "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": "Integer overflow vulnerability in LINE(Android) from 4.4.0 to the version before 9.15.1 allows remote attackers to cause a denial of service (DoS) condition or execute arbitrary code via a specially crafted image." + } + ] + }, + "data_type": "CVE", + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "version": { + "version_data": [ + { + "version_value": "from 4.4.0 to the version before 9.15.1" + } + ] + }, + "product_name": "LINE(Android)" + } + ] + }, + "vendor_name": "LINE Corporation" + } + ] + } + }, + "CVE_data_meta": { + "ID": "CVE-2019-6010", + "ASSIGNER": "vultures@jpcert.or.jp" + }, + "data_format": "MITRE", + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Integer overflow" + } + ] } ] } From 4818f2a0c26d51e9cc2250f4dc32da70d5cb1379 Mon Sep 17 00:00:00 2001 From: Ikuya Fukumoto Date: Thu, 19 Sep 2019 18:10:50 +0900 Subject: [PATCH 2/2] Fix typo. --- 2019/6xxx/CVE-2019-6010.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2019/6xxx/CVE-2019-6010.json b/2019/6xxx/CVE-2019-6010.json index 368a1b8348c..64dfb334bd8 100644 --- a/2019/6xxx/CVE-2019-6010.json +++ b/2019/6xxx/CVE-2019-6010.json @@ -14,7 +14,7 @@ "description_data": [ { "lang": "eng", - "value": "Integer overflow vulnerability in LINE(Android) from 4.4.0 to the version before 9.15.1 allows remote attackers to cause a denial of service (DoS) condition or execute arbitrary code via a specially crafted image." + "value": "Integer overflow vulnerability in LINE(Android) from 4.4.0 to the version before 9.15.1 allows remote attackers to cause a denial of service (DoS) condition or execute arbitrary code via a specially crafted image." } ] }, @@ -59,4 +59,4 @@ } ] } -} \ No newline at end of file +}