8.7
/ 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
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.
AI Analysis
Unauthenticated arbitrary module uninstallation vulnerability in MajorDoMo via the market module
Basic Information
ID
CVE-2026-27181
Source
VulnCheck
Published
Feb 18, 2026 at 21:10
Modified
Feb 18, 2026 at 21:27
Affected Product
Vendor
sergejey
Product
MajorDoMo
Affected Versions
sergejey MajorDoMo 0
CWE Classification
AI Assessment
AI Score
8.7 / 10
AI Severity
High
Vendor
sergejey
Product
MajorDoMo