cvedb.io
CVE-2026-27181
HIGH · CVSS 7.5
EPSS exploitation probability: 0%
Published 2026-02-18T22:16:26.337 · Last modified 2026-06-17T10:26:48.667

Summary

MajorDoMo (aka Major Domestic Module) allows unauthenticated arbitrary module uninstallation through the market module. The market module's admin() method reads gr('mode') from $_REQUEST and assigns it to $this->mode at the start of execution, making all mode-gated code paths reachable without authentication via the /objects/?module=market endpoint. The uninstall mode handler calls uninstallPlugin(), which deletes module records from the database, executes the module's uninstall() method via eval(), recursively deletes the module's directory and template files using removeTree(), and removes associated cycle scripts. An attacker can iterate through module names and wipe the entire MajorDoMo installation with a series of unauthenticated GET requests.

Affected products

mjdm — majordomo

Does this affect you?

Add your gear to cvedb and we'll alert you only when mjdm ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.