AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71203

MEDIUM · CVSS 5.3 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability exists in changedetection.io's REST API, specifically in the Spec resource at /api/v1/full-spec, which lacks proper authentication checks. This oversight allows unauthenticated clients to access the complete OpenAPI schema, exposing sensitive endpoint information and processor plugins. Organizations using changedetection.io should prioritize this issue to mitigate potential information leakage and unauthorized access risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71203
Severity
MEDIUM
CVSS
5.3
EPSS
0.19%

Original NVD Description

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.