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

CVE-2026-8604: ScadaBR CSRF Vulnerability

CVE-2026-8604 is a CSRF vulnerability in ScadaBR 1.2.0 that enables attackers to execute authenticated actions via a victim's session. This article covers technical details, affected versions, and mitigation strategies.

Published: May 21, 2026

CVE-2026-8604 Overview

CVE-2026-8604 is a Cross-Site Request Forgery (CSRF) vulnerability affecting ScadaBR version 1.2.0, an open-source Supervisory Control and Data Acquisition (SCADA) platform. The flaw allows an attacker to trigger any authenticated action by luring a logged-in user to a malicious webpage. Because ScadaBR is deployed in industrial control system (ICS) environments, exploitation can result in unauthorized changes to process configurations, data points, and user accounts. The vulnerability is tracked under CWE-352: Cross-Site Request Forgery and was disclosed in CISA ICS Advisory ICSA-26-139-03.

Critical Impact

An attacker can perform any action available to the victim's authenticated session, including modifying SCADA configurations and triggering operational changes in industrial environments.

Affected Products

  • ScadaBR 1.2.0
  • ScadaBR deployments using session-based authentication without CSRF tokens
  • Industrial control system environments running vulnerable ScadaBR instances

Discovery Timeline

  • 2026-05-19 - CVE-2026-8604 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8604

Vulnerability Analysis

The vulnerability resides in the web interface of ScadaBR 1.2.0. State-changing HTTP requests are processed without verifying an anti-CSRF token or comparable origin check. Any authenticated session can therefore be abused by a third-party site to submit forged requests on the user's behalf.

ScadaBR exposes administrative and operational endpoints through the same session-cookie authentication model. When an authenticated operator visits an attacker-controlled page, the browser automatically attaches session cookies to outbound requests targeting the ScadaBR server. The server cannot distinguish these forged requests from legitimate user actions.

Impact extends across confidentiality, integrity, and availability of the ScadaBR application, as reflected in the CWE-352 classification. Attackers can create privileged accounts, modify data sources, alter alarm thresholds, or change set points controlling industrial processes.

Root Cause

The root cause is the absence of CSRF protection on state-changing endpoints. ScadaBR 1.2.0 does not enforce synchronizer tokens, double-submit cookies, SameSite cookie attributes, or Origin/Referer header validation for sensitive POST and GET actions.

Attack Vector

Exploitation requires network access to a victim browser and social engineering to trigger user interaction, such as clicking a link or loading attacker-controlled content. The attacker hosts a webpage containing a hidden form or image tag that submits a request to the ScadaBR application. When the victim, already authenticated to ScadaBR, loads the page, the browser submits the forged request with valid session credentials. The exploitation pattern is described in the CISA advisory ICSA-26-139-03.

Detection Methods for CVE-2026-8604

Indicators of Compromise

  • HTTP requests to ScadaBR endpoints with Referer or Origin headers pointing to external, untrusted domains
  • Unexpected creation or modification of user accounts, data sources, or watchlists in ScadaBR audit logs
  • Authenticated configuration changes occurring shortly after a user browsed external web content
  • Spikes in POST requests to administrative endpoints originating from a single user session

Detection Strategies

  • Inspect web server access logs for cross-origin Referer headers on state-changing ScadaBR URLs
  • Correlate ScadaBR audit trail events with browser activity timelines for operator workstations
  • Deploy a web application firewall rule to flag requests missing or mismatched Origin headers
  • Alert on configuration drift in SCADA data points and user role assignments

Monitoring Recommendations

  • Enable verbose logging on ScadaBR administrative endpoints and forward logs to a centralized SIEM
  • Monitor operator workstation egress traffic for connections to unknown external domains preceding ScadaBR configuration events
  • Track session activity for anomalies such as requests issued without prior navigation within the ScadaBR UI

How to Mitigate CVE-2026-8604

Immediate Actions Required

  • Restrict ScadaBR web interface access to trusted management networks using firewall rules and VPN gateways
  • Instruct operators to log out of ScadaBR sessions when not actively using the application
  • Isolate operator browsing of external websites from systems with active ScadaBR sessions
  • Review the CISA ICS Advisory ICSA-26-139-03 for vendor guidance and apply updates when available

Patch Information

No vendor patch is referenced in the enriched CVE data at the time of publication. Refer to the CISA ICS Advisory ICSA-26-139-03 for the latest mitigation status and any subsequent ScadaBR release.

Workarounds

  • Configure session cookies with the SameSite=Strict attribute at the reverse proxy layer to block cross-site cookie submission
  • Enforce Origin and Referer header validation through a web application firewall in front of ScadaBR
  • Use separate browsers or dedicated workstations for ScadaBR administration to reduce cross-site exposure
  • Apply network segmentation between ICS operator workstations and general-purpose corporate networks
bash
# Configuration example: enforce Origin header validation in nginx reverse proxy
map $http_origin $allowed_origin {
    default                          0;
    "https://scadabr.internal.local" 1;
}

server {
    listen 443 ssl;
    server_name scadabr.internal.local;

    location / {
        if ($request_method = POST) {
            set $check "${allowed_origin}";
            if ($check = 0) { return 403; }
        }
        proxy_pass http://scadabr_backend;
        proxy_cookie_flags ~ Secure SameSite=Strict;
    }
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechScadabr

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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-352
  • Technical References
  • CISA ICS Advisory ICSA-26-139-03
  • Related CVEs
  • CVE-2026-8605: ScadaBR Auth Bypass Vulnerability

  • CVE-2026-8603: ScadaBR OS Command Injection Vulnerability

  • CVE-2026-8602: ScadaBR Authentication Bypass Vulnerability

  • CVE-2025-70973: ScadaBR Session Fixation Vulnerability
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