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

CVE-2025-66606: Yokogawa FAST/TOOLS XSS Vulnerability

CVE-2025-66606 is a cross-site scripting flaw in Yokogawa FAST/TOOLS that allows attackers to tamper with web pages or execute malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-66606 Overview

A URL encoding vulnerability has been identified in Yokogawa Electric Corporation's FAST/TOOLS industrial automation software. The product fails to properly encode URLs, creating an opportunity for attackers to tamper with web pages or execute malicious scripts. This vulnerability affects the SCADA/HMI components used in industrial control system environments.

Critical Impact

Improper URL encoding in FAST/TOOLS could allow attackers to manipulate web page content or execute malicious scripts, potentially compromising the integrity of industrial control system interfaces.

Affected Products

  • FAST/TOOLS Package RVSVRN R9.01 to R10.04
  • FAST/TOOLS Package UNSVRN R9.01 to R10.04
  • FAST/TOOLS Packages HMIWEB, FTEES, HMIMOB R9.01 to R10.04

Discovery Timeline

  • 2026-02-09 - CVE-2025-66606 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2025-66606

Vulnerability Analysis

This vulnerability is classified under CWE-86 (Improper Neutralization of Invalid Characters in Identifiers in Web Pages). The FAST/TOOLS software fails to properly encode URLs before rendering them in web-based interfaces. This encoding weakness allows specially crafted input to bypass security controls and be interpreted as active content rather than data.

The vulnerability exists within the web-based HMI (Human Machine Interface) components of FAST/TOOLS, which are commonly used for monitoring and controlling industrial processes. When URLs containing malicious payloads are not properly encoded, they can be used to inject scripts or modify page content when rendered in a user's browser.

Root Cause

The root cause stems from insufficient input validation and output encoding in the URL handling routines of the affected FAST/TOOLS packages. When the application processes URLs for display or redirection, it does not adequately neutralize special characters that could be interpreted as executable code or markup by web browsers.

Attack Vector

The attack requires network access and user interaction to exploit. An attacker would need to craft a malicious URL that, when clicked by an authenticated user or embedded in a trusted context, executes in the context of the victim's browser session. The attack complexity is high due to the need for specific conditions to be met for successful exploitation.

The vulnerability could be exploited through social engineering tactics where users are convinced to click malicious links, or through injection of malicious URLs into trusted communication channels that interact with the FAST/TOOLS web interface.

Detection Methods for CVE-2025-66606

Indicators of Compromise

  • Unusual URL patterns containing encoded special characters in FAST/TOOLS web interface logs
  • Unexpected JavaScript execution events in browser developer tools when accessing FAST/TOOLS interfaces
  • Web server logs showing requests with abnormally long or obfuscated URL parameters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block URLs containing suspicious encoding patterns
  • Monitor HTTP request logs for FAST/TOOLS web components for anomalous URL structures
  • Deploy browser-based security monitoring to detect unexpected script execution on FAST/TOOLS pages

Monitoring Recommendations

  • Enable detailed logging for all FAST/TOOLS web interface components
  • Configure alerting for requests containing multiple URL encoding layers or unusual character sequences
  • Implement network traffic analysis to identify potential exploitation attempts targeting FAST/TOOLS endpoints

How to Mitigate CVE-2025-66606

Immediate Actions Required

  • Review the Yokogawa Security Advisory YSAR-26-0001 for specific remediation guidance
  • Restrict network access to FAST/TOOLS web interfaces to trusted networks and users only
  • Implement content security policies (CSP) to mitigate script injection risks
  • Educate users about the risks of clicking untrusted links when accessing industrial control systems

Patch Information

Yokogawa Electric Corporation has published security advisory YSAR-26-0001 addressing this vulnerability. Organizations using affected versions of FAST/TOOLS (R9.01 through R10.04) should consult the official security advisory for specific patch availability and installation instructions.

Workarounds

  • Implement network segmentation to isolate FAST/TOOLS web interfaces from untrusted networks
  • Deploy a reverse proxy with URL validation and sanitization capabilities in front of FAST/TOOLS web components
  • Configure browser security settings to restrict JavaScript execution on FAST/TOOLS interfaces where possible
  • Use VPN or other secure access methods for remote access to FAST/TOOLS systems

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFast Tools

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-86
  • Technical References
  • Yokogawa Security Advisory YSAR-26-0001
  • Related CVEs
  • CVE-2025-66596: Yokogawa FAST/TOOLS XSS Vulnerability

  • CVE-2025-66602: Yokogawa FAST/TOOLS DoS Vulnerability

  • CVE-2025-66595: Yokogawa FAST/TOOLS CSRF Vulnerability

  • CVE-2025-66603: Yokogawa FAST/TOOLS HTTP 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