From 956ea29fb0096492a3ed64f256e0356a00706e23 Mon Sep 17 00:00:00 2001 From: Malayke Date: Thu, 23 Jul 2026 13:01:09 +0800 Subject: [PATCH] Improve GHSA-9h6c-phqv-934p --- .../GHSA-9h6c-phqv-934p.json | 35 +++++++++++++++---- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/advisories/unreviewed/2026/07/GHSA-9h6c-phqv-934p/GHSA-9h6c-phqv-934p.json b/advisories/unreviewed/2026/07/GHSA-9h6c-phqv-934p/GHSA-9h6c-phqv-934p.json index 8e01f85f46111..ad7d84a37ac05 100644 --- a/advisories/unreviewed/2026/07/GHSA-9h6c-phqv-934p/GHSA-9h6c-phqv-934p.json +++ b/advisories/unreviewed/2026/07/GHSA-9h6c-phqv-934p/GHSA-9h6c-phqv-934p.json @@ -1,23 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-9h6c-phqv-934p", - "modified": "2026-07-21T00:30:30Z", + "modified": "2026-07-21T00:30:37Z", "published": "2026-07-21T00:30:30Z", "aliases": [ "CVE-2026-64625" ], + "summary": "AVideo: OS command injection via execAsync incomplete fix", "details": "AVideo before 29.0 contains an incomplete fix for CVE-2026-45578 where execAsync() re-wraps escaped commands in double-quoted sh -c, allowing command substitution via $() and backticks. Attackers can inject arbitrary OS commands through the Live plugin on_publish.php endpoint despite escapeshellarg() protection.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - }, { "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:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "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" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "wwbn/avideo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "29.0" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "WEB", @@ -27,6 +44,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64625" }, + { + "type": "PACKAGE", + "url": "https://github.com/WWBN/AVideo" + }, { "type": "WEB", "url": "https://www.vulncheck.com/advisories/avideo-before-os-command-injection-via-execasync"