CVE 9.3 CRITICAL

MajorDoMo Unauthenticated Remote Code Execution via Admin Console Eval_CVE-2026-27174

9.3 / 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Description

MajorDoMo (aka Major Domestic Module) allows unauthenticated remote code execution via the admin panel's PHP console feature. An include order bug in modules/panel.class.php causes execution to continue past a redirect() call that lacks an exit statement, allowing unauthenticated requests to reach the ajax handler in inc_panel_ajax.php. The console handler within that file passes user-supplied input from GET parameters (via register_globals) directly to eval() without any authentication check. An attacker can execute arbitrary PHP code by sending a crafted GET request to /admin.php with ajax_panel, op, and command parameters.

AI Analysis

Unauthenticated remote code execution via admin console eval

Basic Information

ID CVE-2026-27174
Source VulnCheck
Published Feb 18, 2026 at 21:10

Affected Product

Vendor sergejey
Product MajorDoMo
Affected Versions sergejey MajorDoMo 0

CWE Classification

AI Assessment

AI Score 9.3 / 10
AI Severity Critical
Vendor sergejey
Product MajorDoMo

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.