From ee3c699d3dab06c91b0c37b2043b89371a98be87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Helmke?= Date: Tue, 16 May 2023 12:00:28 +0200 Subject: [PATCH] Auto-Update: 2023-05-16T10:00:25.984031+00:00 --- CVE-2023/CVE-2023-236xx/CVE-2023-23673.json | 55 ++++++++++++++++++ CVE-2023/CVE-2023-236xx/CVE-2023-23676.json | 55 ++++++++++++++++++ CVE-2023/CVE-2023-237xx/CVE-2023-23727.json | 55 ++++++++++++++++++ CVE-2023/CVE-2023-24xx/CVE-2023-2499.json | 63 +++++++++++++++++++++ CVE-2023/CVE-2023-25xx/CVE-2023-2548.json | 59 +++++++++++++++++++ CVE-2023/CVE-2023-329xx/CVE-2023-32955.json | 55 ++++++++++++++++++ CVE-2023/CVE-2023-329xx/CVE-2023-32956.json | 55 ++++++++++++++++++ README.md | 16 ++++-- 8 files changed, 408 insertions(+), 5 deletions(-) create mode 100644 CVE-2023/CVE-2023-236xx/CVE-2023-23673.json create mode 100644 CVE-2023/CVE-2023-236xx/CVE-2023-23676.json create mode 100644 CVE-2023/CVE-2023-237xx/CVE-2023-23727.json create mode 100644 CVE-2023/CVE-2023-24xx/CVE-2023-2499.json create mode 100644 CVE-2023/CVE-2023-25xx/CVE-2023-2548.json create mode 100644 CVE-2023/CVE-2023-329xx/CVE-2023-32955.json create mode 100644 CVE-2023/CVE-2023-329xx/CVE-2023-32956.json diff --git a/CVE-2023/CVE-2023-236xx/CVE-2023-23673.json b/CVE-2023/CVE-2023-236xx/CVE-2023-23673.json new file mode 100644 index 00000000000..68746f9a35c --- /dev/null +++ b/CVE-2023/CVE-2023-236xx/CVE-2023-23673.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2023-23673", + "sourceIdentifier": "audit@patchstack.com", + "published": "2023-05-16T09:15:09.313", + "lastModified": "2023-05-16T09:15:09.313", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Auth. (admin+) Stored Cross-Site Scripting (XSS) vulnerability in Harish Chouhan, Themeist I Recommend This plugin <=\u00a03.8.3 versions." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "audit@patchstack.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "HIGH", + "userInteraction": "REQUIRED", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "baseScore": 5.9, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 1.7, + "impactScore": 3.7 + } + ] + }, + "weaknesses": [ + { + "source": "audit@patchstack.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-79" + } + ] + } + ], + "references": [ + { + "url": "https://patchstack.com/database/vulnerability/i-recommend-this/wordpress-i-recommend-this-plugin-3-8-3-cross-site-scripting-xss-vulnerability?_s_id=cve", + "source": "audit@patchstack.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-236xx/CVE-2023-23676.json b/CVE-2023/CVE-2023-236xx/CVE-2023-23676.json new file mode 100644 index 00000000000..14c0f0f22e5 --- /dev/null +++ b/CVE-2023/CVE-2023-236xx/CVE-2023-23676.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2023-23676", + "sourceIdentifier": "audit@patchstack.com", + "published": "2023-05-16T09:15:09.720", + "lastModified": "2023-05-16T09:15:09.720", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Auth. (contributor+) Stored Cross-Site Scripting (XSS) vulnerability in Bruno \"Aesqe\" Babic File Gallery plugin <=\u00a01.8.5.3 versions." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "audit@patchstack.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "REQUIRED", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "baseScore": 6.5, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 2.3, + "impactScore": 3.7 + } + ] + }, + "weaknesses": [ + { + "source": "audit@patchstack.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-79" + } + ] + } + ], + "references": [ + { + "url": "https://patchstack.com/database/vulnerability/file-gallery/wordpress-file-gallery-plugin-1-8-5-3-cross-site-scripting-xss-vulnerability?_s_id=cve", + "source": "audit@patchstack.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-237xx/CVE-2023-23727.json b/CVE-2023/CVE-2023-237xx/CVE-2023-23727.json new file mode 100644 index 00000000000..65e7385aff3 --- /dev/null +++ b/CVE-2023/CVE-2023-237xx/CVE-2023-23727.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2023-23727", + "sourceIdentifier": "audit@patchstack.com", + "published": "2023-05-16T09:15:09.807", + "lastModified": "2023-05-16T09:15:09.807", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Auth. (admin+) Stored Cross-Site Scripting (XSS) vulnerability in Formilla Live Chat by Formilla plugin <=\u00a01.3 versions." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "audit@patchstack.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "HIGH", + "userInteraction": "REQUIRED", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW", + "baseScore": 5.9, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 1.7, + "impactScore": 3.7 + } + ] + }, + "weaknesses": [ + { + "source": "audit@patchstack.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-79" + } + ] + } + ], + "references": [ + { + "url": "https://patchstack.com/database/vulnerability/formilla-live-chat/wordpress-live-chat-by-formilla-real-time-chat-chatbots-plugin-plugin-1-2-cross-site-scripting-xss-vulnerability?_s_id=cve", + "source": "audit@patchstack.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-24xx/CVE-2023-2499.json b/CVE-2023/CVE-2023-24xx/CVE-2023-2499.json new file mode 100644 index 00000000000..3c3c641d8db --- /dev/null +++ b/CVE-2023/CVE-2023-24xx/CVE-2023-2499.json @@ -0,0 +1,63 @@ +{ + "id": "CVE-2023-2499", + "sourceIdentifier": "security@wordfence.com", + "published": "2023-05-16T09:15:09.890", + "lastModified": "2023-05-16T09:15:09.890", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "The RegistrationMagic plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 5.2.1.0. This is due to insufficient verification on the user being supplied during a Google social login through the plugin. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the email." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@wordfence.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL" + }, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + } + ] + }, + "weaknesses": [ + { + "source": "security@wordfence.com", + "type": "Secondary", + "description": [ + { + "lang": "en", + "value": "CWE-288" + } + ] + } + ], + "references": [ + { + "url": "https://plugins.trac.wordpress.org/browser/custom-registration-form-builder-with-submission-manager/tags/5.2.0.4/services/class_rm_user_services.php#L791", + "source": "security@wordfence.com" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2912481%40custom-registration-form-builder-with-submission-manager&new=2912481%40custom-registration-form-builder-with-submission-manager&sfp_email=&sfph_mail=", + "source": "security@wordfence.com" + }, + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/87ec5542-b6e7-4b18-a3ec-c258e749d32e?source=cve", + "source": "security@wordfence.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-25xx/CVE-2023-2548.json b/CVE-2023/CVE-2023-25xx/CVE-2023-2548.json new file mode 100644 index 00000000000..29e76ea72a2 --- /dev/null +++ b/CVE-2023/CVE-2023-25xx/CVE-2023-2548.json @@ -0,0 +1,59 @@ +{ + "id": "CVE-2023-2548", + "sourceIdentifier": "security@wordfence.com", + "published": "2023-05-16T09:15:09.963", + "lastModified": "2023-05-16T09:15:09.963", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "The RegistrationMagic plugin for WordPress is vulnerable to Insecure Direct Object References in versions up to, and including, 5.2.0.5. This is due to the plugin providing user-controlled access to objects, letting a user bypass authorization and access system resources. This makes it possible for authenticated attackers, with administrator-level permissions and above, to change user passwords and potentially take over super-administrator accounts in multisite setup." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@wordfence.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", + "attackVector": "NETWORK", + "attackComplexity": "HIGH", + "privilegesRequired": "HIGH", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 6.6, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 0.7, + "impactScore": 5.9 + } + ] + }, + "weaknesses": [ + { + "source": "security@wordfence.com", + "type": "Secondary", + "description": [ + { + "lang": "en", + "value": "CWE-639" + } + ] + } + ], + "references": [ + { + "url": "https://plugins.trac.wordpress.org/browser/custom-registration-form-builder-with-submission-manager/tags/5.2.0.5/includes/class_rm_utilities.php#L3044", + "source": "security@wordfence.com" + }, + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/bfbc406b-49af-419e-adeb-0510794b7e3f?source=cve", + "source": "security@wordfence.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-329xx/CVE-2023-32955.json b/CVE-2023/CVE-2023-329xx/CVE-2023-32955.json new file mode 100644 index 00000000000..ce6c3a5c6e0 --- /dev/null +++ b/CVE-2023/CVE-2023-329xx/CVE-2023-32955.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2023-32955", + "sourceIdentifier": "security@synology.com", + "published": "2023-05-16T08:15:08.490", + "lastModified": "2023-05-16T08:15:08.490", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Improper neutralization of special elements used in an OS command ('OS Command Injection') vulnerability in DHCP Client Functionality in Synology Router Manager (SRM) before 1.2.5-8227-6 and 1.3.1-9346-3 allows man-in-the-middle attackers to execute arbitrary commands via unspecified vectors." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@synology.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", + "attackVector": "NETWORK", + "attackComplexity": "HIGH", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 8.1, + "baseSeverity": "HIGH" + }, + "exploitabilityScore": 2.2, + "impactScore": 5.9 + } + ] + }, + "weaknesses": [ + { + "source": "security@synology.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-78" + } + ] + } + ], + "references": [ + { + "url": "https://www.synology.com/en-global/security/advisory/Synology_SA_22_25", + "source": "security@synology.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2023/CVE-2023-329xx/CVE-2023-32956.json b/CVE-2023/CVE-2023-329xx/CVE-2023-32956.json new file mode 100644 index 00000000000..ee3646740f9 --- /dev/null +++ b/CVE-2023/CVE-2023-329xx/CVE-2023-32956.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2023-32956", + "sourceIdentifier": "security@synology.com", + "published": "2023-05-16T08:15:08.743", + "lastModified": "2023-05-16T08:15:08.743", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Improper neutralization of special elements used in an OS command ('OS Command Injection') vulnerability in CGI component in Synology Router Manager (SRM) before 1.2.5-8227-6 and 1.3.1-9346-3 allows remote attackers to execute arbitrary code via unspecified vectors." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@synology.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "availabilityImpact": "HIGH", + "baseScore": 9.8, + "baseSeverity": "CRITICAL" + }, + "exploitabilityScore": 3.9, + "impactScore": 5.9 + } + ] + }, + "weaknesses": [ + { + "source": "security@synology.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-78" + } + ] + } + ], + "references": [ + { + "url": "https://www.synology.com/en-global/security/advisory/Synology_SA_22_25", + "source": "security@synology.com" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 18ca367bb0c..919bb13ec91 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours. ### Last Repository Update ```plain -2023-05-16T06:00:24.123174+00:00 +2023-05-16T10:00:25.984031+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2023-05-16T05:15:09.357000+00:00 +2023-05-16T09:15:09.963000+00:00 ``` ### Last Data Feed Release @@ -29,14 +29,20 @@ Download and Changelog: [Click](releases/latest) ### Total Number of included CVEs ```plain -215339 +215346 ``` ### CVEs added in the last Commit -Recently added CVEs: `1` +Recently added CVEs: `7` -* [CVE-2023-2161](CVE-2023/CVE-2023-21xx/CVE-2023-2161.json) (`2023-05-16T05:15:09.357`) +* [CVE-2023-23673](CVE-2023/CVE-2023-236xx/CVE-2023-23673.json) (`2023-05-16T09:15:09.313`) +* [CVE-2023-23676](CVE-2023/CVE-2023-236xx/CVE-2023-23676.json) (`2023-05-16T09:15:09.720`) +* [CVE-2023-23727](CVE-2023/CVE-2023-237xx/CVE-2023-23727.json) (`2023-05-16T09:15:09.807`) +* [CVE-2023-2499](CVE-2023/CVE-2023-24xx/CVE-2023-2499.json) (`2023-05-16T09:15:09.890`) +* [CVE-2023-2548](CVE-2023/CVE-2023-25xx/CVE-2023-2548.json) (`2023-05-16T09:15:09.963`) +* [CVE-2023-32955](CVE-2023/CVE-2023-329xx/CVE-2023-32955.json) (`2023-05-16T08:15:08.490`) +* [CVE-2023-32956](CVE-2023/CVE-2023-329xx/CVE-2023-32956.json) (`2023-05-16T08:15:08.743`) ### CVEs modified in the last Commit