From ab5b0bd24f05b374f6e2e3b280eef2af4b5bf144 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:28:55 +0000 Subject: [PATCH] Publish Advisories GHSA-3rw8-4xrq-3f7p GHSA-8g77-54rh-46hx --- .../2025/03/GHSA-3rw8-4xrq-3f7p/GHSA-3rw8-4xrq-3f7p.json | 6 +++++- .../2025/03/GHSA-8g77-54rh-46hx/GHSA-8g77-54rh-46hx.json | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2025/03/GHSA-3rw8-4xrq-3f7p/GHSA-3rw8-4xrq-3f7p.json b/advisories/github-reviewed/2025/03/GHSA-3rw8-4xrq-3f7p/GHSA-3rw8-4xrq-3f7p.json index 9fd8ea70e2c..216ea2c8f69 100644 --- a/advisories/github-reviewed/2025/03/GHSA-3rw8-4xrq-3f7p/GHSA-3rw8-4xrq-3f7p.json +++ b/advisories/github-reviewed/2025/03/GHSA-3rw8-4xrq-3f7p/GHSA-3rw8-4xrq-3f7p.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-3rw8-4xrq-3f7p", - "modified": "2025-03-17T21:56:00Z", + "modified": "2025-03-20T19:28:26Z", "published": "2025-03-17T21:30:34Z", "aliases": [ "CVE-2025-26042" @@ -9,6 +9,10 @@ "summary": "Uptime Kuma ReDoS vulnerability", "details": "Uptime Kuma >== 1.23.0 has a ReDoS vulnerability, specifically when an administrator creates a notification through the web service. If a string is provided it triggers catastrophic backtracking in the regular expression, leading to a ReDoS attack.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:H" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" diff --git a/advisories/github-reviewed/2025/03/GHSA-8g77-54rh-46hx/GHSA-8g77-54rh-46hx.json b/advisories/github-reviewed/2025/03/GHSA-8g77-54rh-46hx/GHSA-8g77-54rh-46hx.json index d520e7008cf..29ef1a57de4 100644 --- a/advisories/github-reviewed/2025/03/GHSA-8g77-54rh-46hx/GHSA-8g77-54rh-46hx.json +++ b/advisories/github-reviewed/2025/03/GHSA-8g77-54rh-46hx/GHSA-8g77-54rh-46hx.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8g77-54rh-46hx", - "modified": "2025-03-16T17:23:43Z", + "modified": "2025-03-20T19:27:20Z", "published": "2025-03-12T21:31:29Z", "aliases": [ "CVE-2025-25975" @@ -9,6 +9,10 @@ "summary": "Prototype Pollution Vulnerability in parse-git-config", "details": "An issue in parse-git-config v.3.0.0 allows an attacker to obtain sensitive information via the expandKeys function.", "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" @@ -51,7 +55,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-1321" + "CWE-1321", + "CWE-200" ], "severity": "HIGH", "github_reviewed": true,