CVE-2026-27178
Received Received - Intake
Stored XSS in MajorDoMo Shoutbox Enables Admin Session Hijack

Publication date: 2026-02-18

Last updated on: 2026-02-20

Assigner: VulnCheck

Description
MajorDoMo (aka Major Domestic Module) contains a stored cross-site scripting (XSS) vulnerability through method parameter injection into the shoutbox. The /objects/?method= endpoint allows unauthenticated execution of stored methods with attacker-controlled parameters. Default methods such as ThisComputer.VolumeLevelChanged pass the user-supplied VALUE parameter directly into the say() function, which stores the message raw in the shouts database table without escaping. The shoutbox widget renders stored messages without sanitization in both PHP rendering code and HTML templates. Because the dashboard widget auto-refreshes every 3 seconds, the injected script executes automatically when any administrator loads the dashboard, enabling session hijack through cookie exfiltration.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-18
Last Modified
2026-02-20
Generated
2026-05-07
AI Q&A
2026-02-19
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mjdm majordomo *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The vulnerability in MajorDoMo is a stored cross-site scripting (XSS) issue caused by method parameter injection into the shoutbox feature. An attacker can use the /objects/?method= endpoint to execute stored methods without authentication, injecting malicious scripts through user-controlled parameters. These scripts are stored raw in the database and rendered without sanitization in the dashboard's shoutbox widget, which auto-refreshes every 3 seconds. This allows the injected script to execute automatically when an administrator views the dashboard.


How can this vulnerability impact me? :

This vulnerability can lead to session hijacking by enabling attackers to steal administrator cookies through the injected scripts. Since the dashboard widget auto-refreshes frequently, the malicious script executes repeatedly, potentially compromising administrator accounts and allowing unauthorized access to the system.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

I don't know


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart