CVE-2026-71203: changedetection.io: Missing Authentication on /api/v1/full-spec Discloses Full OpenAPI Schema

Published Aug 5, 2026
·
Updated

changedetection.io's REST API resources are protected by an @auth.checktoken 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.checktoken nor @validateopenapirequest. An unauthenticated client can retrieve the full merged OpenAPI schema (all endpoint paths, parameters, and registered processor plugins) even when API access control is enabled and every sibling /api/v1/ route correctly requires the key.

Affected Software

1 affected component
changedetection.io

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Add the missing @auth.check_token decorator (and validation used by other resources) to the Spec.get() handler serving /api/v1/full-spec so that the x-api-key header is required when retrieving the OpenAPI schema.

    changedetection.io REST API (changedetectionio/api/Spec.py Spec resource) Authentication on GET /api/v1/full-spec = Require x-api-key validated by @auth.check_token (add @auth.check_token decorator to Spec.get())
  2. Configuration

    Ensure /api/v1/full-spec is protected exactly like the other /api/v1/* routes by enforcing the required API key and request validation (the sibling routes already require the key; the Spec resource currently does not).

    changedetection.io REST API (Spec endpoint) Authorization enforcement for OpenAPI schema exposure = Apply same request validation as other sibling /api/v1/* routes

Event History

Aug 5, 2026
CVE Published
via MITRE·06:58 AM
Data Sourced
via MITRE·06:58 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203