MajorDoMo Unauthenticated Module Uninstall via Market Endpoint
Description
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
2- sergejey/MajorDoMov5Range: 0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/sergejey/majordomo/pull/1177mitrepatch
- chocapikk.com/posts/2026/majordomo-revisited/mitrethird-party-advisory
- www.vulncheck.com/advisories/majordomo-unauthenticated-module-uninstall-via-market-endpointmitrethird-party-advisory
News mentions
0No linked articles in our index yet.