# ScadaBR Critical Zero-Days Leave Global SCADA Systems Exposed to Unauthenticated Attackers


## The Threat


ScadaBR, a supervisory control and data acquisition (SCADA) platform used to monitor and control critical infrastructure, contains a cascade of severe vulnerabilities that collectively allow unauthenticated remote attackers to inject malicious sensor data, execute arbitrary commands as root, and hijack administrative sessions. All four vulnerabilities affect ScadaBR 1.2.0, the active deployment version, and according to CISA's advisory, the vendor has declined to engage in coordinated disclosure or provide patches.


SCADA systems are the digital nervous system of critical infrastructure. They monitor and control power grids, water treatment plants, chemical facilities, and dams across the globe. When a SCADA platform is compromised, attackers don't just steal data—they can manipulate physical systems, trigger equipment failures, poison water supplies, or cause blackouts. ScadaBR's deployment across multiple critical sectors in countries worldwide means this vulnerability chain poses an immediate operational security risk to thousands of potential installations.


The four vulnerabilities work together to form a complete attack chain. An unauthenticated attacker can begin exploitation immediately using the missing authentication flaw to inject false sensor readings, escalate privileges through hard-coded credentials, bypass CSRF protections, and ultimately execute arbitrary system commands with root-level access. The vendor's non-response to CISA signals that no patches are forthcoming, leaving system administrators with no official remediation path.


## Severity and Impact


| CVE ID | CVSS Score | Severity | Attack Vector | CWE | Requires Authentication |

|--------|-----------|----------|-------|-----|---|

| CVE-2026-8602 | 9.1 | Critical | Network (AV:N) | CWE-306 (Missing Authentication) | No |

| CVE-2026-8603 | 8.8 | High | Network (AV:N) | CWE-78 (OS Command Injection) | Yes (PR:L) |

| CVE-2026-8604 | 8.8 | High | Network (AV:N) | CWE-352 (CSRF) | No (UI:R) |

| CVE-2026-8605 | 6.1 | Medium | Network (AV:N) | CWE-798 (Hard-coded Credentials) | No |


Overall CVSS Base Score: 9.1 (Critical)

Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H


The absence of authentication requirements (PR:N) and user interaction (UI:N) on the most critical vulnerability means exploitation can occur automatically and at scale. Network accessibility (AV:N) combined with low attack complexity (AC:L) indicates an attacker needs minimal resources or specialized knowledge to trigger these flaws.


## Affected Products


  • ScadaBR 1.2.0 — all deployments in the following sectors:
  • - Critical Manufacturing

    - Dams

    - Chemical Processing

    - Energy Generation and Distribution

    - Water and Wastewater Treatment


    Geographic Scope: Worldwide deployments reported. Vendor headquarters: Brazil.


    ## Mitigations


    Because ScadaBR vendor support has not engaged with CISA to develop patches, organizations with ScadaBR 1.2.0 deployments must immediately implement compensating controls:


    1. Network Segmentation — Isolate ScadaBR systems behind firewalls and air-gap them from external networks. SCADA platforms should never be directly internet-accessible.


    2. Access Control Lists (ACLs) — Restrict network access to ScadaBR to known trusted administrative IP ranges only. Implement authentication at the perimeter gateway.


    3. Web Application Firewall (WAF) Rules — Deploy WAF rules to detect and block HTTP GET requests with command injection payloads, suspicious parameter patterns, or attempts to reach unauthenticated endpoints.


    4. Hard-coded Credential Replacement — If possible, attempt to change default administrative credentials through the interface or database directly. Document all attempts and verify success.


    5. Monitoring and Alerting — Implement enhanced logging on all network traffic to ScadaBR systems. Alert on:

    - HTTP GET requests to critical endpoints without corresponding authenticated sessions

    - Abnormal sensor value changes (sudden spikes, impossible readings)

    - Failed and successful login attempts

    - System command execution from the web interface


    6. Evaluate Alternatives — Assess whether migrating to a maintained SCADA platform is feasible. If ScadaBR remains in use, document the risk and obtain explicit organizational acceptance from stakeholders.


    7. Incident Response Planning — Develop a response plan specific to SCADA compromise: data integrity verification procedures, manual override protocols, and supply chain notification procedures for organizations dependent on your infrastructure.


    No vendor patches are currently available. Contact ScadaBR directly at their GitHub repository for any possible updates or workarounds.


    ## References


  • CISA Security Advisory: ScadaBR Vulnerabilities (official CISA advisory)
  • CVE-2026-8602: https://nvd.nist.gov/vuln/detail/CVE-2026-8602
  • CVE-2026-8603: https://nvd.nist.gov/vuln/detail/CVE-2026-8603
  • CVE-2026-8604: https://nvd.nist.gov/vuln/detail/CVE-2026-8604
  • CVE-2026-8605: https://nvd.nist.gov/vuln/detail/CVE-2026-8605
  • ScadaBR GitHub Repository: https://github.com/ScadaBR

  • ---


    ## HackWire Analysis


    This advisory is a failure of software stewardship. When a vendor receives four critical vulnerabilities affecting global critical infrastructure and declines to respond to CISA's coordinated disclosure process, it signals either institutional collapse, deliberate abandonment of the product, or an organization too immature to handle security responsibly. The fact that the researchers (from DREAM) did their work to disclose responsibly makes ScadaBR's silence even more damning.


    What makes this case uniquely dangerous is the *attack chain*. CVE-2026-8602 alone is bad—unauthenticated sensor injection can be used to test defenses and trigger alarms. But combined with CVE-2026-8603 (OS command injection requiring only user-level access), CVE-2026-8605 (hard-coded admin credentials), and CVE-2026-8604 (CSRF to chain actions together), an attacker has a complete compromise path from the internet to root-level shell access. This isn't a theoretical chaining exercise; it's a practical attack narrative.


    The critical infrastructure sectors affected—dams, water treatment, chemical plants, energy grids—are the ones where false data from compromised sensors have caused real-world harm. If a water facility's chlorination sensor reports normal while a SCADA compromise has disabled treatment, the public health impact is immediate. If a dam's structural monitoring reports stability while a compromised system masks critical strain indicators, the physical consequences are catastrophic.


    The vendor's Brazil-based origin and GitHub-only communication channel suggest this may be a smaller, resource-constrained organization. But that is not a valid excuse to ignore CISA liaison requests. Smaller vendors have responsibility equal to larger ones when they sell into critical infrastructure. The research team fulfilled their part of responsible disclosure. The vendor has not. Until ScadaBR provides patches, organizations must treat any ScadaBR 1.2.0 system as compromised-until-proven-otherwise and operate with that threat model.


    For defenders, this advisory is a test: How quickly can you identify ScadaBR in your environment? Do you have network telemetry from SCADA segments? Can you implement the mitigations above within 72 hours? If the answer to any of these is no, you're running critical infrastructure without sufficient visibility. This advisory should trigger an immediate inventory audit and a broader reassessment of legacy software running on infrastructure networks.


    — *HackWire Editorial*


    ---


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)