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.
INFO
Published Date :
2026-02-18T21:10:41.878Z
Last Modified :
2026-03-05T01:31:16.043Z
Source :
VulnCheck
AFFECTED PRODUCTS
The following products are affected by CVE-2026-27181 vulnerability.
| Vendors | Products |
|---|---|
| Mjdm |
|
| Sergejey |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-27181.