AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-11425

MEDIUM · CVSS 4.4 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-07 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The 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.

CVE
CVE-2026-11425
Severity
MEDIUM
CVSS
4.4
EPSS
0.16%
Java

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.