Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
Loading