GHSA-jmrh-xmgh-x9j4 · Severity: critical · Ecosystem: pip — changedetection.io Vulnerable to Authentication Bypass via Decorator Ordering
changedetection.io is a free open source web page change detection tool. Prior to 0.54.8, the @login_optionally_required decorator is placed before (outer to) @blueprint.route() instead of after it. In Flask, @route() must be the outermost decorator because it registers the function it receives. When the order is reversed, @route() registers the original undecorated function, and the auth wrapper is never in the call chain. This silently disables authentication on these routes. This vulnerability is fixed in 0.54.8.
Conclusion & alert: CVE-2026-35490 is rated High Exploit Risk (69/100): CVSS Critical severity, with low exploitation likelihood (EPSS 0.54%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.54% | +0.52% |
| 2 | 2026-04-08 | — | 0.02% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-jmrh-xmgh-x9j4 · Severity: critical · Ecosystem: pip — changedetection.io Vulnerable to Authentication Bypass via Decorator Ordering
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| webtechnologies | changedetection | < 0.54.8 | cpe:2.3:a:webtechnologies:changedetection:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 | Exploit Mitigation Vendor Advisory |