CVE-2026-27176: MajorDoMo Reflected Cross-Site Scripting in command.php
MajorDoMo (aka Major Domestic Module) contains a reflected cross-site scripting (XSS) vulnerability in command.php. The $qry parameter is rendered directly into the HTML page without sanitization via htmlspecialchars(), both in an input field value attribute and in a paragraph element. An attacker can inject arbitrary JavaScript by crafting a URL with malicious content in the qry parameter.
Security readout for executives and security teams
Plain-English summary
MajorDoMo has a reflected XSS flaw in command.php. A victim who opens a crafted link could have attacker-controlled JavaScript run in their browser in the MajorDoMo context. This is not listed as actively exploited, but it can affect confidentiality and integrity if users with access to the interface are targeted.
Executive priority
Address during the next normal vulnerability remediation cycle, sooner if MajorDoMo is internet-exposed or used by privileged administrators. The flaw is credible but requires user interaction and has no cited active exploitation.
Technical view
The qry parameter in command.php is rendered into HTML without sanitization using htmlspecialchars(), including an input value attribute and paragraph content. The issue is CWE-79 reflected XSS with CVSS 3.1 score 6.1, network attack vector, low complexity, no privileges required, and required user interaction.
Likely exposure
Exposure is likely limited to organizations running sergejey MajorDoMo with accessible command.php. The source bundle lists affected version information as version 0 with default status unknown, so deployments need local version and code validation.
Exploitation context
The record does not indicate active exploitation, and KEV is false. Exploitation requires a user to interact with a crafted URL. The business risk depends on who can access MajorDoMo and what session privileges their browser carries.
Researcher notes
Evidence supports reflected XSS in command.php through unsanitized qry rendering. Affected-version data is incomplete in the bundle, so researchers should avoid broad version claims and verify source or deployed behavior directly.
Mitigation direction
Review and apply the upstream fix PR after confirming branch compatibility.
Upgrade to a release containing the command.php escaping fix when available.
Follow MajorDoMo project guidance if no packaged fix exists for your branch.
Limit MajorDoMo web interface access to trusted users and networks where feasible.
Treat suspicious MajorDoMo links as phishing risk until remediated.
Validation and detection
Inventory MajorDoMo deployments and confirm whether command.php is present.
Check whether deployed code sanitizes qry before rendering HTML.
Confirm whether the fix from PR #1177 is included in your build.
Review web access logs for unusual command.php qry usage.
Retest with a benign XSS validation string in a controlled environment.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
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.
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.