CVE Catalog

CVE-2026-71203

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

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

Summary

In changedetection.io, REST API resources are protected by an @auth.check_token decorator validating the caller's x-api-key header, except the Spec resource registered at /api/v1/full-spec, whose get method carries neither @auth.check_token nor @validate_openapi_request.

Risk Assessment

An unauthenticated attacker could access the full API specification, potentially revealing technical details and facilitating further attacks.

Recommendation

Add the @auth.check_token decorator to the Spec resource's get method and consider adding OpenAPI validation.

Other vulnerabilities in changedetection.io

See all
Original NVD description (English source)

changedetection.io's REST API resources are protected by an @auth.check_token decorator validating the caller's x-api-key header, except the Spec resource registered at /api/v1/full-spec (changedetectionio/api/Spec.py), whose get method carries neither @auth.check_token nor @validate_openapi_request.

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