Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
9.2

MajorDoMo: Unauthenticated Remote Code Execution via User Input

Exploitation likelihood: 42%
CVE-2026-27175
Summary

MajorDoMo's web interface allows hackers to execute arbitrary system commands without needing a password. This could allow an attacker to access sensitive data or take control of the system. Update MajorDoMo to prevent this vulnerability.

What to do

No fix is available yet. Check with your software vendor for updates.

Affected software
VendorProductAffected versionsFix available
mjdm majordomo All versions –
Original title
MajorDoMo (aka Major Domestic Module) is vulnerable to unauthenticated OS command injection via rc/index.php. The $param variable from user input is interpolated into a command string within double...
Original description
MajorDoMo (aka Major Domestic Module) is vulnerable to unauthenticated OS command injection via rc/index.php. The $param variable from user input is interpolated into a command string within double quotes without sanitization via escapeshellarg(). The command is inserted into a database queue by safe_exec(), which performs no sanitization. The cycle_execs.php script, which is web-accessible without authentication, retrieves queued commands and passes them directly to exec(). An attacker can exploit a race condition by first triggering cycle_execs.php (which purges the queue and enters a polling loop), then injecting a malicious command via the rc endpoint while the worker is polling. The injected shell metacharacters expand inside double quotes, achieving remote code execution within one second.
nvd CVSS3.1 9.8
nvd CVSS4.0 9.2
Vulnerability type
CWE-78 OS Command Injection
Published: 18 Feb 2026 · Updated: 11 Mar 2026 · First seen: 6 Mar 2026