AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71285

HIGH · CVSS 8.1 EPSS 0.21% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects Uptime Kuma's Matomo analytics integration within Java, where an improperly sanitized `siteId` value can lead to arbitrary JavaScript execution on public status pages. This flaw allows attackers to inject malicious scripts, potentially resulting in session-cookie theft and full page takeover for any unauthenticated visitor. Organizations using Uptime Kuma with Matomo analytics should prioritize patching this vulnerability to safeguard against these critical security risks.

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-71285
Severity
HIGH
CVSS
8.1
EPSS
0.21%
Java

Original NVD Description

Uptime Kuma's Matomo analytics integration (server/analytics/matomo-analytics.js) injects the admin-configurable Matomo value as a bare, unquoted JavaScript expression inside a <script> block rendered on every public status page. A siteId value such as , once saved by an editor/admin, executes arbitrary JavaScript for every unauthenticated visitor of the public /status/<slug> page, enabling session-cookie theft and full page takeover.