From b8710afee8eca3705a7c6379ed688620575235d9 Mon Sep 17 00:00:00 2001 From: "S L B (PercevalFox)" <103103954+PercevalFox@users.noreply.github.com> Date: Sun, 23 Aug 2026 03:54:25 +0200 Subject: [PATCH] Improve GHSA-x3f8-2w95-hw4m --- .../GHSA-x3f8-2w95-hw4m.json | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/advisories/unreviewed/2026/04/GHSA-x3f8-2w95-hw4m/GHSA-x3f8-2w95-hw4m.json b/advisories/unreviewed/2026/04/GHSA-x3f8-2w95-hw4m/GHSA-x3f8-2w95-hw4m.json index b12a8c9c77da..dd8981805e48 100644 --- a/advisories/unreviewed/2026/04/GHSA-x3f8-2w95-hw4m/GHSA-x3f8-2w95-hw4m.json +++ b/advisories/unreviewed/2026/04/GHSA-x3f8-2w95-hw4m/GHSA-x3f8-2w95-hw4m.json @@ -1,23 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-x3f8-2w95-hw4m", - "modified": "2026-04-01T21:30:30Z", + "modified": "2026-04-01T21:30:38Z", "published": "2026-04-01T21:30:30Z", "aliases": [ "CVE-2026-35000" ], + "summary": "changedetection.io vulnerable to arbitrary file read via XPath json-doc() function", "details": "ChangeDetection.io versions prior to 0.54.7 contain a protection bypass vulnerability in the SafeXPath3Parser implementation that allows attackers to read arbitrary local files by using unblocked XPath 3.0/3.1 functions such as json-doc() and similar file-access primitives. Attackers can exploit the incomplete blocklist of dangerous XPath functions to access sensitive data from the local filesystem.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" - }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "changedetection.io" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.54.7" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY",