๐Ÿ” CVE Alert

CVE-2026-27179

HIGH 8.2

MajorDoMo Unauthenticated SQL Injection in Commands Module

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

MajorDoMo (aka Major Domestic Module) contains an unauthenticated SQL injection vulnerability in the commands module. The commands_search.inc.php file directly interpolates the $_GET['parent'] parameter into multiple SQL queries without sanitization or parameterized queries. The commands module is loadable without authentication via the /objects/?module=commands endpoint, which includes arbitrary modules by name and calls their usual() method. Time-based blind SQL injection is exploitable using UNION SELECT SLEEP() syntax. Because MajorDoMo stores admin passwords as unsalted MD5 hashes in the users table, successful exploitation enables extraction of credentials and subsequent admin panel access.

CWE CWE-89
Vendor sergejey
Product majordomo
Published Feb 18, 2026
Last Updated Mar 5, 2026
Stay Ahead of the Next One

Get instant alerts for sergejey majordomo

Be the first to know when new high vulnerabilities affecting sergejey majordomo are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

sergejey / MajorDoMo
0 โ‰ค *

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
chocapikk.com: https://chocapikk.com/posts/2026/majordomo-revisited/ github.com: https://github.com/sergejey/majordomo/pull/1177 vulncheck.com: https://www.vulncheck.com/advisories/majordomo-unauthenticated-sql-injection-in-commands-module

Credits

Valentin Lobstein