The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-23919

CVE-2026-23919: Zabbix Information Disclosure Vulnerability

CVE-2026-23919 is an information disclosure flaw in Zabbix Server/Proxy caused by JavaScript context reuse that allows administrators to leak data from unauthorized hosts. This article covers technical details, impact, and fixes.

Published: March 27, 2026

CVE-2026-23919 Overview

A high-severity information disclosure vulnerability exists in Zabbix Server and Proxy components due to the reuse of JavaScript (Duktape) contexts for performance optimization. This context reuse occurs in script items, JavaScript reprocessing, and Webhooks functionality. The vulnerability allows a regular (non-super) Zabbix administrator to leak sensitive data from hosts they do not have access to, resulting in confidentiality loss.

Critical Impact

Non-privileged Zabbix administrators can access confidential host data beyond their authorization scope through JavaScript context leakage.

Affected Products

  • Zabbix Server (versions utilizing JavaScript context reuse)
  • Zabbix Proxy (versions utilizing JavaScript context reuse)
  • Components using Duktape JavaScript engine (script items, JavaScript reprocessing, Webhooks)

Discovery Timeline

  • 2026-03-24 - CVE-2026-23919 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23919

Vulnerability Analysis

This vulnerability is classified under CWE-488 (Exposure of Data Element to Wrong Session), which occurs when data elements are incorrectly exposed to sessions that should not have access to them. In Zabbix's implementation, the Duktape JavaScript engine contexts are reused across different operations for performance optimization. This design decision inadvertently creates a data leakage channel where JavaScript variables and objects from one session can persist and become accessible to subsequent sessions operating under different authorization contexts.

The attack requires adjacent network access and high privileges (administrator-level access to Zabbix), though the attacker does not need to be a super administrator. Once exploited, the vulnerability can result in high confidentiality impact with additional low-level impacts to both integrity and availability. The scope extends beyond the vulnerable component, potentially affecting other hosts in the monitored infrastructure.

Root Cause

The root cause lies in Zabbix's performance optimization strategy that reuses JavaScript (Duktape) execution contexts across multiple operations. When JavaScript contexts are shared between different administrator sessions or host monitoring operations, global variables and object states can persist beyond their intended scope. This creates a condition where data intended for one administrator's view can leak to another administrator who should not have access to that host's information.

Attack Vector

The attack vector requires adjacent network access, meaning the attacker must have network proximity to the Zabbix infrastructure. The attacker needs elevated privileges as a Zabbix administrator (though not super administrator level) to execute the attack. The exploitation involves leveraging the shared JavaScript context to read global variables or object properties that contain data from hosts outside the attacker's authorized scope.

The vulnerability manifests when multiple Zabbix administrators with different host access permissions use features that invoke the Duktape JavaScript engine. Due to context reuse, JavaScript global variables from one administrator's session may persist and become readable by another administrator in a subsequent operation. For detailed technical information, refer to the Zabbix Support Issue ZBX-27638.

Detection Methods for CVE-2026-23919

Indicators of Compromise

  • Unusual JavaScript execution patterns in Zabbix Server/Proxy logs
  • Administrator accounts accessing host data outside their normal scope
  • Unexpected global variable references in script items or Webhooks
  • Anomalous data retrieval patterns from non-assigned hosts

Detection Strategies

  • Monitor Zabbix audit logs for administrators accessing hosts outside their assigned groups
  • Implement logging for JavaScript context usage in script items and Webhooks
  • Review Zabbix Server/Proxy logs for unusual preprocessing or script execution sequences
  • Deploy network monitoring to detect adjacent network reconnaissance activities

Monitoring Recommendations

  • Enable verbose logging for JavaScript-related operations in Zabbix configuration
  • Implement alerting on cross-host data access patterns that deviate from normal baselines
  • Regularly audit administrator permissions and host group assignments
  • Monitor for attempts to define or access global JavaScript variables in custom scripts

How to Mitigate CVE-2026-23919

Immediate Actions Required

  • Apply the latest Zabbix security patches that make built-in JavaScript objects read-only
  • Audit existing script items, JavaScript reprocessing rules, and Webhooks for global variable usage
  • Remove or refactor any scripts that rely on global JavaScript variables
  • Review administrator access controls and restrict host visibility to minimum required scope

Patch Information

Zabbix has released a fix that makes the built-in Zabbix JavaScript objects read-only, preventing unauthorized data access through context reuse. Organizations should update to the patched versions as soon as possible. For additional guidance on known issues related to preprocessing and global variables, refer to the Zabbix documentation on known issues.

Workarounds

  • Avoid using global JavaScript variables in script items, preprocessing, and Webhooks
  • Implement strict variable scoping using local variables within functions
  • Segment Zabbix infrastructure to limit the blast radius of potential exploitation
  • Restrict network access to Zabbix Server/Proxy to trusted administrator networks only
  • Consider implementing additional authentication layers for sensitive monitoring operations
bash
# Configuration example
# Review and audit Zabbix JavaScript usage
# Check for global variable usage in preprocessing scripts
zabbix_server -R log_level_increase="preprocessing"

# Verify Zabbix version includes the security fix
zabbix_server --version

# Review active script items for global variable usage
# Ensure all scripts use local variable scoping

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZabbix

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:N/VC:H/VI:L/VA:L/SC:H/SI:L/SA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-488
  • Technical References
  • Zabbix Support Issue ZBX-27638
  • Related CVEs
  • CVE-2026-23924: Zabbix Agent 2 Information Disclosure

  • CVE-2025-27232: Zabbix Information Disclosure Flaw

  • CVE-2024-36460: Zabbix Information Disclosure Vulnerability

  • CVE-2026-23921: Zabbix API SQL Injection Vulnerability
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