๐Ÿ” CVE Alert

CVE-2026-27177

HIGH 7.2

MajorDoMo Stored Cross-Site Scripting via Property Set Endpoint

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

MajorDoMo (aka Major Domestic Module) contains a stored cross-site scripting (XSS) vulnerability via the /objects/?op=set endpoint, which is intentionally unauthenticated for IoT device integration. User-supplied property values are stored raw in the database without sanitization. When an administrator views the property editor in the admin panel, the stored values are rendered without escaping in both a paragraph tag (SOURCE field) and a textarea element (VALUE field). The XSS fires on page load without requiring any click from the admin. Additionally, the session cookie lacks the HttpOnly flag, enabling session hijack via document.cookie exfiltration. An attacker can enumerate properties via the unauthenticated /api.php/data/ endpoint and poison any property with malicious JavaScript.

CWE CWE-79
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:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
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-stored-cross-site-scripting-via-property-set-endpoint

Credits

Valentin Lobstein