From 4095c5b0de4be6e16f51daf0f4552a6fa5fa4f55 Mon Sep 17 00:00:00 2001 From: ASHUTOSH JENA <113919175+MAVERICK-VF142@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:15:07 +0530 Subject: [PATCH] Improve GHSA-q5p4-3w6j-xg73 --- .../GHSA-q5p4-3w6j-xg73.json | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/advisories/unreviewed/2026/09/GHSA-q5p4-3w6j-xg73/GHSA-q5p4-3w6j-xg73.json b/advisories/unreviewed/2026/09/GHSA-q5p4-3w6j-xg73/GHSA-q5p4-3w6j-xg73.json index d504588d60d3..cc42fdcd62b8 100644 --- a/advisories/unreviewed/2026/09/GHSA-q5p4-3w6j-xg73/GHSA-q5p4-3w6j-xg73.json +++ b/advisories/unreviewed/2026/09/GHSA-q5p4-3w6j-xg73/GHSA-q5p4-3w6j-xg73.json @@ -1,23 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-q5p4-3w6j-xg73", - "modified": "2026-09-02T21:32:08Z", + "modified": "2026-09-02T21:32:14Z", "published": "2026-09-02T21:32:08Z", "aliases": [ "CVE-2026-82524" ], + "summary": "UnoPim File Upload RCE via TinyMCE Image Upload Endpoint", "details": "UnoPim before 2.1.5 contains an authenticated file upload vulnerability that allows authenticated administrators to upload arbitrary PHP files through the TinyMCE image upload endpoint due to missing file extension and MIME type validation. Attackers can upload a PHP web shell to the public storage disk and execute arbitrary operating system commands on the server by accessing the uploaded file at the URL returned in the server response.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" - }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "unopim/unopim" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "< 2.1.4" + } } ], - "affected": [], "references": [ { "type": "ADVISORY", @@ -31,6 +51,10 @@ "type": "WEB", "url": "https://ashutosh-jena.in/blog/remote-code-execution-rce-via-unrestricted-file-upload-in-unopim-v214" }, + { + "type": "PACKAGE", + "url": "https://github.com/unopim/unopim" + }, { "type": "WEB", "url": "https://github.com/unopim/unopim/releases/tag/v2.1.5"