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
    • 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-2026-23926

CVE-2026-23926: Maintenance Period XSS Vulnerability

CVE-2026-23926 is a cross-site scripting flaw in maintenance period tooltips that enables authenticated administrators to inject malicious JavaScript. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-23926 Overview

CVE-2026-23926 is a stored cross-site scripting (XSS) vulnerability in Zabbix [CWE-79]. An authenticated administrator without super-admin privileges can create a maintenance period containing a JavaScript payload. The payload executes in the browser of any user who opens the tooltip for that maintenance period in the Host navigator widget. The attacker can then perform unauthorized actions in the context of the victim user, including a super-admin who views the affected widget.

Critical Impact

A lower-privileged administrator can execute arbitrary JavaScript in a super-admin's browser session, enabling privilege escalation and unauthorized actions across the Zabbix frontend.

Affected Products

  • Zabbix frontend (Host navigator widget)
  • Zabbix maintenance period configuration
  • Refer to Zabbix Support Issue ZBX-27758 for affected version details

Discovery Timeline

  • 2026-05-06 - CVE-2026-23926 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-23926

Vulnerability Analysis

The flaw is a stored XSS in the Zabbix Host navigator widget. Maintenance period names or descriptions accept user-supplied input without proper output encoding when rendered inside the widget's tooltip. When a user hovers over a host that has an associated maintenance period, the frontend constructs a tooltip using attacker-controlled data. The browser interprets injected <script> tags or HTML event handlers as executable code rather than literal text.

Because maintenance periods can be created by any user holding the (non-super) administrator role, the bar for authoring the payload is low. The exploitation surface is broad because operators and super-admins routinely consult host status widgets during incident triage.

Root Cause

The root cause is missing or insufficient HTML output encoding when the Host navigator widget renders maintenance period metadata into a tooltip DOM node. Input that should be treated as text content is instead inserted in a context that allows HTML or JavaScript execution. This is a classic [CWE-79] failure to neutralize input during web page generation.

Attack Vector

Exploitation requires an authenticated session with the administrator role and user interaction from the victim. The attacker creates a maintenance period whose name or related field contains a JavaScript payload. The attacker assigns the maintenance period to one or more hosts that appear in a Host navigator widget. When any user, including a super-admin, opens the tooltip for that maintenance period, the payload runs with the victim's session privileges. The attacker can then call Zabbix API endpoints, modify configuration, create new users, or exfiltrate data.

No proof-of-concept exploit is publicly available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to Zabbix Support Issue ZBX-27758 for technical details.

Detection Methods for CVE-2026-23926

Indicators of Compromise

  • Maintenance period names containing HTML tags, <script> elements, javascript: URIs, or event handler attributes such as onerror= and onmouseover=.
  • Audit log entries showing maintenance period creation or modification by non-super-admin accounts followed by privileged actions from a different user session.
  • Unexpected user account creation, role changes, or API token generation shortly after a super-admin viewed a Host navigator widget.

Detection Strategies

  • Query the Zabbix database for maintenance period names and descriptions matching regex patterns for HTML or JavaScript syntax.
  • Review Zabbix audit logs for maintenance.create and maintenance.update API calls correlated with subsequent administrative changes.
  • Inspect frontend access logs for anomalous XHR or fetch requests originating from Host navigator widget pages.

Monitoring Recommendations

  • Forward Zabbix audit logs and web server access logs to a centralized log platform for retention and correlation.
  • Alert on configuration changes performed within seconds of dashboard or widget page loads, which can indicate XSS-driven actions.
  • Track creation of new admin-level users or API tokens and require out-of-band verification.

How to Mitigate CVE-2026-23926

Immediate Actions Required

  • Apply the Zabbix security update referenced in Zabbix Support Issue ZBX-27758 as soon as it is available for your version.
  • Audit all existing maintenance periods and remove any whose names or descriptions contain HTML or script syntax.
  • Review which accounts hold the administrator role and revoke the role from users who do not require it.

Patch Information

Monitor Zabbix Support Issue ZBX-27758 for the patched build numbers and upgrade instructions. The vendor advisory is the authoritative source for fixed versions. Apply the patch in a staging environment first, then promote to production.

Workarounds

  • Restrict the administrator role so that only trusted personnel can create maintenance periods until the patch is applied.
  • Remove the Host navigator widget from shared dashboards viewed by super-admins until the frontend is updated.
  • Deploy a Content Security Policy (CSP) at the reverse proxy that disallows inline script execution on the Zabbix frontend.
bash
# Example nginx CSP header for the Zabbix frontend
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none'; base-uri 'self'" always;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Zabbix Support Issue ZBX-27758
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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