CVE-2026-92815 Details
Description
changedetection.io through 0.60.6 fails to validate the Goto URL action in browser steps, allowing unauthenticated attackers to access internal addresses. Attackers can supply arbitrary internal URLs in the optional_value parameter to retrieve responses from restricted network locations.
A server-side request forgery (SSRF) vulnerability has been identified in changedetection.io versions through 0.60.6. The issue arises because the application fails to properly validate URLs specified in the 'Goto URL' action of browser steps. This oversight allows unauthenticated attackers to access internal network addresses and retrieve responses from restricted locations. The vulnerability is exploited by supplying arbitrary internal URLs in the 'optional_value' parameter, bypassing the application's existing SSRF protections on main watch URLs.
The vulnerability can be remediated by applying the same URL validation checks used for main watch URLs to the 'Goto URL' actions in browser steps. This includes adding the validation to the 'action_goto_url' method before the URL is sent to the browser, and ensuring that the 'browser-steps/browsersteps_update' endpoint is behind authentication.
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-918 | Server-Side Request Forgery (SSRF) | [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