From 017fe00e5d66fe8c2ccea3c7750adc938fe8fb53 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 18 Jul 2019 16:00:52 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/1010xxx/CVE-2019-1010104.json | 56 ++++++++++++++++--- 2019/13xxx/CVE-2019-13509.json | 62 +++++++++++++++++++++ 2019/13xxx/CVE-2019-13948.json | 67 +++++++++++++++++++++++ 2019/13xxx/CVE-2019-13949.json | 67 +++++++++++++++++++++++ 2019/13xxx/CVE-2019-13950.json | 67 +++++++++++++++++++++++ 2019/3xxx/CVE-2019-3570.json | 6 +-- 2019/3xxx/CVE-2019-3734.json | 5 +- 2019/3xxx/CVE-2019-3741.json | 7 +-- 2019/3xxx/CVE-2019-3794.json | 86 +++++++++++++++++++++++++++++- 2019/9xxx/CVE-2019-9231.json | 48 ++++++++++++++++- 10 files changed, 454 insertions(+), 17 deletions(-) create mode 100644 2019/13xxx/CVE-2019-13509.json create mode 100644 2019/13xxx/CVE-2019-13948.json create mode 100644 2019/13xxx/CVE-2019-13949.json create mode 100644 2019/13xxx/CVE-2019-13950.json diff --git a/2019/1010xxx/CVE-2019-1010104.json b/2019/1010xxx/CVE-2019-1010104.json index 5dff5444d5d..e6cc927c54e 100644 --- a/2019/1010xxx/CVE-2019-1010104.json +++ b/2019/1010xxx/CVE-2019-1010104.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve-assign@distributedweaknessfiling.org", "ID": "CVE-2019-1010104", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "TechyTalk", + "product": { + "product_data": [ + { + "product_name": "Quick Chat WordPress Plugin", + "version": { + "version_data": [ + { + "version_value": "All (At least as of date 2018-06-13)" + } + ] + } + } + ] + } + } + ] + } + }, + "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": "TechyTalk Quick Chat WordPress Plugin All up to the latest is affected by: SQL Injection. The impact is: Access to the database. The component is: like_escape is used in Quick-chat.php line 399. The attack vector is: Crafted ajax request." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "SQL Injection" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://metalamin.github.io/Quick-Chat-SQLi-EN/", + "refsource": "MISC", + "name": "https://metalamin.github.io/Quick-Chat-SQLi-EN/" } ] } diff --git a/2019/13xxx/CVE-2019-13509.json b/2019/13xxx/CVE-2019-13509.json new file mode 100644 index 00000000000..28f7ce823ec --- /dev/null +++ b/2019/13xxx/CVE-2019-13509.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-13509", + "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": "In Docker CE and EE before 18.09.8 (as well as Docker EE before 17.06.2-ee-23 and 18.x before 18.03.1-ee-10), Docker Engine in debug mode may sometimes add secrets to the debug log. This applies to a scenario where docker stack deploy is run to redeploy a stack that includes (non external) secrets. It potentially applies to other API users of the stack API if they resend the secret." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://docs.docker.com/engine/release-notes/", + "refsource": "MISC", + "name": "https://docs.docker.com/engine/release-notes/" + } + ] + } +} \ No newline at end of file diff --git a/2019/13xxx/CVE-2019-13948.json b/2019/13xxx/CVE-2019-13948.json new file mode 100644 index 00000000000..c244ac5dbd8 --- /dev/null +++ b/2019/13xxx/CVE-2019-13948.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-13948", + "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": "SyGuestBook A5 Version 1.2 allows stored XSS because the isValidData function in include/functions.php does not properly block XSS payloads, as demonstrated by a crafted use of the onerror attribute of an IMG element." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html", + "refsource": "MISC", + "name": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html" + }, + { + "url": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md", + "refsource": "MISC", + "name": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md" + } + ] + } +} \ No newline at end of file diff --git a/2019/13xxx/CVE-2019-13949.json b/2019/13xxx/CVE-2019-13949.json new file mode 100644 index 00000000000..b89da18a15c --- /dev/null +++ b/2019/13xxx/CVE-2019-13949.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-13949", + "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": "SyGuestBook A5 Version 1.2 has no CSRF protection mechanism, as demonstrated by CSRF for an index.php?c=Administrator&a=update admin password change." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html", + "refsource": "MISC", + "name": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html" + }, + { + "url": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md", + "refsource": "MISC", + "name": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md" + } + ] + } +} \ No newline at end of file diff --git a/2019/13xxx/CVE-2019-13950.json b/2019/13xxx/CVE-2019-13950.json new file mode 100644 index 00000000000..3d4bd2b7f83 --- /dev/null +++ b/2019/13xxx/CVE-2019-13950.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-13950", + "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": "index.php?c=admin&a=index in SyGuestBook A5 Version 1.2 has stored XSS via a reply to a comment." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html", + "refsource": "MISC", + "name": "https://fragrant10.github.io/2019/02/22/SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.html" + }, + { + "url": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md", + "refsource": "MISC", + "name": "https://github.com/fragrant10/fragrant10.github.io/blob/master/_posts/2019-02-22-SyGuestBookA5%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1.md" + } + ] + } +} \ No newline at end of file diff --git a/2019/3xxx/CVE-2019-3570.json b/2019/3xxx/CVE-2019-3570.json index 7d8ee4966db..f71ede8baa4 100644 --- a/2019/3xxx/CVE-2019-3570.json +++ b/2019/3xxx/CVE-2019-3570.json @@ -107,15 +107,15 @@ "references": { "reference_data": [ { + "refsource": "CONFIRM", "name": "https://github.com/facebook/hhvm/commit/cc331e4349e91706a673e2a09f1f2ea5bbb33815", - "refsource": "MISC", "url": "https://github.com/facebook/hhvm/commit/cc331e4349e91706a673e2a09f1f2ea5bbb33815" }, { + "refsource": "CONFIRM", "name": "https://hhvm.com/blog/2019/06/10/hhvm-4.9.0.html", - "refsource": "MISC", "url": "https://hhvm.com/blog/2019/06/10/hhvm-4.9.0.html" } ] } -} +} \ No newline at end of file diff --git a/2019/3xxx/CVE-2019-3734.json b/2019/3xxx/CVE-2019-3734.json index 0047ddc7e53..a2c468cf704 100644 --- a/2019/3xxx/CVE-2019-3734.json +++ b/2019/3xxx/CVE-2019-3734.json @@ -75,8 +75,9 @@ "references": { "reference_data": [ { - "refsource": "CONFIRM", - "url": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities" + "refsource": "MISC", + "url": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities", + "name": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities" } ] }, diff --git a/2019/3xxx/CVE-2019-3741.json b/2019/3xxx/CVE-2019-3741.json index cd5db3f468b..4208f1d0045 100644 --- a/2019/3xxx/CVE-2019-3741.json +++ b/2019/3xxx/CVE-2019-3741.json @@ -37,7 +37,7 @@ "description_data": [ { "lang": "eng", - "value": "Dell EMC Unity and UnityVSA versions prior to 5.0.0.0.5.116 contain a plain-text password storage vulnerability. A Unisphere user’s (including the admin privilege user) password is stored in a plain text in Unity Data Collection bundle (logs files for troubleshooting). A local authenticated attacker with access to the Data Collection bundle may use the exposed password to gain access with the privileges of the compromised user." + "value": "Dell EMC Unity and UnityVSA versions prior to 5.0.0.0.5.116 contain a plain-text password storage vulnerability. A Unisphere user\u2019s (including the admin privilege user) password is stored in a plain text in Unity Data Collection bundle (logs files for troubleshooting). A local authenticated attacker with access to the Data Collection bundle may use the exposed password to gain access with the privileges of the compromised user." } ] }, @@ -75,8 +75,9 @@ "references": { "reference_data": [ { - "refsource": "CONFIRM", - "url": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities" + "refsource": "MISC", + "url": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities", + "name": "https://productsecurity-ux.ausmp1z1.pcf.dell.com/support/security/us/en/04/details/535028/DSA-2019-086-Dell-EMC-Unity-Family-Multiple-Vulnerabilities" } ] }, diff --git a/2019/3xxx/CVE-2019-3794.json b/2019/3xxx/CVE-2019-3794.json index b440f1b6b04..870d4c99abd 100644 --- a/2019/3xxx/CVE-2019-3794.json +++ b/2019/3xxx/CVE-2019-3794.json @@ -1 +1,85 @@ -{"data_type":"CVE","data_format":"MITRE","data_version":"4.0","CVE_data_meta":{"ASSIGNER":"secure@dell.com","DATE_PUBLIC":"2019-07-09T00:00:00.000Z","ID":"CVE-2019-3794","STATE":"PUBLIC","TITLE":"UAA - Login app subject to clickjacking attack"},"source":{"discovery":"UNKNOWN"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"UAA Release (OSS)","version":{"version_data":[{"affected":"<","version_name":"All","version_value":"v73.4.0"}]}}]},"vendor_name":"Cloud Foundry"}]}},"description":{"description_data":[{"lang":"eng","value":"Cloud Foundry UAA, versions prior to v73.4.0, does not set an X-FRAME-OPTIONS header on various endpoints. A remote user can perform clickjacking attacks on UAA's frontend sites. "}]},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"CWE-284: Improper Access Control - Generic"}]}]},"references":{"reference_data":[{"refsource":"CONFIRM","url":"https://www.cloudfoundry.org/blog/cve-2019-3794","name":"https://www.cloudfoundry.org/blog/cve-2019-3794"}]},"impact":{"cvss":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":6.5,"baseSeverity":"MEDIUM","confidentialityImpact":"HIGH","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"REQUIRED","vectorString":"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N","version":"3.0"}}} \ No newline at end of file +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ASSIGNER": "secure@dell.com", + "DATE_PUBLIC": "2019-07-09T00:00:00.000Z", + "ID": "CVE-2019-3794", + "STATE": "PUBLIC", + "TITLE": "UAA - Login app subject to clickjacking attack" + }, + "source": { + "discovery": "UNKNOWN" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "UAA Release (OSS)", + "version": { + "version_data": [ + { + "affected": "<", + "version_name": "All", + "version_value": "v73.4.0" + } + ] + } + } + ] + }, + "vendor_name": "Cloud Foundry" + } + ] + } + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cloud Foundry UAA, versions prior to v73.4.0, does not set an X-FRAME-OPTIONS header on various endpoints. A remote user can perform clickjacking attacks on UAA's frontend sites." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284: Improper Access Control - Generic" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://www.cloudfoundry.org/blog/cve-2019-3794", + "name": "https://www.cloudfoundry.org/blog/cve-2019-3794" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.5, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", + "version": "3.0" + } + } +} \ No newline at end of file diff --git a/2019/9xxx/CVE-2019-9231.json b/2019/9xxx/CVE-2019-9231.json index 3dd4ee51c89..e4e2e8c5ac0 100644 --- a/2019/9xxx/CVE-2019-9231.json +++ b/2019/9xxx/CVE-2019-9231.json @@ -2,7 +2,30 @@ "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-9231", - "STATE": "RESERVED" + "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", @@ -11,7 +34,28 @@ "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": "An issue was discovered on AudioCodes Mediant 500L-MSBR, 500-MBSR, M800B-MSBR and 800C-MSBR devices with firmware versions before 7.20A.202.307. A Cross-Site Request Forgery (CSRF) vulnerability in the management web interface allows remote attackers to execute malicious and unauthorized actions, because CSRFProtection=1 is not a default and is not documented." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.cirosec.de/fileadmin/1._Unternehmen/1.4._Unsere_Kompetenzen/Security_Advisory_AudioCodes_Mediant_family.pdf", + "url": "https://www.cirosec.de/fileadmin/1._Unternehmen/1.4._Unsere_Kompetenzen/Security_Advisory_AudioCodes_Mediant_family.pdf" } ] }