CVE-2026-92814 Details
Description
changedetection.io through 0.60.6 fails to escape the scraped page title in HTML notifications, allowing arbitrary markup injection. Attackers can place malicious markup in monitored page titles that reaches notification channels like email and Telegram as live content when the watch_title token is used in templates.
A cross-site scripting vulnerability has been identified in changedetection.io versions through 0.60.6. The issue arises because the application fails to properly escape scraped page titles before sending HTML notifications. This oversight allows attackers to inject arbitrary markup into monitored page titles, which is then delivered as live content through notification channels such as email and Telegram, particularly when the watch_title token is included in the notification templates.
The vulnerability can be addressed by adding the watch_title and watch_tag to the escaped-key set in the notification handler, or by HTML-escaping the watch.label when creating the notification parameters. Another approach is to modify the Jinja2 rendering environment to autoescape HTML notification formats, eliminating the need for a manual allowlist.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| changedetection.io | <= 0.60.6 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion