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

CVE-2026-23925: Zabbix Auth Bypass Vulnerability

CVE-2026-23925 is an authentication bypass vulnerability in Zabbix that allows users with template/host write permissions to create unauthorized objects via configuration.import API. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-23925 Overview

CVE-2026-23925 is an authorization bypass vulnerability in Zabbix that allows authenticated users with limited privileges to exceed their intended permissions. Specifically, an authenticated Zabbix user with the User role who has template/host write permissions can create objects via the configuration.import API. This vulnerability represents a broken access control flaw (CWE-863) where the API fails to properly enforce role-based restrictions, enabling users to create unauthorized hosts and potentially leading to confidentiality loss.

Under normal circumstances, the User role should not be sufficient to create and edit templates or hosts even when write permissions are granted. However, the configuration.import API endpoint does not properly validate user role restrictions, allowing users to bypass intended access controls.

Critical Impact

Authenticated users can bypass role-based access controls to create unauthorized hosts in Zabbix, potentially compromising confidentiality and enabling unauthorized monitoring of systems.

Affected Products

  • Zabbix (specific versions not disclosed in advisory)
  • Systems utilizing Zabbix configuration.import API
  • Environments with User role accounts that have template/host write permissions

Discovery Timeline

  • 2026-03-06 - CVE-2026-23925 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-23925

Vulnerability Analysis

This vulnerability is classified as Incorrect Authorization (CWE-863), a type of broken access control flaw. The core issue stems from the Zabbix configuration.import API failing to properly validate user roles when processing import requests. While the standard user interface correctly enforces role restrictions—preventing User role accounts from creating templates and hosts—the API endpoint bypasses these authorization checks.

The attack requires network access and an authenticated session with a User role account that has been granted template/host write permissions. The vulnerability presents a present attack complexity as the attacker must have specific conditions met, but exploitation does not require user interaction once those conditions exist.

The primary impact is on confidentiality, particularly in downstream systems. By creating unauthorized hosts, an attacker could potentially configure monitoring that exposes sensitive information from systems they should not have visibility into. There is also limited impact on integrity and availability of both the vulnerable system and connected components.

Root Cause

The root cause of CVE-2026-23925 lies in inconsistent authorization enforcement between the Zabbix web interface and its API layer. While the frontend properly checks both user permissions AND user roles before allowing template/host creation operations, the configuration.import API endpoint only validates write permissions without verifying that the user's role permits such operations.

This creates a privilege escalation path where the API trusts permission flags without considering the hierarchical role-based access control model that Zabbix implements. The authorization logic gap allows User role accounts to perform actions that should be restricted to higher-privileged roles.

Attack Vector

The attack vector for CVE-2026-23925 is network-based, requiring the attacker to have:

  1. Valid authentication credentials for a Zabbix User role account
  2. Template or host write permissions assigned to their account
  3. Network access to the Zabbix API endpoint

An attacker with these prerequisites can craft API calls to the configuration.import endpoint to create hosts or templates that their User role should not permit. The imported configuration could include hosts that allow the attacker to gain visibility into systems beyond their authorized scope, effectively bypassing the intended access control boundaries.

The exploitation involves sending properly formatted import requests to the API containing host or template definitions. Since the API does not verify that the requesting user's role permits these operations, the objects are created successfully despite the role restrictions that would block the same operation through the web interface.

Detection Methods for CVE-2026-23925

Indicators of Compromise

  • Unexpected hosts or templates appearing in Zabbix that were not created by administrators
  • API access logs showing configuration.import calls from User role accounts
  • Audit trail entries indicating object creation by users who lack administrative roles
  • New monitoring configurations targeting systems outside expected scope

Detection Strategies

  • Monitor Zabbix API access logs for configuration.import endpoint calls, correlating the requesting user's role against the operation performed
  • Implement alerting for host or template creation events that originate from non-administrative accounts
  • Review Zabbix audit logs for discrepancies between user roles and performed actions
  • Compare current host/template inventory against known-good baselines to identify unauthorized additions

Monitoring Recommendations

  • Enable comprehensive API logging in Zabbix to capture all configuration.import requests with user context
  • Configure SIEM rules to alert on API-based configuration changes from User role accounts
  • Implement periodic audits of host and template ownership to detect unauthorized creations
  • Deploy network monitoring to track API endpoint access patterns from user accounts

How to Mitigate CVE-2026-23925

Immediate Actions Required

  • Review and restrict template/host write permissions for User role accounts where not strictly necessary
  • Audit existing hosts and templates for any unauthorized entries that may have been created through this vulnerability
  • Implement network-level access controls to restrict API access to trusted management systems only
  • Monitor the Zabbix Bug Tracking Ticket for patch availability and updates

Patch Information

Organizations should monitor the official Zabbix security advisories and the bug tracking ticket for patch release information. When a patch becomes available, apply it following your organization's change management procedures. Ensure that Zabbix is updated to the patched version as soon as it is released and tested in your environment.

Workarounds

  • Remove template/host write permissions from User role accounts unless absolutely required for business operations
  • Implement API access restrictions using firewall rules or reverse proxy configurations to limit which users can reach API endpoints
  • Use a web application firewall (WAF) to filter requests to the configuration.import endpoint based on user role information
  • Consider temporarily disabling the configuration.import API endpoint if it is not required for normal operations
bash
# Example: Restrict API access via nginx reverse proxy
# Add to Zabbix API location block to limit configuration.import access
location /api_jsonrpc.php {
    # Restrict access to administrative IP ranges only
    allow 10.0.0.0/24;  # Admin network
    deny all;
    
    proxy_pass http://zabbix-backend;
    proxy_set_header Host $host;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechZabbix

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:L/SC:H/SI:N/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-863
  • Technical References
  • Zabbix Bug Tracking Ticket
  • Related CVEs
  • CVE-2022-43515: Zabbix Frontend Auth Bypass Vulnerability

  • CVE-2022-23132: Zabbix Auth Bypass Vulnerability

  • CVE-2022-23134: Zabbix Authentication Bypass Vulnerability

  • CVE-2024-36467: Zabbix Auth Bypass 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