Cyber Posture

CVE-2025-65854

Critical

Published: 12 December 2025

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

Description

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

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.

Security SummaryAI

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/.

Details

CWE(s)

Affected Products

mineadmin
mineadmin
≤ 3.0

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

References