From 0fef675759c2cd065c4603a733b7decf3725b481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=E6=98=AF=E7=BA=B1=E9=9B=BE=E9=85=B1=E5=93=9F?= =?UTF-8?q?=EF=BD=9E?= <49941141+Dragon1573@users.noreply.github.com> Date: Fri, 26 Dec 2025 00:28:01 +0800 Subject: [PATCH] Improve GHSA-225v-733h-9gwv --- .../GHSA-225v-733h-9gwv.json | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/advisories/unreviewed/2025/10/GHSA-225v-733h-9gwv/GHSA-225v-733h-9gwv.json b/advisories/unreviewed/2025/10/GHSA-225v-733h-9gwv/GHSA-225v-733h-9gwv.json index f1200faa3b5d4..6f45a3acc1e91 100644 --- a/advisories/unreviewed/2025/10/GHSA-225v-733h-9gwv/GHSA-225v-733h-9gwv.json +++ b/advisories/unreviewed/2025/10/GHSA-225v-733h-9gwv/GHSA-225v-733h-9gwv.json @@ -1,19 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-225v-733h-9gwv", - "modified": "2025-10-08T15:32:26Z", + "modified": "2025-10-08T15:33:30Z", "published": "2025-10-07T15:30:26Z", "aliases": [ "CVE-2025-50505" ], - "details": "Clash Verge Rev thru 2.2.3 forces the installation of system services(clash-verge-service) by default and exposes key functions through the unauthorized HTTP API `/start_clash`, allowing local users to submit arbitrary bin_path parameters and pass them directly to the service process for execution, resulting in local privilege escalation.", + "summary": "[Local Privilege Escalation] Unauthorized RESTful API exposure of Clash Verge Rev 2.2.3 ", + "details": "Clash Verge Rev `v2.2.3` forces the installation of system services(`clash-verge-service`) by default and exposes key functions through the unauthorized HTTP API `/start_clash`, allowing local users to submit arbitrary bin_path parameters and pass them directly to the service process for execution, resulting in local privilege escalation.\n\n> [!IMPORTANT]\n> \n> This has already been fixed with Clash Verge Rev `v2.3.0` and later versions.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "clash-verge" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.3.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.2.3" + } + } + ], "references": [ { "type": "ADVISORY",