Cyber Resilience

CVE-2025-65854

CriticalRCE

Published: 12 December 2025

Published
12 December 2025
Modified
19 December 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0009 25.7th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-65854 is a critical-severity Code Injection (CWE-94) vulnerability in Mineadmin Mineadmin. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-65854 is a critical vulnerability (CVSS 9.8, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) affecting MineAdmin v3.x, caused by insecure permissions in its scheduled tasks feature. Classified under CWE-94 (code injection), the flaw enables attackers to execute arbitrary commands and perform a full account takeover. The issue was published on 2025-12-12T16:15:44.843.

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation allows arbitrary command execution on the server, leading to complete account takeover, with high impacts on confidentiality, integrity, and availability.

Advisories and additional details, including potential patches or mitigations, are referenced at http://mineadmin.com, https://gist.github.com/SourByte05/1a6c6b08ac47c5d58eb7dd4422cc23b7, and https://www.mineadmin.com/.

EU & UK References

Vulnerability details

Insecure permissions in the scheduled tasks feature of MineAdmin v3.x allows attackers to execute arbitrary commands and execute a full account takeover.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Unauthenticated remote code injection in public-facing web application (MineAdmin) scheduled tasks enables exploitation of public-facing application (T1190) and arbitrary command execution (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1193Same product: Mineadmin Mineadmin
CVE-2026-1195Same product: Mineadmin Mineadmin
CVE-2026-1194Same product: Mineadmin Mineadmin
CVE-2026-27577Shared CWE-94
CVE-2024-54756Shared CWE-94
CVE-2024-21760Shared CWE-94
CVE-2024-55028Shared CWE-94
CVE-2025-2303Shared CWE-94
CVE-2026-41258Shared CWE-94
CVE-2025-67847Shared CWE-94

Affected Assets

mineadmin
mineadmin
≤ 3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to the scheduled tasks feature, directly preventing unauthenticated attackers from executing arbitrary commands due to insecure permissions.

prevent

Applies least privilege to scheduled tasks processes and features, restricting unauthorized command execution and mitigating full account takeover.

prevent

Validates inputs to the scheduled tasks feature against code injection (CWE-94), blocking arbitrary command execution by unauthenticated remote attackers.

References