Description
A flaw has been found in DeDeCMS 3. Affected by this vulnerability is an unknown functionality of the file /include/dialog/select_media_post.php. Executing a manipulation of the argument uploadfile can lead to unrestricted upload. The attack can be executed remotely. The exploit has been published and may be used.
Published: 2026-08-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in DeDeCMS 3’s select_media_post.php allows an attacker to manipulate the uploadfile argument and upload arbitrary files without restriction. The CWE identifiers for this weakness are 284 (Improper Access Control) and 434 (Unrestricted Upload of File with Dangerous Type). Because the upload can be performed remotely, an attacker may place a script or dangerous file on the web server, possibly leading to remote code execution, data exfiltration, or escalation of privileges. The vulnerability was demonstrated publicly and is known to be exploitable.

Affected Systems

All installations of DeDeCMS 3 are affected, specifically the include/dialog/select_media_post.php functionality. No other product versions or vendors are reported as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, but the lack of an EPSS score and absence from the KEV catalog suggest exploitation is not yet widespread. Nevertheless, because the flaw is remotely exploitable and a proof‑of‑concept has been published, the risk of exploitation remains tangible. The attack vector is inferred to be web‑based, requiring the attacker to craft an HTTP request that supplies a malicious uploadfile parameter to the vulnerable endpoint.

Generated by OpenCVE AI on August 20, 2026 at 07:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest DeDeCMS update that addresses the unrestricted upload issue.
  • Configure the upload handler to validate file types against a whitelist and reject disallowed extensions.
  • Enforce strict access controls on the select_media_post.php endpoint, ensuring that only authenticated and authorized users can upload files.

Generated by OpenCVE AI on August 20, 2026 at 07:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in DeDeCMS 3. Affected by this vulnerability is an unknown functionality of the file /include/dialog/select_media_post.php. Executing a manipulation of the argument uploadfile can lead to unrestricted upload. The attack can be executed remotely. The exploit has been published and may be used.
Title DeDeCMS select_media_post.php unrestricted upload
First Time appeared Dedecms
Dedecms dedecms
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*
Vendors & Products Dedecms
Dedecms dedecms
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-20T02:00:43.643Z

Reserved: 2026-08-19T19:29:28.001Z

Link: CVE-2026-76800

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T03:16:23.887

Modified: 2026-08-20T03:16:23.887

Link: CVE-2026-76800

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T07:30:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type