S4E just found a high top 10 tcp port service scan
medium·Product Based Web Vulnerabilities·Updated Mar 12, 2026

CVE-2026-27645 Scanner

CVE-2026-27645 Scanner - Cross-Site Scripting (XSS) vulnerability in changedetection.io

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
2.3k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-27645
6.1
CVSSmedium
Exploitable remotely over the internet · no authentication required · user interaction needed.

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.

Attack Vector
Network
Privileges Req.
None
User Interaction
Required
Affected
changedetection.ioby dgtlmoon
< 0.54.1
Updated Aug 22, 2026View on NVD →
Detail

Changedetection.io is a popular tool used across various domains to track changes to web pages. Businesses, developers, and individuals utilize it to monitor updates on sites they follow, facilitating timely actions based on these updates. It offers functionality to receive alerts via different channels, including RSS feeds. This software is favored for its ease of integration, flexibility, and capability to handle multiple websites or pages simultaneously. While predominantly used for monitoring, its usage extends to applications such as website maintenance checks, SEO tracking, and competitive intelligence collections. Users appreciate its ability to streamline monitoring tasks by alerting them immediately to changes of interest.

Cross-Site Scripting (XSS) is a prevalent vulnerability found in many web applications allowing attackers to execute arbitrary JavaScript in the user's browser. This vulnerability can jeopardize user data by executing malicious scripts. Exploit of such a vulnerability could lead to session hijacking, unauthorized actions, or data theft when users are tricked into visiting crafted URLs. It's critical because even with low user interaction, the risks associated with XSS can scale with the severity of the resulting client-side execution. Effective mitigation involves careful validation and escaping of user input to prevent script execution.

The vulnerability in changedetection.io is located in the reflection of the UUID path parameter in the RSS single-watch endpoint. Attackers exploit this by embedding malicious scripts within URLs to deceive a user into executing these scripts. The primary vulnerability endpoint at risk is the RSS function, which does not sanitize the input reflecting alongside execution contexts. Proper sanitization and escaping of these parameters is crucial in preventing arbitrary script execution through this channel. This particular vulnerability was identified in versions preceding 0.54.1, where the absence of proper input validation facilitates this exploit.

When exploited, this Cross-Site Scripting vulnerability can lead to significant user account compromises or unauthorized actions executed within the context of a user's session. Attackers can impersonate users, access sensitive information, or engage in actions that comprise client-side security and integrity. It's imperative for application administrators to recognize the severe implications of this vulnerability, prioritizing updates and patches to mitigate potential security breaches. This issue highlights the importance of robust security practices around input validation and output encoding preventing client-side compromises.

REFERENCES

Solution Advice
  • Update to version 0.54.1 or later.
  • Ensure all user inputs are properly sanitized and encoded before rendering to web pages.
  • Employ Content Security Policy (CSP) headers to restrict the execution of untrusted scripts.
  • Use secure coding practices to eliminate XSS in new developments or features introduced.
  • Regularly audit and validate security patches and updates are applied promptly.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-27645 Scanner - Cross-Site Scripting (XSS) vulnerability in changedetection.io S4E