Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-27180 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: MajorDoMo has an unauthenticated RCE via update poisoning. πŸ“‰ **Consequences**: Attackers poison update URLs, trigger forced updates, download malicious tarballs, and execute code on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-494**: Download of Code from an Untrusted Source. πŸ› **Flaw**: The `saverestore` module exposes `admin()` via `/objects/?module=saverestore` without authentication.…

Q3Who is affected? (Versions/Components)

🏠 **Product**: MajorDoMo (Open-source DIY smart home platform). πŸ‘€ **Vendor**: sergejey. πŸ“¦ **Component**: `saverestore` module. ⚠️ **Scope**: Any instance running the vulnerable version without the fix from PR #1177.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Remote Code Execution (RCE) as the web server user. πŸ’Ύ **Data**: Full access to document root, system files, and potentially other smart home devices.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: VERY LOW. πŸ”“ **Auth**: None required (Unauthenticated). 🌍 **Network**: Network-accessible (AV:N). 🚫 **UI**: No user interaction needed (UI:N). ⚑ **Complexity**: Low (AC:L).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exp**: YES. πŸ“‚ **PoC**: Available on GitHub (`mbanyamer/CVE-2026-27180-MajorDoMo-unauthenticated-RCE`). πŸ“’ **Advisories**: VulnCheck and Chocapikk have published detailed analysis.…

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `/objects/?module=saverestore` endpoint. πŸ§ͺ **Test**: Attempt to access `admin()` method without login.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. πŸ“ **Patch**: PR #1177 (`sergejey/majordomo#1177`) addresses the issue. πŸ”„ **Action**: Update MajorDoMo to the latest version including this PR.…

Q9What if no patch? (Workaround)

🚫 **Workaround**: Block external access to `/objects/` endpoint via WAF/NGINX. πŸ”’ **Restrict**: Disable automatic update features if possible. πŸ›‘ **Network**: Isolate the MajorDoMo instance from the internet.…

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Priority**: CRITICAL (P1). 🚨 **Urgency**: IMMEDIATE action required. πŸ“‰ **CVSS**: 9.8 (Critical). ⏳ **Time**: Patch immediately to prevent RCE. 🏠 **Impact**: Smart home infrastructure is at risk.