From f5989a0402744ac7348f087b3ba070aa4a4a4b0c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:29:16 +0000 Subject: [PATCH] Publish Advisories GHSA-2977-5php-6789 GHSA-7rhv-xm4q-wh42 GHSA-rq9r-qvwg-829q --- .../GHSA-2977-5php-6789.json | 47 ++++++++++++++++--- .../GHSA-7rhv-xm4q-wh42.json | 47 ++++++++++++++++--- .../GHSA-rq9r-qvwg-829q.json | 46 +++++++++++++++--- 3 files changed, 119 insertions(+), 21 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json (50%) rename advisories/{unreviewed => github-reviewed}/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json (50%) rename advisories/{unreviewed => github-reviewed}/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json (50%) diff --git a/advisories/unreviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json b/advisories/github-reviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json similarity index 50% rename from advisories/unreviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json rename to advisories/github-reviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json index aa0a1977b42..2a964d36bfd 100644 --- a/advisories/unreviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json +++ b/advisories/github-reviewed/2025/06/GHSA-2977-5php-6789/GHSA-2977-5php-6789.json @@ -1,14 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-2977-5php-6789", - "modified": "2025-06-10T18:32:27Z", + "modified": "2025-06-10T20:25:49Z", "published": "2025-06-10T18:32:27Z", "aliases": [ "CVE-2024-57189" ], + "summary": "Erxes Path Traversal vulnerability", "details": "In Erxes <1.6.2, an authenticated attacker can write to arbitrary files on the system using a Path Traversal vulnerability in the importHistoriesCreate GraphQL mutation handler.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "erxes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,16 +44,23 @@ "type": "WEB", "url": "https://github.com/erxes/erxes/commit/d626070a0fcd435ae29e689aca051ccfb440c2f3" }, + { + "type": "PACKAGE", + "url": "https://github.com/erxes/erxes" + }, { "type": "WEB", "url": "https://www.sonarsource.com/blog/micro-services-major-headaches-detecting-vulnerabilities-in-erxes-microservices" } ], "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "cwe_ids": [ + "CWE-22", + "CWE-24" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:25:49Z", "nvd_published_at": "2025-06-10T17:20:09Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json b/advisories/github-reviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json similarity index 50% rename from advisories/unreviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json rename to advisories/github-reviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json index 6ed24690ff9..7f2ab481e93 100644 --- a/advisories/unreviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json +++ b/advisories/github-reviewed/2025/06/GHSA-7rhv-xm4q-wh42/GHSA-7rhv-xm4q-wh42.json @@ -1,14 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-7rhv-xm4q-wh42", - "modified": "2025-06-10T18:32:27Z", + "modified": "2025-06-10T20:26:40Z", "published": "2025-06-10T18:32:27Z", "aliases": [ "CVE-2024-57190" ], + "summary": "Erxes Incorrect Access Control vulnerability", "details": "Erxes <1.6.1 is vulnerable to Incorrect Access Control. An attacker can bypass authentication by providing a \"User\" HTTP header that contains any user, allowing them to talk to any GraphQL endpoint.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "erxes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,16 +44,23 @@ "type": "WEB", "url": "https://github.com/erxes/erxes/commit/4ed2ca797241d2ba0c9083feeadd9755c1310ce8" }, + { + "type": "PACKAGE", + "url": "https://github.com/erxes/erxes" + }, { "type": "WEB", "url": "https://www.sonarsource.com/blog/micro-services-major-headaches-detecting-vulnerabilities-in-erxes-microservices" } ], "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "cwe_ids": [ + "CWE-284", + "CWE-287" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:26:40Z", "nvd_published_at": "2025-06-10T17:20:38Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json b/advisories/github-reviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json similarity index 50% rename from advisories/unreviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json rename to advisories/github-reviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json index 9b94a004e7a..7e531ac801c 100644 --- a/advisories/unreviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json +++ b/advisories/github-reviewed/2025/06/GHSA-rq9r-qvwg-829q/GHSA-rq9r-qvwg-829q.json @@ -1,14 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-rq9r-qvwg-829q", - "modified": "2025-06-10T18:32:27Z", + "modified": "2025-06-10T20:27:01Z", "published": "2025-06-10T18:32:27Z", "aliases": [ "CVE-2024-57186" ], + "summary": "Erxes Path Traversal vulnerability", "details": "In Erxes <1.6.2, an unauthenticated attacker can read arbitrary files from the system using a Path Traversal vulnerability in the /read-file endpoint handler.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "erxes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,16 +44,22 @@ "type": "WEB", "url": "https://github.com/erxes/erxes/commit/d626070a0fcd435ae29e689aca051ccfb440c2f3" }, + { + "type": "PACKAGE", + "url": "https://github.com/erxes/erxes" + }, { "type": "WEB", "url": "https://www.sonarsource.com/blog/micro-services-major-headaches-detecting-vulnerabilities-in-erxes-microservices" } ], "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-06-10T20:27:01Z", "nvd_published_at": "2025-06-10T17:19:40Z" } } \ No newline at end of file