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

CVE-2026-23928: Zabbix Item History Widget XSS Vulnerability

CVE-2026-23928 is a cross-site scripting flaw in Zabbix Item History and Plain text widgets that enables JavaScript injection when HTML display is enabled. This post covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-23928 Overview

CVE-2026-23928 is a stored Cross-Site Scripting (XSS) vulnerability [CWE-79] affecting Zabbix monitoring software. The Item history widget in Zabbix 7.0+ and the Plain text widget in Zabbix 6.0 execute injected JavaScript when the HTML display option is enabled. An attacker who controls a monitored host can inject malicious payloads into item values, which then run in the browser of any user who opens a dashboard containing the affected widget. The Item history widget replaces the Plain text widget starting in Zabbix 7.0, so both product lines remain in scope.

Critical Impact

Attackers controlling a monitored host can execute arbitrary JavaScript in dashboard viewers' browsers, performing actions in their authenticated Zabbix session.

Affected Products

  • Zabbix 6.0 (Plain text widget)
  • Zabbix 7.0 and later (Item history widget)
  • Dashboards with HTML display enabled on the affected widgets

Discovery Timeline

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

Technical Details for CVE-2026-23928

Vulnerability Analysis

The flaw is a stored XSS issue in two Zabbix dashboard widgets that render item history values. When an administrator enables the HTML display option, widget output is rendered without sufficient sanitization or contextual encoding. JavaScript embedded in monitored item data is parsed and executed by the browser when a user views the dashboard.

Exploitation requires the attacker to control a monitored host that submits values to Zabbix, and requires a privileged user to enable HTML display on the widget. A victim user must then open the affected dashboard, satisfying the user-interaction requirement reflected in the CVSS vector. Successful execution runs in the dashboard viewer's authenticated session, enabling unauthorized actions tied to that user's role.

Root Cause

The widgets treat item history values as trusted HTML when the HTML display setting is active. Output encoding and HTML sanitization are not enforced on data originating from monitored hosts, violating the principle that agent-supplied input must be considered untrusted.

Attack Vector

The attack path begins on a compromised or attacker-controlled monitored host. The attacker writes a payload such as a <script> block or an event-handler attribute into an item value collected by the Zabbix agent. The malicious value is stored in the Zabbix history database. When a Zabbix user loads a dashboard containing an Item history or Plain text widget configured to display HTML, the browser parses and executes the payload in the context of the Zabbix frontend origin.

For specific reproduction details, consult the Zabbix Issue Tracker Entry (ZBX-27760).

Detection Methods for CVE-2026-23928

Indicators of Compromise

  • Item history values containing HTML tags such as <script>, <img onerror=>, <svg onload=>, or javascript: URIs
  • Dashboard widgets of type Item history or Plain text with the HTML display option enabled on items receiving data from untrusted hosts
  • Unexpected outbound HTTP requests originating from Zabbix frontend user sessions to attacker-controlled domains

Detection Strategies

  • Audit the Zabbix history and history_str tables for entries containing HTML or JavaScript syntax sourced from monitored hosts
  • Enumerate dashboards and widgets to identify any Item history or Plain text widget configured with HTML rendering enabled
  • Review web server access logs for anomalous referer chains from /zabbix.php?action=dashboard.view followed by requests to external domains

Monitoring Recommendations

  • Alert on browser Content Security Policy (CSP) violation reports from the Zabbix frontend
  • Monitor for changes to widget configuration that toggle the HTML display option
  • Track Zabbix API session activity for unusual actions performed shortly after dashboard loads, such as user creation or script execution

How to Mitigate CVE-2026-23928

Immediate Actions Required

  • Disable the HTML display option on all Item history and Plain text widgets until patched versions are deployed
  • Restrict trust on monitored hosts and validate that agents are not submitting unexpected payloads in item values
  • Limit dashboard editing privileges to reduce the population of users who can enable HTML rendering on widgets

Patch Information

Apply the fixed Zabbix versions referenced in the Zabbix Issue Tracker Entry (ZBX-27760). Upgrade Zabbix 6.0 LTS and Zabbix 7.0+ deployments to the latest maintenance releases that address this issue. Validate the fix in a staging environment before promoting to production.

Workarounds

  • Edit each affected widget and uncheck the HTML display option, forcing values to render as plain text
  • Apply input validation on item preprocessing steps to strip or escape HTML tags using regex replacement or the Replace preprocessor
  • Enforce a strict Content Security Policy on the Zabbix frontend that disallows inline scripts to reduce the impact of residual injection points
bash
# Example Zabbix item preprocessing rule (Replace step)
# Pattern: <[^>]+>
# Replacement: (empty string)
# Apply to all text/character items received from agents to strip HTML tags before storage

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechZabbix

  • 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 Issue Tracker Entry
  • Related CVEs
  • CVE-2024-42330: Zabbix XSS Vulnerability

  • CVE-2023-29453: Zabbix Zabbix-agent2 XSS Vulnerability

  • CVE-2020-15803: Zabbix URL Widget XSS Vulnerability

  • CVE-2026-23919: Zabbix Information Disclosure 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