Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-30091

CVE-2025-30091: Tiny MoxieManager PHP RCE Vulnerability

CVE-2025-30091 is a remote code execution flaw in Tiny MoxieManager PHP before 4.0.0 that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2025-30091 Overview

CVE-2025-30091 is a critical remote code execution vulnerability affecting Tiny MoxieManager PHP versions prior to 4.0.0. The vulnerability exists in the installer command functionality, which allows unauthenticated attackers to inject and execute arbitrary code on affected systems. Attacker-controlled data can be inserted into config.php through the InstallCommand, and critically, the InstallCommand remains accessible even after an installation has completed, creating a persistent attack surface.

Critical Impact

Unauthenticated attackers can achieve remote code execution by injecting malicious code through the installer command, potentially leading to complete server compromise.

Affected Products

  • Tiny MoxieManager PHP versions prior to 4.0.0

Discovery Timeline

  • 2025-03-25 - CVE-2025-30091 published to NVD
  • 2025-03-27 - Last updated in NVD database

Technical Details for CVE-2025-30091

Vulnerability Analysis

This vulnerability is classified as CWE-96: Improper Neutralization of Directives in Statically Saved Code (Static Code Injection). The core issue lies in the InstallCommand component of MoxieManager PHP, which fails to properly sanitize user-supplied input before writing it to the config.php configuration file.

The vulnerability is particularly severe because the installation command remains accessible after the initial setup is complete. This means that even on properly configured, production MoxieManager installations, an attacker can leverage the InstallCommand endpoint to inject arbitrary PHP code into the configuration file. Once injected, the malicious code executes with the privileges of the web server process whenever the configuration is loaded.

Root Cause

The root cause stems from insufficient input validation and sanitization in the InstallCommand handler. When processing installation parameters, the application directly incorporates user-supplied values into the generated config.php file without properly escaping or validating the content. This allows attackers to break out of expected configuration contexts and inject arbitrary PHP code that will be executed when the configuration file is included.

A secondary contributing factor is the failure to disable or restrict access to the installation command after the initial setup has been completed. This design flaw creates a persistent attack vector that should not exist in production environments.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can craft a malicious HTTP request to the InstallCommand endpoint, supplying specially crafted data designed to inject PHP code. The attack flow proceeds as follows:

  1. The attacker identifies a vulnerable MoxieManager installation
  2. A crafted request is sent to the installation endpoint with malicious payload embedded in configuration parameters
  3. The vulnerable InstallCommand writes the attacker-controlled data directly to config.php
  4. The injected PHP code executes when config.php is loaded, granting the attacker code execution on the server

This vulnerability enables attackers to execute arbitrary commands, install backdoors, access sensitive data, and potentially pivot to other systems on the network. Technical details are available in the MoxieManager Security Documentation SEC-1063.

Detection Methods for CVE-2025-30091

Indicators of Compromise

  • Unexpected modifications to config.php with suspicious PHP code patterns such as eval(), system(), exec(), or base64_decode() functions
  • Unusual HTTP requests targeting MoxieManager installation endpoints (/installer, /install, or similar paths)
  • Web server access logs showing POST requests to installation-related endpoints on systems where installation should be complete
  • New or unfamiliar files appearing in the MoxieManager directory structure

Detection Strategies

  • Implement file integrity monitoring on config.php and other critical MoxieManager configuration files to detect unauthorized modifications
  • Configure web application firewall (WAF) rules to detect and block requests containing PHP code injection patterns targeting installation endpoints
  • Review web server access logs for suspicious activity targeting the InstallCommand endpoint, particularly from external IP addresses
  • Deploy endpoint detection solutions to monitor for anomalous process spawning from web server processes

Monitoring Recommendations

  • Enable detailed logging on web servers hosting MoxieManager and forward logs to a centralized SIEM for analysis
  • Set up alerts for any access attempts to installation-related endpoints in production environments
  • Monitor for outbound network connections from web server processes that may indicate command and control activity
  • Implement regular vulnerability scanning to identify unpatched MoxieManager installations

How to Mitigate CVE-2025-30091

Immediate Actions Required

  • Upgrade Tiny MoxieManager PHP to version 4.0.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to MoxieManager installation endpoints using firewall rules or web server configuration
  • Review config.php for any signs of code injection and restore from a known good backup if compromise is suspected
  • Audit web server access logs for any exploitation attempts prior to patching

Patch Information

The vendor has addressed this vulnerability in MoxieManager PHP version 4.0.0. Administrators should upgrade to this version or later to remediate the vulnerability. Detailed information about the security fix and upgrade instructions are available in the MoxieManager Changelog and the MoxieManager Security Documentation SEC-1063.

Workarounds

  • Block access to the installation endpoint at the web server or reverse proxy level by denying requests to paths containing install or InstallCommand
  • Implement IP-based access restrictions to limit MoxieManager administrative functions to trusted networks only
  • Remove or rename installation-related PHP files if they are not needed in production environments
  • Enable web application firewall rules to block requests containing PHP code patterns in POST parameters
bash
# Example Apache configuration to block access to installation endpoint
<Location "/moxiemanager/install">
    Require all denied
</Location>

# Example Nginx configuration
location ~* /moxiemanager/install {
    deny all;
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTiny Moxiemanager

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability1.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-96
  • Technical References
  • MoxieManager Changelog

  • MoxieManager Security Documentation SEC-1063
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English