CyberRota Analysis
AI-GeneratedThe vulnerability affects the mobile dashboard of Domoticz versions prior to 2026.3, allowing authenticated attackers to exploit a stored cross-site scripting flaw via the API. This can lead to the injection of malicious HTML and JavaScript, which executes in the browser of any administrator viewing the dashboard, potentially resulting in session cookie theft and account takeover. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized access and data compromise.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Domoticz versions prior to 2026.3 contains a stored cross-site scripting vulnerability in the mobile dashboard that allows authenticated attackers to inject arbitrary HTML and JavaScript by updating Text or Alert subtype device values through the API. The mobile dashboard renders device data via ng-bind-html with only an nl2br() transform that performs no HTML escaping, allowing attackers to store malicious payloads that execute in any administrator's browser upon viewing the mobile dashboard, enabling session cookie theft and account takeover.