A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9144

CVE-2026-9144: Taiko AG1000-01A Gateway XSS Vulnerability

CVE-2026-9144 is a stored XSS vulnerability in Taiko AG1000-01A SMS Alert Gateway that lets authenticated attackers execute persistent JavaScript in admin sessions. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-9144 Overview

CVE-2026-9144 is a stored cross-site scripting (XSS) vulnerability affecting the Taiko AG1000-01A SMS Alert Gateway, Rev 7.3 and Rev 8. The flaw resides in the embedded web configuration interface, where multiple administrative form fields fail to sanitize user-supplied input before rendering it in administrative dashboard views such as index.zhtml. Authenticated attackers can fragment malicious JavaScript across several fields, using JavaScript comments and template literals to bypass front-end length restrictions. Once concatenated and rendered, the payload executes persistently within administrative sessions, exposing credentials, session tokens, and gateway configuration to attacker control.

Critical Impact

Authenticated attackers can achieve persistent JavaScript execution in administrator browsers, leading to session hijacking, configuration tampering, and full control of SMS alerting workflows.

Affected Products

  • Taiko AG1000-01A SMS Alert Gateway Rev 7.3
  • Taiko AG1000-01A SMS Alert Gateway Rev 8
  • Embedded web configuration interface (index.zhtml and related administrative views)

Discovery Timeline

  • 2026-05-20 - CVE-2026-9144 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-9144

Vulnerability Analysis

The vulnerability is a stored cross-site scripting flaw [CWE-79] in the Taiko AG1000-01A web configuration interface. The application accepts input through multiple administrative form fields and stores the values without server-side output encoding. When administrators load views such as index.zhtml, the stored values are reflected directly into the rendered HTML.

Front-end input length restrictions are enforced only in the browser. Attackers bypass these restrictions by splitting a payload across several fields. JavaScript comments and ES6 template literals concatenate the fragments at parse time, reassembling a working script in the administrator's session.

Because the payload persists in device configuration, every administrator who accesses an affected page triggers execution. The attacker requires only low-privilege authenticated access to plant the payload, but execution occurs in the context of higher-privilege administrative sessions.

Root Cause

The root cause is missing server-side output encoding combined with reliance on client-side validation. Stored values from administrative fields are inserted into HTML response bodies without contextual escaping, allowing attacker-controlled markup to enter the document object model.

Attack Vector

Exploitation requires network access to the web configuration interface and valid low-privilege credentials. The attacker submits fragmented script payloads through several form fields. When any administrator subsequently views the affected dashboard, the browser concatenates and executes the injected JavaScript, enabling session theft, configuration modification, and pivoting to downstream SMS workflows.

No verified proof-of-concept code is published. Refer to the VulnCheck Advisory for Taiko AG1000 and the Medium Article on Taiko Vulnerabilities for technical write-ups.

Detection Methods for CVE-2026-9144

Indicators of Compromise

  • Administrative form fields containing JavaScript syntax fragments such as backticks, template literal markers, or /* comment sequences.
  • Unexpected <script> tags, onerror=, or onload= handlers appearing in stored configuration values.
  • Outbound HTTP requests from administrator workstations to unknown hosts shortly after loading index.zhtml.
  • Unauthorized configuration changes to SMS routing rules or administrator accounts following gateway access.

Detection Strategies

  • Inspect stored configuration data on the AG1000-01A for HTML or JavaScript metacharacters across all administrative fields.
  • Deploy web application firewall rules that flag fragmented script patterns across sequential POST requests to the configuration interface.
  • Correlate authenticated low-privilege logins with subsequent administrative dashboard renders to identify potential payload triggers.

Monitoring Recommendations

  • Log and review all POST requests to the web configuration interface, including full request bodies for administrative endpoints.
  • Monitor administrator browser sessions for anomalous DOM modifications or unexpected script execution on index.zhtml.
  • Alert on configuration export or modification events occurring outside scheduled maintenance windows.

How to Mitigate CVE-2026-9144

Immediate Actions Required

  • Restrict network access to the AG1000-01A web configuration interface to trusted management networks only.
  • Rotate all administrative credentials and invalidate active sessions on affected gateways.
  • Audit existing configuration values for embedded HTML, JavaScript, or template literal syntax and remove suspicious entries.
  • Require administrators to access the gateway from dedicated management workstations with restricted browsing capabilities.

Patch Information

No vendor patch is referenced in the available advisories at the time of publication. Consult the VulnCheck Advisory for Taiko AG1000 for updates on Taiko firmware releases addressing CVE-2026-9144.

Workarounds

  • Place the gateway behind a reverse proxy that performs output sanitization or strips script content from administrative responses.
  • Enforce a strict Content Security Policy at the proxy layer to block inline script execution on configuration pages.
  • Limit administrative account creation to a minimum and remove any low-privilege accounts not required for operations.
  • Disable remote access to the web configuration interface when not actively in use.
bash
# Example: restrict access to the gateway management interface using iptables
iptables -A INPUT -p tcp --dport 443 -s 10.10.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP
iptables -A INPUT -p tcp --dport 80 -s 10.10.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTaiko

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Medium Article on Taiko Vulnerabilities

  • VulnCheck Advisory for Taiko AG1000
  • Related CVEs
  • CVE-2026-9141: Taiko AG1000 Auth Bypass Vulnerability

  • CVE-2026-9139: Taiko Gateway Auth Bypass Vulnerability

  • CVE-2025-66559: Taiko Alethia Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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