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

CVE-2024-36460: Zabbix Information Disclosure Vulnerability

CVE-2024-36460 is an information disclosure vulnerability in Zabbix that exposes plaintext passwords in the front-end audit log. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-36460 Overview

CVE-2024-36460 is a sensitive data exposure vulnerability in Zabbix, the popular open-source network monitoring solution. The front-end audit log functionality allows viewing of unprotected plaintext passwords, creating a significant security risk where credentials are displayed without any obfuscation or protection mechanisms.

Critical Impact

User credentials stored and displayed in plaintext within audit logs can be accessed by authenticated users with log viewing privileges, potentially leading to credential theft, unauthorized access to monitored systems, and lateral movement within the network infrastructure.

Affected Products

  • Zabbix versions prior to patched releases
  • Zabbix 7.0.0
  • Multiple Zabbix version branches as tracked in ZBX-25017

Discovery Timeline

  • 2024-08-12 - CVE-2024-36460 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-36460

Vulnerability Analysis

This vulnerability falls under CWE-256 (Plaintext Storage of a Password) and CWE-522 (Insufficiently Protected Credentials). The core issue stems from Zabbix's audit logging mechanism recording sensitive credential information without applying any form of masking, hashing, or encryption before storage and display.

When administrative actions involving credentials are performed in the Zabbix front-end, the audit log captures these events including the actual password values. Any user with permissions to view audit logs can subsequently access these plaintext credentials, violating the principle of least privilege and exposing sensitive authentication data.

The vulnerability is exploitable over the network and requires low privileges to execute. While authentication is required to access the audit log functionality, the exposure of plaintext passwords significantly amplifies the risk, as compromised credentials could provide access to critical infrastructure being monitored by Zabbix.

Root Cause

The root cause is improper handling of sensitive data within the audit logging subsystem. The application fails to implement credential masking or sanitization when logging administrative actions that involve password fields. Instead of replacing password values with placeholder text (such as asterisks) or omitting them entirely from log entries, the system stores and displays the actual credential values.

Attack Vector

An attacker with authenticated access to the Zabbix front-end who has permissions to view audit logs can exploit this vulnerability. The attack scenario involves:

  1. Gaining legitimate or compromised access to a Zabbix account with audit log viewing privileges
  2. Navigating to the audit log section of the Zabbix front-end
  3. Reviewing log entries for actions that involved credential changes or configurations
  4. Extracting plaintext passwords from the displayed log entries
  5. Using harvested credentials to access monitored systems or escalate privileges

The vulnerability requires no user interaction beyond the attacker accessing the audit logs. Since the attack occurs over the network through the standard web interface, it can be executed remotely from any location with access to the Zabbix front-end.

Detection Methods for CVE-2024-36460

Indicators of Compromise

  • Unusual or excessive access to audit log pages by non-administrative users
  • Audit log queries filtering for password-related actions or user modification events
  • Evidence of credential reuse attacks targeting systems monitored by Zabbix
  • Anomalous authentication attempts using credentials that were recently changed within Zabbix

Detection Strategies

  • Monitor Zabbix front-end access logs for frequent requests to audit log endpoints
  • Implement alerting for bulk exports or extended viewing sessions of audit log data
  • Track authentication events across monitored infrastructure for credential misuse patterns
  • Deploy user behavior analytics to detect abnormal audit log access patterns

Monitoring Recommendations

  • Enable detailed logging for all audit log access events within Zabbix
  • Correlate Zabbix user activity with downstream authentication events on monitored systems
  • Implement session monitoring to detect prolonged audit log viewing sessions
  • Review access control lists for audit log viewing permissions regularly

How to Mitigate CVE-2024-36460

Immediate Actions Required

  • Upgrade Zabbix to the latest patched version as recommended by the vendor
  • Restrict audit log viewing permissions to only essential administrative personnel
  • Review existing audit logs and rotate any passwords that may have been exposed
  • Audit all accounts with audit log access to ensure they are legitimate and necessary

Patch Information

Zabbix has addressed this vulnerability in updated releases. Organizations should consult the Zabbix Issue Tracker Entry for specific version information and upgrade guidance. Debian users should also review the Debian LTS Announcement for distribution-specific patches.

After patching, organizations should rotate all credentials that may have been logged in plaintext prior to the update.

Workarounds

  • Implement strict role-based access control to limit audit log visibility to essential personnel only
  • Consider temporarily disabling audit logging for sensitive operations until patches can be applied
  • Deploy a web application firewall (WAF) to monitor and restrict access to audit log endpoints
  • Implement network segmentation to limit access to the Zabbix front-end from trusted networks only
bash
# Review and restrict Zabbix user permissions for audit log access
# Consult Zabbix documentation for your specific version
# Example: Review user groups with audit log access
zabbix_server -c /etc/zabbix/zabbix_server.conf -R config_cache_reload

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 Score8.1

  • EPSS Probability0.41%

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

  • CWE-522
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Zabbix Issue Tracker Entry
  • Related CVEs
  • CVE-2026-23919: Zabbix Information Disclosure Vulnerability

  • CVE-2026-23924: Zabbix Agent 2 Information Disclosure

  • CVE-2025-27232: Zabbix Information Disclosure Flaw

  • 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