CVE-2026-27175
Unauthenticated OS Command Injection in MajorDoMo Leads to RCE
Publication date: 2026-02-18
Last updated on: 2026-02-20
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mjdm | majordomo | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
MajorDoMo (Major Domestic Module) has a vulnerability that allows unauthenticated attackers to execute operating system commands remotely. This happens because user input from the $param variable is inserted into a command string without proper sanitization. The command is stored in a database queue by a function that does not sanitize it, and a web-accessible script retrieves and executes these commands directly. An attacker can exploit a timing issue by triggering the command execution script and then injecting malicious commands while the script is polling, leading to remote code execution within one second.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized remote code execution on the affected system. An attacker can run arbitrary commands without authentication, potentially leading to full system compromise, data theft, service disruption, or further attacks within the network.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know