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-23924

CVE-2026-23924: Zabbix Agent 2 Information Disclosure

CVE-2026-23924 is an information disclosure flaw in Zabbix Agent 2 Docker plugin that allows attackers to read arbitrary files from running containers. This post covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-23924 Overview

CVE-2026-23924 is an Argument Injection vulnerability affecting Zabbix Agent 2's Docker plugin. The vulnerability exists because the plugin does not properly sanitize the docker.container_info parameters when forwarding them to the Docker daemon. An attacker capable of invoking Agent 2 can read arbitrary files from running Docker containers by injecting malicious parameters via the Docker archive API.

Critical Impact

Attackers with access to Zabbix Agent 2 can exploit improper input sanitization to read arbitrary files from Docker containers, potentially exposing sensitive configuration files, credentials, and application data.

Affected Products

  • Zabbix Agent 2 with Docker plugin enabled
  • Systems running Docker containers monitored by Zabbix Agent 2
  • Environments where untrusted users can invoke Zabbix Agent 2 commands

Discovery Timeline

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

Technical Details for CVE-2026-23924

Vulnerability Analysis

This vulnerability falls under CWE-88 (Improper Neutralization of Argument Delimiters in a Command), commonly known as Argument Injection. The Zabbix Agent 2 Docker plugin processes user-supplied parameters for the docker.container_info functionality without adequate sanitization before passing them to the underlying Docker daemon API.

The attack requires network access and elevated privileges within the Zabbix monitoring infrastructure. When exploited, the vulnerability allows an attacker to bypass intended access controls on the monitored Docker containers, enabling unauthorized file reads through the Docker archive API. This represents a significant confidentiality breach for containerized applications, as attackers can extract sensitive data such as configuration files, environment variables containing secrets, application source code, and database credentials stored within containers.

Root Cause

The root cause of this vulnerability is insufficient input validation in the Zabbix Agent 2 Docker plugin. When the plugin receives docker.container_info parameters, it fails to properly sanitize or validate these inputs before constructing API calls to the Docker daemon. This allows an attacker to inject additional arguments or manipulate the intended API request, specifically targeting the Docker archive API to extract files from containers.

Attack Vector

The attack vector is network-based and requires the attacker to have privileges sufficient to invoke Zabbix Agent 2 commands. The exploitation flow involves:

  1. The attacker identifies a Zabbix Agent 2 instance with the Docker plugin enabled
  2. The attacker crafts a malicious docker.container_info request with injected parameters
  3. The unsanitized parameters are passed to the Docker daemon
  4. The Docker archive API is leveraged to read arbitrary files from running containers
  5. Sensitive data from the target container is exfiltrated to the attacker

The vulnerability does not require user interaction, making it exploitable in automated attack scenarios once initial access to the Zabbix Agent 2 interface is obtained.

Detection Methods for CVE-2026-23924

Indicators of Compromise

  • Unusual or malformed docker.container_info requests in Zabbix Agent 2 logs
  • Unexpected Docker archive API calls that do not align with normal monitoring activities
  • Access patterns to sensitive file paths within containers via the Docker daemon
  • Anomalous network traffic between Zabbix Agent 2 and Docker daemon containing archive requests

Detection Strategies

  • Monitor Zabbix Agent 2 logs for suspicious docker.container_info parameter patterns containing path traversal or injection characters
  • Implement Docker daemon audit logging to detect unauthorized archive API requests
  • Deploy network monitoring to identify anomalous data transfers between Zabbix Agent 2 and the Docker daemon
  • Use SentinelOne Singularity to detect file access anomalies within container environments

Monitoring Recommendations

  • Enable verbose logging on Zabbix Agent 2 to capture all Docker plugin interactions
  • Configure Docker daemon audit logs to record all archive API calls with full parameter details
  • Implement alerting for docker.container_info requests containing unexpected characters or path components
  • Deploy runtime container security monitoring to detect unauthorized file read operations

How to Mitigate CVE-2026-23924

Immediate Actions Required

  • Review and restrict access to Zabbix Agent 2 to only trusted users and systems
  • Audit current Zabbix Agent 2 configurations for Docker plugin usage and disable if not required
  • Implement network segmentation to limit which systems can communicate with Zabbix Agent 2
  • Apply the vendor patch as soon as it becomes available from Zabbix

Patch Information

Zabbix has tracked this issue in their support system. For the latest patch information and security updates, refer to the Zabbix Support Issue ZBX-27642. Organizations should monitor this resource for official remediation guidance and apply patches according to their change management procedures.

Workarounds

  • Disable the Docker plugin in Zabbix Agent 2 configuration if Docker container monitoring is not essential
  • Implement strict network ACLs to limit access to Zabbix Agent 2 to only authorized monitoring infrastructure
  • Deploy application-layer filtering to inspect and sanitize docker.container_info parameters before they reach the agent
  • Use read-only container deployments where possible to minimize the impact of unauthorized file reads
bash
# Example: Disable Docker plugin in Zabbix Agent 2 configuration
# Edit /etc/zabbix/zabbix_agent2.conf or zabbix_agent2.d/plugins.d/docker.conf

# Option 1: Disable the Docker plugin entirely
Plugins.Docker.System.Path=

# Option 2: Restrict Docker socket access (if plugin must remain enabled)
# Ensure only the zabbix user can access the Docker socket
chmod 660 /var/run/docker.sock
chown root:zabbix /var/run/docker.sock

# Option 3: Use network policies to restrict Agent 2 access
# iptables example to limit Zabbix Agent 2 connections
iptables -A INPUT -p tcp --dport 10050 -s trusted_server_ip -j ACCEPT
iptables -A INPUT -p tcp --dport 10050 -j DROP

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

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/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-88
  • Technical References
  • Zabbix Support Issue ZBX-27642
  • Related CVEs
  • CVE-2026-23919: Zabbix Information Disclosure Vulnerability

  • 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