LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-27176 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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: noneAutomatable: noTechnical Impact: partial

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.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7VulnCheck
5.1CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2026-27176Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
sergejeyMajorDoMo0unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.