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-2022-23132

CVE-2022-23132: Zabbix Auth Bypass Vulnerability

CVE-2022-23132 is an authentication bypass vulnerability in Zabbix that exploits SELinux DAC_OVERRIDE capability, allowing processes to bypass file permissions. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-23132 Overview

CVE-2022-23132 is an improper access control vulnerability affecting Zabbix installations deployed from RPM packages. During the installation process, the DAC_OVERRIDE SELinux capability is utilized to access PID files in the /var/run/zabbix folder. This configuration flaw allows Zabbix Proxy or Server processes to bypass file read, write, and execute permission checks at the file system level, potentially enabling unauthorized access to sensitive system resources.

Critical Impact

Zabbix Server and Proxy processes can bypass file system permission checks, potentially allowing unauthorized file operations and compromising system integrity on affected monitoring infrastructure.

Affected Products

  • Zabbix Zabbix (multiple versions through 6.0.0 alpha releases)
  • Fedora 34
  • Fedora 35

Discovery Timeline

  • 2022-01-13 - CVE CVE-2022-23132 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-23132

Vulnerability Analysis

This vulnerability stems from an overly permissive SELinux policy configuration applied during RPM-based Zabbix installations. The DAC_OVERRIDE capability is a powerful Linux kernel capability that allows processes to bypass discretionary access control (DAC) permission checks for read, write, and execute operations on files. When granted to Zabbix processes, this capability effectively nullifies standard Unix file permissions, allowing the Zabbix Server or Proxy to access any file on the system regardless of ownership or permission settings.

The vulnerability is classified under CWE-284 (Improper Access Control) and CWE-732 (Incorrect Permission Assignment for Critical Resource), reflecting the fundamental misconfiguration in how SELinux capabilities are assigned to Zabbix service processes. In environments where Zabbix is compromised or where multi-tenant isolation is required, this excessive privilege could be leveraged to read sensitive configuration files, modify system resources, or execute unauthorized operations.

Root Cause

The root cause of CVE-2022-23132 lies in the SELinux policy definitions included with the Zabbix RPM packages. Instead of implementing a principle of least privilege approach where Zabbix processes only receive the specific permissions needed to access their designated PID files in /var/run/zabbix, the installation grants the broad DAC_OVERRIDE capability. This capability was likely added as a convenience measure to ensure Zabbix processes could reliably access their PID files without encountering permission errors, but it inadvertently grants far more access than required for legitimate operations.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity and requires no authentication or user interaction. An attacker who can compromise the Zabbix Server or Proxy service—through other vulnerabilities, misconfigurations, or credential theft—could leverage the DAC_OVERRIDE capability to escalate their access beyond what normal file system permissions would allow.

Potential exploitation scenarios include:

  • Reading sensitive configuration files containing credentials for monitored systems
  • Modifying system files to establish persistence or disable security controls
  • Accessing log files or data stores belonging to other applications on the same server
  • Bypassing file-based access controls intended to isolate different services or tenants

Detection Methods for CVE-2022-23132

Indicators of Compromise

  • Unexpected file access patterns from Zabbix processes outside of standard operational directories
  • Zabbix processes reading or writing to sensitive system files such as /etc/shadow, /etc/passwd, or SSH key directories
  • Anomalous capability usage detected in audit logs showing DAC_OVERRIDE being exercised against protected files
  • Modification timestamps on critical system files correlating with Zabbix process activity

Detection Strategies

  • Enable Linux audit framework rules to monitor capability usage by Zabbix processes using auditctl -a always,exit -F arch=b64 -S open -F euid=zabbix -k zabbix_file_access
  • Implement file integrity monitoring on critical system directories to detect unauthorized modifications
  • Review SELinux denial logs for any unexpected access attempts that might indicate capability misuse
  • Monitor process capabilities using tools like getpcaps to verify Zabbix processes are not operating with excessive privileges

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions to monitor file system access patterns from service accounts
  • Establish baseline behavior for Zabbix processes and alert on deviations in file access patterns
  • Regularly audit SELinux policies and Linux capabilities assigned to service processes
  • Implement centralized logging for file access events from Zabbix server hosts

How to Mitigate CVE-2022-23132

Immediate Actions Required

  • Upgrade Zabbix to a patched version that does not require DAC_OVERRIDE capability for normal operations
  • Review and audit current SELinux policies for Zabbix processes to understand the scope of granted capabilities
  • Implement network segmentation to limit exposure of Zabbix servers to trusted networks only
  • Consider deploying Zabbix in containerized environments with restricted capability sets

Patch Information

Zabbix has addressed this vulnerability through updates to their RPM packaging. Administrators should consult the Zabbix Support Issue ZBX-20341 for specific patch information and updated packages. Additionally, distribution-specific updates are available through Fedora Package Announcements and the Debian LTS Security Announcement.

Workarounds

  • Manually remove the DAC_OVERRIDE capability from Zabbix SELinux policies if upgrading is not immediately possible
  • Configure proper ownership and permissions on /var/run/zabbix to allow Zabbix user access without requiring elevated capabilities
  • Use custom SELinux policies that grant only the minimum necessary file contexts for Zabbix operations
  • Consider alternative installation methods (source compilation, containerization) that do not include the problematic capability configuration
bash
# Verify Zabbix process capabilities
getpcaps $(pgrep zabbix_server)

# Check SELinux context of Zabbix processes
ps -eZ | grep zabbix

# Audit Zabbix file access with auditd
auditctl -w /var/run/zabbix -p rwxa -k zabbix_pid_access

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

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284

  • CWE-732
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian LTS Security Announcement
  • Vendor Resources
  • Zabbix Support Issue ZBX-20341
  • Related CVEs
  • CVE-2026-23925: Zabbix Auth Bypass Vulnerability

  • CVE-2022-43515: Zabbix Frontend 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