Description
A vulnerability was determined in diem-project diem up to 5.1.3. This affects the function executeCommand of the file dmAdminPlugin/modules/dmConsole/actions/actions.class.php of the component dmConsole. This manipulation of the argument dm_command causes cross-site request forgery. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Affected components of diem allow an attacker to manipulate the dm_command argument in the executeCommand function of dmConsole’s actions.class.php. This flaw is a Cross‑Site Request Forgery that enables the attacker to trigger arbitrary commands on the target system. The resulting execution can compromise confidentiality, integrity, and availability of the affected application and any data it manages.

Affected Systems

The vulnerability exists in diem‑project diem releases up to version 5.1.3, inclusive. The specific file implicated is dmAdminPlugin/modules/dmConsole/actions/actions.class.php within the dmConsole module. Users running any of these versions should verify they are not exposed to the flaw.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. Although the EPSS score is not available, the exploit has been publicly disclosed and is actively usable, meaning the likelihood of exploitation is significant for exposed users. The flaw is not listed in the CISA KEV catalog, but the public nature of the vulnerability and the nature of CSRF imply that compromise can occur without privileged access to the server. An attacker can typically initiate the exploit from an external domain by crafting a forged request that exploits an authenticated session or relies on inadequate CSRF protection.

Generated by OpenCVE AI on September 6, 2026 at 10:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s security patch or upgrade to a non‑vulnerable version as soon as it becomes available.
  • Restrict access to the dmConsole plugin by limiting it to trusted administrative users and enforce authentication checks.
  • Ensure that the executeCommand action requires a valid CSRF token and validates user permissions before executing any command.

Generated by OpenCVE AI on September 6, 2026 at 10:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 09:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in diem-project diem up to 5.1.3. This affects the function executeCommand of the file dmAdminPlugin/modules/dmConsole/actions/actions.class.php of the component dmConsole. This manipulation of the argument dm_command causes cross-site request forgery. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
Title diem-project diem dmConsole actions.class.php executeCommand cross-site request forgery
First Time appeared Diem-project
Diem-project diem
Weaknesses CWE-352
CWE-862
CPEs cpe:2.3:a:diem-project:diem:*:*:*:*:*:*:*:*
Vendors & Products Diem-project
Diem-project diem
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Diem-project Diem
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-06T08:45:07.507Z

Reserved: 2026-09-05T10:56:48.083Z

Link: CVE-2026-86182

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T09:17:16.310

Modified: 2026-09-06T09:17:16.310

Link: CVE-2026-86182

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T10:30:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization