Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33981

CVE-2026-33981: Changedetection Information Disclosure Flaw

CVE-2026-33981 is an information disclosure vulnerability in changedetection.io that allows attackers to leak sensitive environment variables through jq filter expressions. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 2, 2026

CVE-2026-33981 Overview

changedetection.io is a free open source web page change detection tool that allows users to monitor websites for changes. A vulnerability exists in versions prior to 0.54.7 where the jq: and jqraw: include filter expressions allow use of the jq env builtin. This builtin reads all process environment variables and stores them as the watch snapshot, enabling unauthorized access to sensitive configuration data.

An authenticated user (or unauthenticated user when no password is set, which is the default configuration) can exploit this vulnerability to leak sensitive environment variables including SALTED_PASS, PLAYWRIGHT_DRIVER_URL, HTTP_PROXY, and any other secrets passed as environment variables to the container.

Critical Impact

This Information Disclosure vulnerability allows attackers to extract sensitive credentials and configuration data from the server environment, potentially leading to further compromise of the application and connected services.

Affected Products

  • Webtechnologies changedetection versions prior to 0.54.7
  • Container deployments with sensitive environment variables
  • Instances running with default (no password) configuration

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33981 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-33981

Vulnerability Analysis

The vulnerability stems from insufficient input validation in the jq filter expression handler within changedetection.io. The application provides jq: and jqraw: filter expressions to allow users to process JSON data from monitored web pages. However, these filter expressions fail to restrict access to the jq env builtin function.

The jq env builtin is designed to provide access to all environment variables available to the process. When an attacker crafts a malicious filter expression using this builtin, the application executes it without proper sandboxing, causing all environment variables to be captured and stored as part of the watch snapshot data.

This is particularly dangerous because changedetection.io is commonly deployed in Docker containers where sensitive configuration data is typically passed via environment variables, including database credentials, API keys, proxy configurations, and authentication secrets.

Root Cause

The root cause is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The jq filter expression parser does not implement a deny-list or allow-list for dangerous jq builtins. The env function, which provides direct access to process environment variables, should have been blocked or restricted but was available for use in user-supplied filter expressions.

The default configuration of changedetection.io compounds this issue by running without password protection, meaning any user with network access to the application can exploit this vulnerability without authentication.

Attack Vector

The attack is network-accessible and requires low privileges (or no authentication in default configurations). An attacker can exploit this vulnerability by:

  1. Accessing the changedetection.io web interface
  2. Creating or modifying a watch configuration
  3. Injecting a malicious jq filter expression using the env builtin
  4. Viewing the watch snapshot to retrieve all environment variables

The vulnerability allows attackers to extract sensitive data including the SALTED_PASS (the application's password hash), PLAYWRIGHT_DRIVER_URL (potentially exposing internal service URLs), HTTP_PROXY configurations (revealing network topology), and any custom secrets passed to the container.

Detection Methods for CVE-2026-33981

Indicators of Compromise

  • Watch configurations containing jq: or jqraw: expressions with the env builtin
  • Unusual watch snapshot data containing environment variable key-value pairs
  • Log entries showing filter expressions being applied with env function calls
  • Access patterns from unauthorized users creating or modifying watch configurations

Detection Strategies

  • Monitor application logs for filter expression creation containing suspicious jq functions
  • Review existing watch configurations for malicious env builtin usage in jq expressions
  • Implement alerting on watch snapshots that contain common environment variable patterns
  • Audit user activity logs for unauthorized configuration changes

Monitoring Recommendations

  • Enable verbose logging for filter expression parsing and execution
  • Set up alerts for watch configurations modified by low-privilege or anonymous users
  • Monitor for data exfiltration patterns from the watch snapshot endpoints
  • Implement network monitoring for unusual outbound traffic from the changedetection.io container

How to Mitigate CVE-2026-33981

Immediate Actions Required

  • Upgrade changedetection.io to version 0.54.7 or later immediately
  • Enable password authentication if currently running with default (no password) configuration
  • Audit existing watch configurations for malicious jq filter expressions
  • Review container environment variables and consider rotating any potentially exposed secrets
  • Restrict network access to the changedetection.io interface to authorized users only

Patch Information

Version 0.54.7 of changedetection.io patches this vulnerability by restricting access to dangerous jq builtins including the env function. The fix is available in the GitHub Release Version 0.54.7. The specific security fix can be reviewed in the GitHub Commit Details.

For detailed information about the vulnerability and patch, refer to the GitHub Security Advisory GHSA-58r7-4wr5-hfx8.

Workarounds

  • Enable strong password authentication to prevent unauthorized access to watch configurations
  • Restrict network access to the changedetection.io interface using firewall rules or reverse proxy authentication
  • Audit and remove any unnecessary sensitive environment variables from the container configuration
  • Consider using Docker secrets or external secret management solutions instead of environment variables for sensitive data
  • Monitor and log all watch configuration changes until the patch can be applied
bash
# Example: Restrict environment variables passed to container
# Use Docker secrets instead of environment variables for sensitive data
docker run -d \
  --name changedetection \
  -e PUID=1000 \
  -e PGID=1000 \
  -v /path/to/datastore:/datastore \
  -p 5000:5000 \
  dgtlmoon/changedetection.io:0.54.7

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWebtechnologies Changedetection

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Release Version 0.54.7
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-58r7-4wr5-hfx8
  • Related CVEs
  • CVE-2026-29065: Changedetection Path Traversal Flaw

  • CVE-2026-27645: Changedetection.io XSS Vulnerability

  • CVE-2026-25527: Changedetection Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English