CVE-2024-34061Medium· 4.3▾ TwilightPoC availablechangedetection.io Cross-site Scripting vulnerability
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 23.7 · likelihood 0.3 · exploitation 12
A public proof-of-concept already exists for this vulnerability — see Exploit availability below.
Public exploit / PoC code seen in 1 source. Availability, not in-the-wild use.
Exploit-prediction probability, daily snapshots since Jul 8.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
1.3%
Nuclei ×1
Last analysed / modified upstream
Input in parameter notification_urls is not processed resulting in javascript execution in the application
changedetection.io version: v0.45.21
https://github.com/dgtlmoon/changedetection.io/blob/0.45.21/changedetectionio/forms.py#L226
for server_url in field.data:
if not apobj.add(server_url):
message = field.gettext('\'%s\' is not a valid AppRise URL.' % (server_url))
raise ValidationError(message)
Setting > ADD Notification URL List
"><img src=x onerror=alert(document.domain)>
Requests
A reflected XSS vulnerability happens when the user input from a URL or POST data is reflected on the page without being stored, thus allowing the attacker to inject malicious content
changedetection-io < 0.45.22Upgrade to a patched release:
changedetection-io 0.45.22Field changes observed since this record was first indexed.
Connected by shared product, vendor, weakness, or advisory.
CVE-2024-32651Critical· 10.0changedetection.io has a Server Side Template Injection using Jinja2 which allows Remote Command Execution
CVE-2026-27645Medium· 6.1changedetection.io Vulnerable to Reflected XSS in RSS Single Watch Error Response
CVE-2024-51483Medium· 6.5changedetection.io Path Traversal
CVE-2024-23329Low· 3.7changedetection.io API endpoint is not secured with API token
CVE-2026-29038Medium· 6.1changedetection.io has Reflected XSS in its RSS Tag Error Response
CVE-2026-29039Highchangedetection.io vulnerable to XPath - Arbitrary File Read via unparsed-text()