๐Ÿ” CVE Alert

CVE-2026-71285

HIGH 8.1

Uptime Kuma Stored XSS via Matomo Analytics Site ID on Public Status Pages

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

Uptime Kuma's Matomo analytics integration (server/analytics/matomo-analytics.js) injects the admin-configurable Matomo `siteId` value as a bare, unquoted JavaScript expression inside a <script> block rendered on every public status page: `_paq.push(['setSiteId', ${escapedSiteIdHTMLAttribute}]);`. The escaping pipeline used (jsesc with isScriptContext:true, then html-escaper.escape()) does not escape the characters `]`, `)`, `;`, `(`, which are sufficient to break out of the array/push expression context. A siteId value such as `1]);alert(document.cookie)//`, 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.

CWE CWE-79
Vendor louislam
Product uptime-kuma
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for louislam uptime-kuma

Be the first to know when new high vulnerabilities affecting louislam uptime-kuma are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

louislam / uptime-kuma
0 โ‰ค 2.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/louislam/uptime-kuma github.com: https://github.com/louislam/uptime-kuma/blob/master/server/analytics/matomo-analytics.js

Credits

Alibek Baxtiyorov