CVE Catalog

CVE-2026-71205

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

11th percentile - higher than 11% of all known CVEs

Summary

changedetection.io's /login route checks the submitted password against a single PBKDF2-HMAC-SHA256 hash with no per-IP or per-session rate limiting, failed-attempt counter, or lockout (no rate-limiting library is present in requirements.txt).

Risk Assessment

An attacker can perform brute-force attacks on passwords without any restrictions, potentially leading to account takeover and data confidentiality breaches.

Recommendation

Update changedetection.io to a version with rate limiting and lockout mechanisms. If not possible, apply external protections such as a web application firewall or proxy with rate limiting.

Other vulnerabilities in changedetection.io

See all
Original NVD description (English source)

changedetection.io's /login route checks the submitted password against a single PBKDF2-HMAC-SHA256 hash with no per-IP or per-session rate limiting, failed-attempt counter, or lockout (no rate-limiting library is present in requirements.txt).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS