Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2023-32725

CVE-2023-32725: Zabbix Server Auth Bypass Vulnerability

CVE-2023-32725 is an authentication bypass flaw in Zabbix Server where session cookies are leaked to URL widgets during report testing. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-32725 Overview

CVE-2023-32725 is a session hijacking vulnerability in Zabbix monitoring software that affects the URL widget functionality used in dashboards. The vulnerability occurs when testing or executing scheduled reports—the website configured in the URL widget receives the user's session cookie, which can then be exploited by an attacker to gain unauthorized access to the Zabbix frontend with the privileges of the affected user.

Critical Impact

Attackers can hijack authenticated user sessions by configuring malicious URLs in widgets, potentially gaining full administrative access to Zabbix monitoring infrastructure.

Affected Products

  • Zabbix Server (multiple versions including 7.0.0 alpha1, alpha2, alpha3)
  • Zabbix Frontend (multiple versions including 7.0.0 alpha1, alpha2, alpha3)
  • Zabbix deployments using URL widgets with scheduled reports

Discovery Timeline

  • 2023-12-18 - CVE-2023-32725 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-32725

Vulnerability Analysis

This vulnerability is classified under CWE-565 (Reliance on Cookies without Validation or Integrity Checking). The core issue stems from improper handling of session cookies when the Zabbix reporting system renders URL widgets. When a user tests or schedules a report containing a URL widget, the Zabbix system makes HTTP requests to the configured external URLs while inadvertently including the user's session cookie in these requests.

The attack exploits the trust relationship between the Zabbix server and external websites configured in URL widgets. Since session cookies are transmitted without proper scope validation, any attacker-controlled server receiving these requests can capture valid session tokens. These captured cookies remain valid and can be replayed to authenticate as the victim user without requiring any additional credentials.

Root Cause

The root cause lies in the improper cookie scope handling within Zabbix's report generation and URL widget rendering functionality. When the system processes URL widgets for reports, it fails to strip or properly scope session cookies before making external HTTP requests. This design flaw allows sensitive authentication material to leak to arbitrary external domains configured by users with widget configuration privileges.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker with access to configure URL widgets (or the ability to convince an administrator to add their malicious URL) can set up a data collection endpoint. When victims interact with reports containing the malicious widget—either by testing the report or when scheduled reports execute—their session cookies are transmitted to the attacker's server.

The attacker then captures these session tokens and uses them to authenticate to the Zabbix frontend, bypassing the normal authentication flow entirely. This grants the attacker the same permissions as the victim, which could include administrative access to the monitoring infrastructure.

Detection Methods for CVE-2023-32725

Indicators of Compromise

  • Unusual URL widget configurations pointing to external or unknown domains
  • Suspicious HTTP requests from the Zabbix server to unexpected external endpoints
  • Session activity originating from IP addresses inconsistent with legitimate user access patterns
  • Audit log entries showing access to sensitive configurations from unfamiliar sources

Detection Strategies

  • Review URL widget configurations across all dashboards for suspicious or unauthorized external URLs
  • Monitor network traffic from Zabbix servers for outbound connections to non-standard destinations
  • Implement session monitoring to detect concurrent access from geographically disparate locations
  • Enable comprehensive audit logging for all widget configuration changes

Monitoring Recommendations

  • Configure alerts for new URL widget creations pointing to external domains
  • Monitor session usage patterns for anomalies indicating potential session hijacking
  • Track report generation activities and correlate with outbound network connections
  • Implement network-level monitoring to detect cookie exfiltration attempts

How to Mitigate CVE-2023-32725

Immediate Actions Required

  • Audit all existing URL widgets and remove or disable any pointing to untrusted external URLs
  • Restrict URL widget configuration permissions to trusted administrators only
  • Implement network-level controls to limit outbound connections from Zabbix servers
  • Review access logs for any signs of session compromise and invalidate suspicious sessions

Patch Information

Zabbix has addressed this vulnerability in updated versions of the software. Organizations should upgrade to the latest patched version of Zabbix Server and Frontend. For detailed patch information and affected version ranges, refer to the Zabbix Support Issue ZBX-23854.

Workarounds

  • Disable URL widgets entirely if they are not essential to operations
  • Configure firewall rules to restrict outbound HTTP/HTTPS connections from Zabbix servers to approved destinations only
  • Implement a proxy for all outbound Zabbix connections that strips authentication cookies from requests
  • Use shorter session timeouts to limit the window of opportunity for session token reuse
bash
# Example: Restrict outbound connections from Zabbix server using iptables
# Allow only connections to trusted monitoring endpoints
iptables -A OUTPUT -p tcp --dport 80 -d trusted-endpoint.example.com -j ACCEPT
iptables -A OUTPUT -p tcp --dport 443 -d trusted-endpoint.example.com -j ACCEPT
# Block other outbound HTTP/HTTPS from Zabbix server
iptables -A OUTPUT -p tcp --dport 80 -m owner --uid-owner zabbix -j DROP
iptables -A OUTPUT -p tcp --dport 443 -m owner --uid-owner zabbix -j DROP

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.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-565
  • Vendor Resources
  • Zabbix Support Issue ZBX-23854
  • 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