From 514875596e84a8c578949bc90f8cdaf7396729b8 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 4 Jun 2018 09:03:13 -0400 Subject: [PATCH] - Synchronized data. --- 2016/1000xxx/CVE-2016-1000339.json | 120 +++++++++++++++-------------- 2016/1000xxx/CVE-2016-1000340.json | 114 +++++++++++++-------------- 2016/1000xxx/CVE-2016-1000341.json | 114 +++++++++++++-------------- 2016/1000xxx/CVE-2016-1000342.json | 114 +++++++++++++-------------- 2016/1000xxx/CVE-2016-1000343.json | 114 +++++++++++++-------------- 2018/1002xxx/CVE-2018-1002101.json | 37 +++++---- 2018/11xxx/CVE-2018-11708.json | 18 +++++ 2018/11xxx/CVE-2018-11709.json | 72 +++++++++++++++++ 2018/11xxx/CVE-2018-11710.json | 67 ++++++++++++++++ 2018/11xxx/CVE-2018-11711.json | 62 +++++++++++++++ 10 files changed, 532 insertions(+), 300 deletions(-) create mode 100644 2018/11xxx/CVE-2018-11708.json create mode 100644 2018/11xxx/CVE-2018-11709.json create mode 100644 2018/11xxx/CVE-2018-11710.json create mode 100644 2018/11xxx/CVE-2018-11711.json diff --git a/2016/1000xxx/CVE-2016-1000339.json b/2016/1000xxx/CVE-2016-1000339.json index e2896a424be..d1d254e4edd 100644 --- a/2016/1000xxx/CVE-2016-1000339.json +++ b/2016/1000xxx/CVE-2016-1000339.json @@ -1,61 +1,67 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "dgh@bouncycastle.org", - "ID": "CVE-2016-1000339", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Legion of the Bouncy Castle Inc.", - "product": { - "product_data": [ - { - "product_name": "Bouncy Castle JCE Provider", - "version": { - "version_data": [ - { - "version_value": "1.55 and before" - } + "CVE_data_meta" : { + "ASSIGNER" : "dgh@bouncycastle.org", + "ID" : "CVE-2016-1000339", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Bouncy Castle JCE Provider", + "version" : { + "version_data" : [ + { + "version_value" : "1.55 and before" + } + ] + } + } ] - } - } - ] - } - } + }, + "vendor_name" : "The Legion of the Bouncy Castle Inc." + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate." + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-514: Covert Channel" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://github.com/bcgit/bc-java/commit/413b42f4d770456508585c830cfcde95f9b0e93b#diff-54656f860db94b867ba7542430cd2ef0"}, -{ "url": "https://github.com/bcgit/bc-java/commit/8a73f08931450c17c749af067b6a8185abdfd2c0#diff-494fb066bed02aeb76b6c005632943f2" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate." - } - ] - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-514: Covert Channel" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/bcgit/bc-java/commit/413b42f4d770456508585c830cfcde95f9b0e93b#diff-54656f860db94b867ba7542430cd2ef0", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/413b42f4d770456508585c830cfcde95f9b0e93b#diff-54656f860db94b867ba7542430cd2ef0" + }, + { + "name" : "https://github.com/bcgit/bc-java/commit/8a73f08931450c17c749af067b6a8185abdfd2c0#diff-494fb066bed02aeb76b6c005632943f2", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/8a73f08931450c17c749af067b6a8185abdfd2c0#diff-494fb066bed02aeb76b6c005632943f2" + } + ] + } } diff --git a/2016/1000xxx/CVE-2016-1000340.json b/2016/1000xxx/CVE-2016-1000340.json index 411fb408a7e..77f85ad5104 100644 --- a/2016/1000xxx/CVE-2016-1000340.json +++ b/2016/1000xxx/CVE-2016-1000340.json @@ -1,60 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "dgh@bouncycastle.org", - "ID": "CVE-2016-1000340", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Legion of the Bouncy Castle Inc.", - "product": { - "product_data": [ - { - "product_name": "Bouncy Castle JCE Provider", - "version": { - "version_data": [ - { - "version_value": "1.51 to 1.55" - } + "CVE_data_meta" : { + "ASSIGNER" : "dgh@bouncycastle.org", + "ID" : "CVE-2016-1000340", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Bouncy Castle JCE Provider", + "version" : { + "version_data" : [ + { + "version_value" : "1.51 to 1.55" + } + ] + } + } ] - } - } - ] - } - } + }, + "vendor_name" : "The Legion of the Bouncy Castle Inc." + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "In the Bouncy Castle JCE Provider versions 1.51 to 1.55, a carry propagation bug was introduced in the implementation of squaring for several raw math classes have been fixed (org.bouncycastle.math.raw.Nat???). These classes are used by our custom elliptic curve implementations (org.bouncycastle.math.ec.custom.**), so there was the possibility of rare (in general usage) spurious calculations for elliptic curve scalar multiplications. Such errors would have been detected with high probability by the output validation for our scalar multipliers." + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-514: Covert Channel" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://github.com/bcgit/bc-java/commit/790642084c4e0cadd47352054f868cc8397e2c00#diff-e5934feac8203ca0104ab291a3560a31" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "In the Bouncy Castle JCE Provider versions 1.51 to 1.55, a carry propagation bug was introduced in the implementation of squaring for several raw math classes have been fixed (org.bouncycastle.math.raw.Nat???). These classes are used by our custom elliptic curve implementations (org.bouncycastle.math.ec.custom.**), so there was the possibility of rare (in general usage) spurious calculations for elliptic curve scalar multiplications. Such errors would have been detected with high probability by the output validation for our scalar multipliers." - } - ] - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-514: Covert Channel" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/bcgit/bc-java/commit/790642084c4e0cadd47352054f868cc8397e2c00#diff-e5934feac8203ca0104ab291a3560a31", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/790642084c4e0cadd47352054f868cc8397e2c00#diff-e5934feac8203ca0104ab291a3560a31" + } + ] + } } diff --git a/2016/1000xxx/CVE-2016-1000341.json b/2016/1000xxx/CVE-2016-1000341.json index 86b11f70682..3d4f331817a 100644 --- a/2016/1000xxx/CVE-2016-1000341.json +++ b/2016/1000xxx/CVE-2016-1000341.json @@ -1,60 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "dgh@bouncycastle.org", - "ID": "CVE-2016-1000341", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Legion of the Bouncy Castle Inc.", - "product": { - "product_data": [ - { - "product_name": "Bouncy Castle JCE Provider", - "version": { - "version_data": [ - { - "version_value": "1.55 and before" - } + "CVE_data_meta" : { + "ASSIGNER" : "dgh@bouncycastle.org", + "ID" : "CVE-2016-1000341", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Bouncy Castle JCE Provider", + "version" : { + "version_data" : [ + { + "version_value" : "1.55 and before" + } + ] + } + } ] - } - } - ] - } - } + }, + "vendor_name" : "The Legion of the Bouncy Castle Inc." + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "In the Bouncy Castle JCE Provider version 1.55 and earlier DSA signature generation is vulnerable to timing attack. Where timings can be closely observed for the generation of signatures, the lack of blinding in 1.55, or earlier, may allow an attacker to gain information about the signature's k value and ultimately the private value as well." + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-385: Covert Timing Channel" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://github.com/bcgit/bc-java/commit/acaac81f96fec91ab45bd0412beaf9c3acd8defa#diff-e75226a9ca49217a7276b29242ec59ce" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "In the Bouncy Castle JCE Provider version 1.55 and earlier DSA signature generation is vulnerable to timing attack. Where timings can be closely observed for the generation of signatures, the lack of blinding in 1.55, or earlier, may allow an attacker to gain information about the signature's k value and ultimately the private value as well." - } - ] - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-385: Covert Timing Channel" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/bcgit/bc-java/commit/acaac81f96fec91ab45bd0412beaf9c3acd8defa#diff-e75226a9ca49217a7276b29242ec59ce", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/acaac81f96fec91ab45bd0412beaf9c3acd8defa#diff-e75226a9ca49217a7276b29242ec59ce" + } + ] + } } diff --git a/2016/1000xxx/CVE-2016-1000342.json b/2016/1000xxx/CVE-2016-1000342.json index fb16c008d48..bf57ab33236 100644 --- a/2016/1000xxx/CVE-2016-1000342.json +++ b/2016/1000xxx/CVE-2016-1000342.json @@ -1,60 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "dgh@bouncycastle.org", - "ID": "CVE-2016-1000342", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Legion of the Bouncy Castle Inc.", - "product": { - "product_data": [ - { - "product_name": "Bouncy Castle JCE Provider", - "version": { - "version_data": [ - { - "version_value": "1.55 and before" - } + "CVE_data_meta" : { + "ASSIGNER" : "dgh@bouncycastle.org", + "ID" : "CVE-2016-1000342", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Bouncy Castle JCE Provider", + "version" : { + "version_data" : [ + { + "version_value" : "1.55 and before" + } + ] + } + } ] - } - } - ] - } - } + }, + "vendor_name" : "The Legion of the Bouncy Castle Inc." + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "In the Bouncy Castle JCE Provider version 1.55 and earlier ECDSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure." + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-461: Data Processing Errors" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://github.com/bcgit/bc-java/commit/843c2e60f67d71faf81d236f448ebbe56c62c647#diff-25c3c78db788365f36839b3f2d3016b9" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "In the Bouncy Castle JCE Provider version 1.55 and earlier ECDSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure." - } - ] - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-461: Data Processing Errors" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/bcgit/bc-java/commit/843c2e60f67d71faf81d236f448ebbe56c62c647#diff-25c3c78db788365f36839b3f2d3016b9", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/843c2e60f67d71faf81d236f448ebbe56c62c647#diff-25c3c78db788365f36839b3f2d3016b9" + } + ] + } } diff --git a/2016/1000xxx/CVE-2016-1000343.json b/2016/1000xxx/CVE-2016-1000343.json index a2a51bf2da8..aac3b2796df 100644 --- a/2016/1000xxx/CVE-2016-1000343.json +++ b/2016/1000xxx/CVE-2016-1000343.json @@ -1,60 +1,62 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ASSIGNER": "dgh@bouncycastle.org", - "ID": "CVE-2016-1000343", - "STATE": "PUBLIC" - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "The Legion of the Bouncy Castle Inc.", - "product": { - "product_data": [ - { - "product_name": "Bouncy Castle JCE Provider", - "version": { - "version_data": [ - { - "version_value": "1.55 and before" - } + "CVE_data_meta" : { + "ASSIGNER" : "dgh@bouncycastle.org", + "ID" : "CVE-2016-1000343", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "Bouncy Castle JCE Provider", + "version" : { + "version_data" : [ + { + "version_value" : "1.55 and before" + } + ] + } + } ] - } - } - ] - } - } + }, + "vendor_name" : "The Legion of the Bouncy Castle Inc." + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "In the Bouncy Castle JCE Provider version 1.55 and earlier the DSA key pair generator generates a weak private key if used with default values. If the JCA key pair generator is not explicitly initialised with DSA parameters, 1.55 and earlier generates a private value assuming a 1024 bit key size. In earlier releases this can be dealt with by explicitly passing parameters to the key pair generator." + } ] - } - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-320: Key Management Errors" - } - ] - } - ] - }, - "references": { - "reference_data": [ - { - "url": "https://github.com/bcgit/bc-java/commit/50a53068c094d6cff37659da33c9b4505becd389#diff-5578e61500abb2b87b300d3114bdfd7d" - } - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "In the Bouncy Castle JCE Provider version 1.55 and earlier the DSA key pair generator generates a weak private key if used with default values. If the JCA key pair generator is not explicitly initialised with DSA parameters, 1.55 and earlier generates a private value assuming a 1024 bit key size. In earlier releases this can be dealt with by explicitly passing parameters to the key pair generator." - } - ] - } + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-320: Key Management Errors" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://github.com/bcgit/bc-java/commit/50a53068c094d6cff37659da33c9b4505becd389#diff-5578e61500abb2b87b300d3114bdfd7d", + "refsource" : "CONFIRM", + "url" : "https://github.com/bcgit/bc-java/commit/50a53068c094d6cff37659da33c9b4505becd389#diff-5578e61500abb2b87b300d3114bdfd7d" + } + ] + } } diff --git a/2018/1002xxx/CVE-2018-1002101.json b/2018/1002xxx/CVE-2018-1002101.json index 489168c1cc5..2dc824ee46b 100644 --- a/2018/1002xxx/CVE-2018-1002101.json +++ b/2018/1002xxx/CVE-2018-1002101.json @@ -1,20 +1,19 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "DATE_ASSIGNED": "2018-05-31", - "STATE": "RESERVED", - "ID": "CVE-2018-1002101", - "ASSIGNER": "jordan@liggitt.net" - }, - "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." - } - ] - } -} - + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "DATE_ASSIGNED" : "2018-05-31", + "ID" : "CVE-2018-1002101", + "STATE" : "RESERVED" + }, + "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." + } + ] + } +} diff --git a/2018/11xxx/CVE-2018-11708.json b/2018/11xxx/CVE-2018-11708.json new file mode 100644 index 00000000000..1237d59bec7 --- /dev/null +++ b/2018/11xxx/CVE-2018-11708.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-11708", + "STATE" : "RESERVED" + }, + "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." + } + ] + } +} diff --git a/2018/11xxx/CVE-2018-11709.json b/2018/11xxx/CVE-2018-11709.json new file mode 100644 index 00000000000..a99b471dea9 --- /dev/null +++ b/2018/11xxx/CVE-2018-11709.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-11709", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "wpforo_get_request_uri in wpf-includes/functions.php in the wpForo Forum plugin before 1.4.12 for WordPress allows Unauthenticated Reflected Cross-Site Scripting (XSS) via the URI." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://blog.dewhurstsecurity.com/2018/06/01/wp-foro-wordpress-plugin-xss-vulnerability.html", + "refsource" : "MISC", + "url" : "https://blog.dewhurstsecurity.com/2018/06/01/wp-foro-wordpress-plugin-xss-vulnerability.html" + }, + { + "name" : "https://wordpress.org/plugins/wpforo/#developers", + "refsource" : "MISC", + "url" : "https://wordpress.org/plugins/wpforo/#developers" + }, + { + "name" : "https://wpvulndb.com/vulnerabilities/9090", + "refsource" : "MISC", + "url" : "https://wpvulndb.com/vulnerabilities/9090" + } + ] + } +} diff --git a/2018/11xxx/CVE-2018-11710.json b/2018/11xxx/CVE-2018-11710.json new file mode 100644 index 00000000000..4904895108c --- /dev/null +++ b/2018/11xxx/CVE-2018-11710.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-11710", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "soundlib/pattern.h in libopenmpt before 0.3.9 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted AMS file because of an invalid write near address 0 in an out-of-memory situation." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://lib.openmpt.org/libopenmpt/2018/04/29/security-updates-0.3.9-0.2-beta32-0.2.7561-beta20.5-p9-0.2.7386-beta20.3-p12/", + "refsource" : "CONFIRM", + "url" : "https://lib.openmpt.org/libopenmpt/2018/04/29/security-updates-0.3.9-0.2-beta32-0.2.7561-beta20.5-p9-0.2.7386-beta20.3-p12/" + }, + { + "name" : "https://source.openmpt.org/browse/openmpt/trunk/?op=revision&rev=10149&peg=10150", + "refsource" : "CONFIRM", + "url" : "https://source.openmpt.org/browse/openmpt/trunk/?op=revision&rev=10149&peg=10150" + } + ] + } +} diff --git a/2018/11xxx/CVE-2018-11711.json b/2018/11xxx/CVE-2018-11711.json new file mode 100644 index 00000000000..987ce211a79 --- /dev/null +++ b/2018/11xxx/CVE-2018-11711.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-11711", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "A remote attacker can bypass the System Manager Mode on the Canon MF210 and MF220 web interface without knowing the PIN for /login.html via vectors involving /portal_top.html to get full access to the device." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://gist.github.com/huykha/9dbcd0e46058f1e18bab241d1b2754bd", + "refsource" : "MISC", + "url" : "https://gist.github.com/huykha/9dbcd0e46058f1e18bab241d1b2754bd" + } + ] + } +}