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-2025-27232

CVE-2025-27232: Zabbix Information Disclosure Flaw

CVE-2025-27232 is an information disclosure vulnerability in Zabbix where Super Admins can exploit oauth.authorize to read arbitrary files. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-27232 Overview

CVE-2025-27232 is a Server-Side Request Forgery (SSRF) vulnerability affecting Zabbix, an enterprise-class open source distributed monitoring solution. An authenticated Zabbix Super Admin can exploit the oauth.authorize action to read arbitrary files from the webserver, leading to potential confidentiality loss through unauthorized information disclosure.

This vulnerability is classified under CWE-918 (Server-Side Request Forgery) and has been assigned a CVSS 4.0 score of 6.8 (MEDIUM severity). While exploitation requires authenticated Super Admin privileges and adjacent network access, successful attacks could expose sensitive configuration files, credentials, or other confidential data stored on the web server.

Critical Impact

Authenticated Super Admin users can leverage the oauth.authorize action to perform arbitrary file reads, potentially exposing sensitive server-side configuration files, credentials, and confidential data.

Affected Products

  • Zabbix (versions affected per vendor advisory)
  • Zabbix Web Frontend with OAuth functionality enabled
  • Systems running Zabbix with Super Admin accounts

Discovery Timeline

  • 2025-12-01 - CVE-2025-27232 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-27232

Vulnerability Analysis

The vulnerability resides in Zabbix's OAuth authorization implementation, specifically within the oauth.authorize action handler. This Server-Side Request Forgery (SSRF) vulnerability allows an authenticated user with Super Admin privileges to manipulate OAuth authorization requests to read arbitrary files from the underlying webserver filesystem.

The CVSS 4.0 vector CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N indicates:

  • Attack Vector (AV:A): Adjacent Network - attacker must have access to the local network segment
  • Attack Complexity (AC:L): Low - exploitation is straightforward once prerequisites are met
  • Privileges Required (PR:H): High - Super Admin authentication is mandatory
  • User Interaction (UI:N): None - no victim interaction required
  • Confidentiality Impact (VC:H): High - significant data exposure possible
  • Integrity Impact (VI:N): None - no data modification capability
  • Availability Impact (VA:N): None - system availability unaffected

The EPSS (Exploit Prediction Scoring System) probability is 0.019% (4.305 percentile), indicating a relatively low likelihood of exploitation in the wild at this time.

Root Cause

The root cause is improper input validation in the OAuth authorization flow within Zabbix. The oauth.authorize action fails to adequately sanitize or restrict file path parameters, allowing attackers to specify arbitrary local file paths. The server-side component then reads and potentially returns the contents of these files, treating them as valid OAuth authorization data.

This is a classic SSRF pattern where user-controlled input is used to construct server-side file read operations without proper restrictions or allowlist validation.

Attack Vector

The attack requires the following conditions:

  1. The attacker must have valid Zabbix Super Admin credentials
  2. The attacker must have adjacent network access to the Zabbix web frontend
  3. OAuth functionality must be enabled on the target Zabbix instance

The attacker exploits the vulnerability by crafting malicious requests to the oauth.authorize endpoint. By manipulating the authorization parameters, the attacker can redirect the server to read local filesystem resources instead of legitimate OAuth provider URLs. This allows exfiltration of sensitive files such as /etc/passwd, application configuration files, database credentials, or other sensitive server-side data.

The vulnerability does not require any user interaction and can be exploited repeatedly to enumerate and exfiltrate multiple files from the target system.

Detection Methods for CVE-2025-27232

Indicators of Compromise

  • Unusual or repeated requests to the oauth.authorize endpoint from Super Admin accounts
  • OAuth authorization requests containing file path characters (e.g., ../, /etc/, file://)
  • Server access logs showing OAuth actions with local filesystem path patterns
  • Unexpected file read operations originating from the Zabbix web process
  • Authentication logs showing Super Admin activity during non-business hours

Detection Strategies

Organizations should implement the following detection mechanisms:

  1. Web Application Firewall (WAF) Rules: Configure rules to detect and block requests containing path traversal sequences or local file path patterns in OAuth-related endpoints.

  2. Log Monitoring: Enable detailed logging for all OAuth-related actions and monitor for anomalous patterns, particularly requests with unusual path specifications.

  3. Behavioral Analysis: Monitor Super Admin account activity for unusual patterns, including access to OAuth configuration from unexpected source IPs or at unusual times.

  4. File Integrity Monitoring: Deploy file integrity monitoring on sensitive configuration files to detect unauthorized read attempts or access pattern anomalies.

Monitoring Recommendations

  • Enable verbose logging on Zabbix web frontend, particularly for API and OAuth actions
  • Implement centralized log collection and analysis for Zabbix instances
  • Configure alerts for Super Admin authentication events and subsequent OAuth operations
  • Monitor network traffic for data exfiltration patterns following OAuth endpoint access
  • Establish baseline behavior for OAuth usage and alert on deviations

How to Mitigate CVE-2025-27232

Immediate Actions Required

  • Apply the latest security patches from Zabbix as detailed in the vendor advisory ZBX-27282
  • Review and audit all Super Admin accounts, removing unnecessary elevated privileges
  • Implement network segmentation to restrict adjacent network access to Zabbix instances
  • Enable enhanced logging and monitoring on all Zabbix web frontends
  • Consider temporarily disabling OAuth functionality if not required

Patch Information

Zabbix has acknowledged this vulnerability and provided remediation guidance through their support portal. Administrators should consult the official Zabbix security advisory at https://support.zabbix.com/browse/ZBX-27282 for specific patch information, affected version details, and upgrade instructions.

It is strongly recommended to apply vendor-provided patches as soon as they become available for your Zabbix version. Organizations should follow their standard change management procedures while prioritizing this security update.

Workarounds

If immediate patching is not possible, organizations can implement the following temporary mitigations:

  1. Disable OAuth Authentication: If OAuth is not essential for operations, consider disabling OAuth functionality in Zabbix until patches can be applied.

  2. Restrict Super Admin Access: Minimize the number of Super Admin accounts and implement strict access controls, including IP allowlisting for administrative access.

  3. Network Segmentation: Ensure Zabbix web frontends are only accessible from trusted network segments, reducing the adjacent network attack surface.

  4. Web Application Firewall: Deploy WAF rules to inspect and filter requests to OAuth endpoints for path traversal and file inclusion patterns.

  5. Enhanced Monitoring: Implement additional monitoring and alerting for all Super Admin activity, particularly OAuth-related operations.

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

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Support Zabbix
  • Related CVEs
  • CVE-2026-23919: Zabbix Information Disclosure Vulnerability

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

  • CVE-2024-36460: Zabbix Information Disclosure Vulnerability

  • 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