CVE-2026-27174: MajorDoMo Unauthenticated Remote Code Execution via Admin Console Eval
MajorDoMo (aka Major Domestic Module) allows unauthenticated remote code execution via the admin panel's PHP console feature. An include order bug in modules/panel.class.php causes execution to continue past a redirect() call that lacks an exit statement, allowing unauthenticated requests to reach the ajax handler in inc_panel_ajax.php. The console handler within that file passes user-supplied input from GET parameters (via register_globals) directly to eval() without any authentication check. An attacker can execute arbitrary PHP code by sending a crafted GET request to /admin.php with ajax_panel, op, and command parameters.
Security readout for executives and security teams
Plain-English summary
CVE-2026-27174 is a critical MajorDoMo flaw that can let an unauthenticated internet user run PHP code through the admin console path. Successful abuse could fully compromise the application host. The source bundle does not prove active exploitation, but the impact and low attack complexity make exposed instances urgent.
Executive priority
Treat internet-exposed MajorDoMo as an immediate remediation item. The flaw is unauthenticated RCE with full confidentiality, integrity, and availability impact, but evidence of active exploitation was not provided in the bundle.
Technical view
The reported bug chains an admin redirect that continues execution with an unauthenticated AJAX console handler. User-controlled request data is passed to PHP eval() through register_globals behavior, resulting in unauthenticated remote code execution. The bundle lists CWE-94 and CVSS 9.8.
Likely exposure
Highest exposure is any MajorDoMo admin interface reachable from untrusted networks. Version scoping is incomplete: the bundle lists affected version "0" with default status unknown, so inventory must verify deployed MajorDoMo code against vendor guidance.
Exploitation context
The bundle says exploitation requires only network access, no credentials, and no user interaction. It is not marked KEV, and the supplied sources do not state active exploitation. Public advisories and a GitHub fix PR indicate public technical awareness.
Researcher notes
Key uncertainty is affected-version precision. The root cause described is missing termination after redirect plus unauthenticated access to an eval-backed console handler. Avoid assuming all versions or a specific fixed release unless confirmed by vendor artifacts.
Mitigation direction
Identify all MajorDoMo deployments and admin interface exposure.
Check vendor guidance and the referenced fix PR for applicable remediation.
Apply a released version or patch that includes the fix, if available.
Restrict admin access to trusted networks until remediation is confirmed.
Review host integrity if the admin interface was internet exposed.
Validation and detection
Confirm whether MajorDoMo is installed and reachable on public or partner-facing networks.
Determine whether the deployed code includes the referenced authentication and execution-flow fix.
Review access logs for unauthenticated admin AJAX console requests.
Validate that unauthenticated users cannot reach console execution functionality.
Document version, patch source, and residual exposure assumptions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.