Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-35490 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical auth bypass in `changedetection.io`. The `@login_optionally_required` decorator is placed **outside** `@blueprint.route()`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-863**: Incorrect Authorization. πŸ› **Flaw**: Decorator ordering error. The login check decorator must be **inside** the route decorator. Placing it outside causes the framework to ignore the auth requirement. πŸ“

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Vendor**: dgtlmoon. πŸ“¦ **Product**: changedetection.io. πŸ“… **Affected**: Versions **< 0.54.8**. If you are running an older version, you are exposed! ⚠️

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hackers Can**: Bypass login entirely. πŸ“Š **Impact**: Full access to monitored data, settings, and notifications.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth Required**: No. 🌐 **Network**: Remote. The vulnerability allows access without any credentials. It is an **Unauthenticated** attack vector. 🎯

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exploit**: No PoC listed in data. πŸ“° **Status**: Advisory published (GHSA-jmrh-xmgh-x9j4). While no code is public, the logic flaw is clear. Exploitation is theoretically trivial for skilled attackers. 🧠

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check your version number. πŸ“‰ 2. If < 0.54.8, you are vulnerable. πŸ› οΈ 3. Verify if `@login_optionally_required` is outside `@blueprint.route()` in custom code (if applicable). πŸ“‚

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“¦ **Patch**: Update to version **0.54.8** or later. πŸ”„ **Action**: Immediate upgrade is the official mitigation. Check GitHub advisories for details. πŸ“’

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Isolate the instance. 🚫 **Network**: Block external access to the app. πŸ›‘οΈ **WAF**: Use a Web Application Firewall to block unauthenticated access to sensitive endpoints. 🧱

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: Patch Immediately. CVSS Score is High (AV:N/AC:L/PR:N). Unauthenticated access to a monitoring tool is a severe risk. Do not delay! ⏳