From 57c0e0d9bd768881ca255548d97c5e3998bac41e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 06:32:14 +0000 Subject: [PATCH] Publish Advisories GHSA-3m2v-5hxx-gq9h GHSA-88gp-9664-52xh GHSA-97qx-x85w-q75v GHSA-r228-5hvw-cxmh GHSA-wrr5-5xv5-q9rx --- .../GHSA-3m2v-5hxx-gq9h.json | 52 +++++++++++++++++ .../GHSA-88gp-9664-52xh.json | 56 +++++++++++++++++++ .../GHSA-97qx-x85w-q75v.json | 56 +++++++++++++++++++ .../GHSA-r228-5hvw-cxmh.json | 44 +++++++++++++++ .../GHSA-wrr5-5xv5-q9rx.json | 56 +++++++++++++++++++ 5 files changed, 264 insertions(+) create mode 100644 advisories/unreviewed/2025/05/GHSA-3m2v-5hxx-gq9h/GHSA-3m2v-5hxx-gq9h.json create mode 100644 advisories/unreviewed/2025/05/GHSA-88gp-9664-52xh/GHSA-88gp-9664-52xh.json create mode 100644 advisories/unreviewed/2025/05/GHSA-97qx-x85w-q75v/GHSA-97qx-x85w-q75v.json create mode 100644 advisories/unreviewed/2025/05/GHSA-r228-5hvw-cxmh/GHSA-r228-5hvw-cxmh.json create mode 100644 advisories/unreviewed/2025/05/GHSA-wrr5-5xv5-q9rx/GHSA-wrr5-5xv5-q9rx.json diff --git a/advisories/unreviewed/2025/05/GHSA-3m2v-5hxx-gq9h/GHSA-3m2v-5hxx-gq9h.json b/advisories/unreviewed/2025/05/GHSA-3m2v-5hxx-gq9h/GHSA-3m2v-5hxx-gq9h.json new file mode 100644 index 00000000000..4bf94341def --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-3m2v-5hxx-gq9h/GHSA-3m2v-5hxx-gq9h.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3m2v-5hxx-gq9h", + "modified": "2025-05-24T06:30:39Z", + "published": "2025-05-24T06:30:39Z", + "aliases": [ + "CVE-2025-5058" + ], + "details": "The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the set_image() function in all versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible. This is only exploitable by unauthenticated attackers in default configurations where the the default password is left as 1:1, or where the attacker gains access to the credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5058" + }, + { + "type": "WEB", + "url": "https://github.com/d0n601/CVE-2025-5058" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmconnectorcommon.php#L2115" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmcwoocommerceoverrider.php#L272" + }, + { + "type": "WEB", + "url": "https://ryankozak.com/posts/cve-2025-5058" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/8a00ece0-6644-4535-86aa-d0802d94a1a7?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-24T04:15:32Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-88gp-9664-52xh/GHSA-88gp-9664-52xh.json b/advisories/unreviewed/2025/05/GHSA-88gp-9664-52xh/GHSA-88gp-9664-52xh.json new file mode 100644 index 00000000000..a257d5501c2 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-88gp-9664-52xh/GHSA-88gp-9664-52xh.json @@ -0,0 +1,56 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-88gp-9664-52xh", + "modified": "2025-05-24T06:30:39Z", + "published": "2025-05-24T06:30:39Z", + "aliases": [ + "CVE-2025-4603" + ], + "details": "The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_file() function in all versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). This is only exploitable by unauthenticated attackers in default configurations where the the default password is left as 1:1, or where the attacker gains access to the credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4603" + }, + { + "type": "WEB", + "url": "https://github.com/d0n601/CVE-2025-4603" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmconnectorcommon.php#L2167" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmcwoocommerceoverrider.php#L380" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/smconnector.php#L35-36" + }, + { + "type": "WEB", + "url": "https://ryankozak.com/posts/cve-2025-4603" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/242ad00b-3602-4988-ab7a-76fba2e9d4cf?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-73" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-24T04:15:30Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-97qx-x85w-q75v/GHSA-97qx-x85w-q75v.json b/advisories/unreviewed/2025/05/GHSA-97qx-x85w-q75v/GHSA-97qx-x85w-q75v.json new file mode 100644 index 00000000000..d6e22a8b0b0 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-97qx-x85w-q75v/GHSA-97qx-x85w-q75v.json @@ -0,0 +1,56 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-97qx-x85w-q75v", + "modified": "2025-05-24T06:30:39Z", + "published": "2025-05-24T06:30:39Z", + "aliases": [ + "CVE-2025-4336" + ], + "details": "The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the set_file() function in all versions up to, and including, 1.2.5. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible. This is only exploitable by unauthenticated attackers in default configurations where the the default password is left as 1:1, or where the attacker gains access to the credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4336" + }, + { + "type": "WEB", + "url": "https://github.com/d0n601/CVE-2025-4336" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmcwoocommerceoverrider.php" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmcwoocommerceoverrider.php#L441" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/smconnector.php#L35-36" + }, + { + "type": "WEB", + "url": "https://ryankozak.com/posts/cve-2025-4336" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5323dbb7-3893-4b43-838b-6326505b2fb7?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-24T04:15:27Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-r228-5hvw-cxmh/GHSA-r228-5hvw-cxmh.json b/advisories/unreviewed/2025/05/GHSA-r228-5hvw-cxmh/GHSA-r228-5hvw-cxmh.json new file mode 100644 index 00000000000..4969dc43db7 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-r228-5hvw-cxmh/GHSA-r228-5hvw-cxmh.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-r228-5hvw-cxmh", + "modified": "2025-05-24T06:30:39Z", + "published": "2025-05-24T06:30:39Z", + "aliases": [ + "CVE-2025-4223" + ], + "details": "The Page Builder: Pagelayer – Drag and Drop website builder plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘login_url’ parameter in all versions up to, and including, 2.0.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. A valid username/password pair needs to be supplied in order to be successfully exploited and any injected scripts will only execute in the context of that authenticated user.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4223" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/pagelayer/tags/2.0.0/main/ajax.php#L1415" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset?new=3298138%40pagelayer%2Ftrunk%2Fmain%2Fajax.php&old=3253356%40pagelayer%2Ftrunk%2Fmain%2Fajax.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b6db6736-4629-47b7-976a-f81335430119?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-24T05:15:21Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-wrr5-5xv5-q9rx/GHSA-wrr5-5xv5-q9rx.json b/advisories/unreviewed/2025/05/GHSA-wrr5-5xv5-q9rx/GHSA-wrr5-5xv5-q9rx.json new file mode 100644 index 00000000000..e91d278b483 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-wrr5-5xv5-q9rx/GHSA-wrr5-5xv5-q9rx.json @@ -0,0 +1,56 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wrr5-5xv5-q9rx", + "modified": "2025-05-24T06:30:39Z", + "published": "2025-05-24T06:30:39Z", + "aliases": [ + "CVE-2025-4602" + ], + "details": "The eMagicOne Store Manager for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Reads in all versions up to, and including, 1.2.5 via the get_file() function. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. This is only exploitable by unauthenticated attackers in default configurations where the the default password is left as 1:1, or where the attacker gains access to the credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4602" + }, + { + "type": "WEB", + "url": "https://github.com/d0n601/CVE-2025-4602" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmconnectorcommon.php#L2220" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/classes/class-emosmcwoocommerceoverrider.php#L426" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/store-manager-connector/trunk/smconnector.php#L35-36" + }, + { + "type": "WEB", + "url": "https://ryankozak.com/posts/cve-2025-4602" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/20caab24-4af7-4592-9b18-f2f5acb423c9?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-73" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-24T04:15:28Z" + } +} \ No newline at end of file