CVE-2026-27178: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in sergejey MajorDoMo
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.
AI Analysis
Technical Summary
MajorDoMo, a home automation platform, contains a stored cross-site scripting vulnerability identified as CVE-2026-27178. The vulnerability arises from improper neutralization of input during web page generation, specifically through the /objects/?method= endpoint which allows unauthenticated execution of stored methods with attacker-controlled parameters. Default methods such as ThisComputer.VolumeLevelChanged accept a VALUE parameter that is passed directly into the say() function without sanitization. This function stores the input raw in the shouts database table. The shoutbox widget then renders these stored messages without escaping or sanitization in both PHP rendering code and HTML templates. Because the dashboard widget auto-refreshes every 3 seconds, any injected malicious script executes automatically whenever an administrator loads or views the dashboard. This facilitates session hijacking by exfiltrating cookies or other sensitive session data. The vulnerability does not require authentication, making it accessible to remote attackers. The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction required, low impact on confidentiality and integrity, no impact on availability, and low scope impact. No patches or known exploits are currently documented, but the vulnerability poses a significant risk to administrative users and the integrity of the MajorDoMo platform.
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of an administrator's browser session. This can lead to session hijacking, allowing attackers to impersonate administrators and gain unauthorized control over the MajorDoMo system. Given that MajorDoMo is used for home automation, unauthorized access could result in manipulation of connected devices, privacy breaches, and disruption of home automation functions. The auto-refreshing dashboard increases the likelihood of automatic exploitation without explicit user action beyond loading the dashboard. Although the vulnerability does not directly impact system availability, the compromise of administrative sessions can lead to broader security breaches, data theft, and loss of control over the environment. Organizations using MajorDoMo should consider this a medium risk due to the ease of exploitation and potential for significant impact on confidentiality and integrity of the system.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately apply any available patches or updates from the MajorDoMo vendor once released. In the absence of patches, administrators should disable or restrict access to the shoutbox feature and the /objects/?method= endpoint to trusted users only, ideally behind strong authentication and network controls. Input validation and output encoding should be implemented to sanitize all user-supplied data before storage and rendering, particularly in the shoutbox functionality. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in the dashboard context. Monitoring and logging access to the vulnerable endpoints can help detect exploitation attempts. Additionally, administrators should be educated to avoid loading the dashboard from untrusted networks or devices until the vulnerability is remediated. Network segmentation and limiting administrative interface exposure to the internet can reduce the attack surface. Finally, consider implementing multi-factor authentication for administrative access to mitigate session hijacking impacts.
Affected Countries
United States, Germany, Russia, China, United Kingdom, France, Japan, South Korea, Canada, Australia
CVE-2026-27178: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in sergejey MajorDoMo
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.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
MajorDoMo, a home automation platform, contains a stored cross-site scripting vulnerability identified as CVE-2026-27178. The vulnerability arises from improper neutralization of input during web page generation, specifically through the /objects/?method= endpoint which allows unauthenticated execution of stored methods with attacker-controlled parameters. Default methods such as ThisComputer.VolumeLevelChanged accept a VALUE parameter that is passed directly into the say() function without sanitization. This function stores the input raw in the shouts database table. The shoutbox widget then renders these stored messages without escaping or sanitization in both PHP rendering code and HTML templates. Because the dashboard widget auto-refreshes every 3 seconds, any injected malicious script executes automatically whenever an administrator loads or views the dashboard. This facilitates session hijacking by exfiltrating cookies or other sensitive session data. The vulnerability does not require authentication, making it accessible to remote attackers. The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction required, low impact on confidentiality and integrity, no impact on availability, and low scope impact. No patches or known exploits are currently documented, but the vulnerability poses a significant risk to administrative users and the integrity of the MajorDoMo platform.
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of an administrator's browser session. This can lead to session hijacking, allowing attackers to impersonate administrators and gain unauthorized control over the MajorDoMo system. Given that MajorDoMo is used for home automation, unauthorized access could result in manipulation of connected devices, privacy breaches, and disruption of home automation functions. The auto-refreshing dashboard increases the likelihood of automatic exploitation without explicit user action beyond loading the dashboard. Although the vulnerability does not directly impact system availability, the compromise of administrative sessions can lead to broader security breaches, data theft, and loss of control over the environment. Organizations using MajorDoMo should consider this a medium risk due to the ease of exploitation and potential for significant impact on confidentiality and integrity of the system.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately apply any available patches or updates from the MajorDoMo vendor once released. In the absence of patches, administrators should disable or restrict access to the shoutbox feature and the /objects/?method= endpoint to trusted users only, ideally behind strong authentication and network controls. Input validation and output encoding should be implemented to sanitize all user-supplied data before storage and rendering, particularly in the shoutbox functionality. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts in the dashboard context. Monitoring and logging access to the vulnerable endpoints can help detect exploitation attempts. Additionally, administrators should be educated to avoid loading the dashboard from untrusted networks or devices until the vulnerability is remediated. Network segmentation and limiting administrative interface exposure to the internet can reduce the attack surface. Finally, consider implementing multi-factor authentication for administrative access to mitigate session hijacking impacts.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VulnCheck
- Date Reserved
- 2026-02-18T15:22:30.053Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69962e786aea4a407ae921fe
Added to database: 2/18/2026, 9:26:16 PM
Last enriched: 3/7/2026, 9:04:19 PM
Last updated: 4/7/2026, 12:50:53 AM
Views: 60
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.