CVE-2026-27175CRITICAL 9.8EPSS p93.2%

CVE-2026-27175CVE-2026-27175

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.

Scoring

CVSS 3.19.8 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS6.87% probability of exploitation · percentile 93.2% · 2026-06-18T12:00:27Z
Published2026-02-18
Last modified2026-02-20

Underlying weaknesses· 1

CWE-78

References

  1. https://chocapikk.com/posts/2026/majordomo-revisited/
  2. https://github.com/sergejey/majordomo/pull/1177
  3. https://www.vulncheck.com/advisories/majordomo-command-injection-in-rcindexphp-via-race-condition

1

TypeTargetConfidenceTier
WeaknessImproper Neutralization of Special Elements used in an OS Command ('OS Command Injection')cwe-780%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-27174
CVE
CVE-2026-27179
CVE
CVE-2026-27180
CVE
CVE-2025-64127
CVE
CVE-2025-22974
CVE
CVE-2026-31019
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.