CVE-2026-27645: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dgtlmoon changedetection.io
changedetection.io is a free open source web page change detection tool. In versions prior to 0.54.1, the RSS single-watch endpoint reflects the UUID path parameter directly in the HTTP response body without HTML escaping. Since Flask returns text/html by default for plain string responses, the browser parses and executes injected JavaScript. Version 0.54.1 contains a fix for the issue.
AI Analysis
Technical Summary
CVE-2026-27645 is a cross-site scripting (XSS) vulnerability classified under CWE-79 affecting changedetection.io, an open-source web page change detection tool. The vulnerability exists in versions prior to 0.54.1 within the RSS single-watch endpoint, which accepts a UUID as a path parameter. This parameter is reflected directly in the HTTP response body without any HTML escaping or sanitization. Since the underlying Flask framework returns a content type of text/html for plain string responses by default, any malicious JavaScript code injected into the UUID parameter is interpreted and executed by the victim's browser. This improper neutralization of input during web page generation allows attackers to execute arbitrary scripts in the context of the victim's browser session. Exploitation requires the victim to interact with a crafted URL containing the malicious payload. The vulnerability affects confidentiality and integrity by potentially allowing theft of sensitive information or manipulation of client-side data but does not impact availability. The flaw was addressed in version 0.54.1 by implementing proper input sanitization and escaping. No known exploits are currently reported in the wild. The vulnerability has a CVSS v3.1 base score of 6.1, indicating medium severity, with an attack vector of network, low attack complexity, no privileges required, user interaction required, and scope changed due to impact on client-side execution.
Potential Impact
The primary impact of CVE-2026-27645 is on the confidentiality and integrity of users interacting with the vulnerable changedetection.io instance. An attacker can craft malicious URLs that, when visited by a user, execute arbitrary JavaScript in the victim's browser context. This can lead to theft of sensitive information such as session tokens, cookies, or other data accessible via the browser, and manipulation of client-side content or behavior. While the vulnerability does not affect the availability of the service, the compromise of user data or session integrity can lead to further attacks such as account takeover or unauthorized actions. Organizations relying on changedetection.io for monitoring web content changes may inadvertently expose their users or administrators to these risks if running vulnerable versions. Since exploitation requires user interaction, phishing or social engineering campaigns could be used to lure victims to malicious URLs. The scope of affected systems is limited to installations of changedetection.io versions prior to 0.54.1, but given the open-source nature and potential deployment in diverse environments, the impact can be widespread if not mitigated.
Mitigation Recommendations
1. Upgrade changedetection.io to version 0.54.1 or later, where the vulnerability has been fixed by proper HTML escaping of the UUID parameter. 2. If immediate upgrade is not possible, implement web application firewall (WAF) rules to detect and block suspicious input patterns in the UUID path parameter, especially those containing script tags or JavaScript event handlers. 3. Employ Content Security Policy (CSP) headers to restrict execution of inline scripts and reduce the impact of potential XSS attacks. 4. Educate users and administrators about the risks of clicking on untrusted URLs, especially those containing unusual parameters. 5. Review and sanitize all user-controllable inputs in custom deployments or integrations of changedetection.io to ensure no unescaped data is reflected in HTML responses. 6. Monitor logs for unusual access patterns to the RSS single-watch endpoint that may indicate attempted exploitation. 7. Conduct regular security assessments and code reviews focusing on input validation and output encoding in web applications.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, Netherlands, France, India, Japan, South Korea
CVE-2026-27645: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dgtlmoon changedetection.io
Description
changedetection.io is a free open source web page change detection tool. In versions prior to 0.54.1, the RSS single-watch endpoint reflects the UUID path parameter directly in the HTTP response body without HTML escaping. Since Flask returns text/html by default for plain string responses, the browser parses and executes injected JavaScript. Version 0.54.1 contains a fix for the issue.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-27645 is a cross-site scripting (XSS) vulnerability classified under CWE-79 affecting changedetection.io, an open-source web page change detection tool. The vulnerability exists in versions prior to 0.54.1 within the RSS single-watch endpoint, which accepts a UUID as a path parameter. This parameter is reflected directly in the HTTP response body without any HTML escaping or sanitization. Since the underlying Flask framework returns a content type of text/html for plain string responses by default, any malicious JavaScript code injected into the UUID parameter is interpreted and executed by the victim's browser. This improper neutralization of input during web page generation allows attackers to execute arbitrary scripts in the context of the victim's browser session. Exploitation requires the victim to interact with a crafted URL containing the malicious payload. The vulnerability affects confidentiality and integrity by potentially allowing theft of sensitive information or manipulation of client-side data but does not impact availability. The flaw was addressed in version 0.54.1 by implementing proper input sanitization and escaping. No known exploits are currently reported in the wild. The vulnerability has a CVSS v3.1 base score of 6.1, indicating medium severity, with an attack vector of network, low attack complexity, no privileges required, user interaction required, and scope changed due to impact on client-side execution.
Potential Impact
The primary impact of CVE-2026-27645 is on the confidentiality and integrity of users interacting with the vulnerable changedetection.io instance. An attacker can craft malicious URLs that, when visited by a user, execute arbitrary JavaScript in the victim's browser context. This can lead to theft of sensitive information such as session tokens, cookies, or other data accessible via the browser, and manipulation of client-side content or behavior. While the vulnerability does not affect the availability of the service, the compromise of user data or session integrity can lead to further attacks such as account takeover or unauthorized actions. Organizations relying on changedetection.io for monitoring web content changes may inadvertently expose their users or administrators to these risks if running vulnerable versions. Since exploitation requires user interaction, phishing or social engineering campaigns could be used to lure victims to malicious URLs. The scope of affected systems is limited to installations of changedetection.io versions prior to 0.54.1, but given the open-source nature and potential deployment in diverse environments, the impact can be widespread if not mitigated.
Mitigation Recommendations
1. Upgrade changedetection.io to version 0.54.1 or later, where the vulnerability has been fixed by proper HTML escaping of the UUID parameter. 2. If immediate upgrade is not possible, implement web application firewall (WAF) rules to detect and block suspicious input patterns in the UUID path parameter, especially those containing script tags or JavaScript event handlers. 3. Employ Content Security Policy (CSP) headers to restrict execution of inline scripts and reduce the impact of potential XSS attacks. 4. Educate users and administrators about the risks of clicking on untrusted URLs, especially those containing unusual parameters. 5. Review and sanitize all user-controllable inputs in custom deployments or integrations of changedetection.io to ensure no unescaped data is reflected in HTML responses. 6. Monitor logs for unusual access patterns to the RSS single-watch endpoint that may indicate attempted exploitation. 7. Conduct regular security assessments and code reviews focusing on input validation and output encoding in web applications.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-20T22:02:30.029Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699e80ffb7ef31ef0bd6da77
Added to database: 2/25/2026, 4:56:31 AM
Last enriched: 2/25/2026, 5:11:44 AM
Last updated: 4/10/2026, 1:31:38 AM
Views: 71
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.