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-2024-36467

CVE-2024-36467: Zabbix Auth Bypass Vulnerability

CVE-2024-36467 is an authentication bypass flaw in Zabbix that allows authenticated users with API access to escalate privileges by adding themselves to administrator groups. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-36467 Overview

CVE-2024-36467 is a privilege escalation vulnerability in Zabbix that allows authenticated users with basic API access to add themselves to any user group, including highly privileged groups such as Zabbix Administrators. The vulnerability exists in the user.update API endpoint, which fails to properly validate authorization when users modify their own group memberships. This improper authorization check (CWE-285) enables low-privileged users to escalate their privileges to administrator level, gaining complete control over the Zabbix monitoring infrastructure.

Critical Impact

Authenticated users with minimal API access can escalate to Zabbix Administrator privileges, potentially compromising the entire monitoring infrastructure and any systems it manages.

Affected Products

  • Zabbix (multiple versions affected)
  • Systems using Zabbix API with authenticated user access
  • Zabbix installations with default User role configurations

Discovery Timeline

  • 2024-11-27 - CVE-2024-36467 published to NVD
  • 2025-10-08 - Last updated in NVD database

Technical Details for CVE-2024-36467

Vulnerability Analysis

This vulnerability stems from improper authorization controls in the Zabbix user.update API endpoint. The flaw allows authenticated users—even those with only the default User role—to modify their own group memberships without proper privilege verification. The attack can be executed remotely over the network with low complexity, requiring only low-privilege authentication and no user interaction.

The vulnerability grants attackers potential access to confidential monitoring data, the ability to modify critical monitoring configurations, and could impact the availability of the monitoring infrastructure. The only groups protected from this attack are those that are explicitly disabled or have restricted GUI access configured.

Root Cause

The root cause is classified as CWE-285 (Improper Authorization). The Zabbix API fails to properly validate whether a user has sufficient privileges to modify group memberships. When processing requests to the user.update endpoint, the system does not verify that the requesting user has authorization to add themselves to privileged groups, effectively bypassing the intended access control model.

Attack Vector

The attack is network-based and requires only authenticated API access. An attacker with a standard Zabbix user account can craft API requests to the user.update endpoint, specifying privileged groups such as "Zabbix Administrators" in the group membership parameters. The server processes this request without proper authorization checks, resulting in the user being added to the specified group.

The exploitation flow involves:

  1. Authenticating to the Zabbix API with a low-privileged user account
  2. Identifying target group IDs for privileged groups (e.g., Zabbix Administrators)
  3. Sending a user.update API request that modifies the attacker's own group memberships
  4. Gaining elevated privileges associated with the target group

For technical details on the exploitation mechanism, refer to the Zabbix Issue Tracker Entry.

Detection Methods for CVE-2024-36467

Indicators of Compromise

  • Unexpected changes to user group memberships in Zabbix audit logs
  • API calls to user.update endpoint from low-privileged user accounts that modify group assignments
  • Users appearing in privileged groups (e.g., Zabbix Administrators) without authorized administrative action
  • Anomalous API activity patterns from accounts that typically have limited access

Detection Strategies

  • Monitor Zabbix audit logs for user.update API calls that modify group memberships
  • Implement alerting for any non-administrative user attempting to modify group associations
  • Review and audit user group memberships regularly for unauthorized changes
  • Deploy API request logging to capture and analyze all user.update endpoint calls

Monitoring Recommendations

  • Enable comprehensive audit logging for all Zabbix API endpoints
  • Configure SIEM integration to detect privilege escalation patterns in Zabbix logs
  • Establish baseline behavior for API usage by user role to identify anomalies
  • Implement real-time alerting for changes to sensitive user groups

How to Mitigate CVE-2024-36467

Immediate Actions Required

  • Review all user group memberships for unauthorized privilege escalations
  • Audit API access permissions and restrict user.update endpoint access where possible
  • Implement network segmentation to limit API access to trusted networks only
  • Review Zabbix audit logs for evidence of exploitation

Patch Information

Zabbix has addressed this vulnerability in updated versions. Organizations should consult the Zabbix Issue Tracker Entry for specific version information and patch availability. Apply the latest security updates to all affected Zabbix installations as soon as possible.

Workarounds

  • Restrict API access to only users who absolutely require it
  • Implement network-level access controls to limit API endpoint exposure
  • Configure disabled status or restricted GUI access for sensitive administrative groups as a partial mitigation
  • Deploy Web Application Firewall (WAF) rules to monitor and filter suspicious user.update API requests
  • Consider implementing additional authentication factors for API 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 Score8.8

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-285
  • Vendor Resources
  • Zabbix Issue Tracker Entry
  • Related CVEs
  • CVE-2026-23925: Zabbix Auth Bypass Vulnerability

  • CVE-2022-43515: Zabbix Frontend Auth Bypass Vulnerability

  • CVE-2022-23132: Zabbix Auth Bypass Vulnerability

  • CVE-2022-23134: Zabbix Authentication 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