changedetection.io API endpoint is not secured with API token
Description
changedetection.io is an open source tool designed to monitor websites for content changes. In affected versions the API endpoint /api/v1/watch/<uuid>/history can be accessed by any unauthorized user. As a result any unauthorized user can check one's watch history. However, because unauthorized party first needs to know a watch UUID, and the watch history endpoint itself returns only paths to the snapshot on the server, an impact on users' data privacy is minimal. This issue has been addressed in version 0.45.13. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
changedetection.ioPyPI | >= 0.39.14, < 0.45.13 | 0.45.13 |
Affected products
1- Range: >= 0.39.14, < 0.45.13
Patches
1402f1e47e78eSecurity update - Adding API token secure check for API endpoint `/api/v1/watch/<uuid>/history` @rozpuszczalny
1 file changed · +1 −0
changedetectionio/api/api_v1.py+1 −0 modified@@ -133,6 +133,7 @@ def __init__(self, **kwargs): # Get a list of available history for a watch by UUID # curl http://localhost:5000/api/v1/watch/<string:uuid>/history + @auth.check_token def get(self, uuid): """ @api {get} /api/v1/watch/<string:uuid>/history Get a list of all historical snapshots available for a watch
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
6- github.com/advisories/GHSA-hcvp-2cc7-jrwrghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-23329ghsaADVISORY
- github.com/dgtlmoon/changedetection.io/blob/9510345e01ea8e308c339163d8e8b030ce5ac7f1/changedetectionio/api/api_v1.pyghsaWEB
- github.com/dgtlmoon/changedetection.io/commit/402f1e47e78ecd155b1e90f30cce424ff7763e0fghsax_refsource_MISCWEB
- github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-hcvp-2cc7-jrwrghsax_refsource_CONFIRMWEB
- github.com/pypa/advisory-database/tree/main/vulns/changedetection-io/PYSEC-2024-15.yamlghsaWEB
News mentions
0No linked articles in our index yet.