ScadaBR 1.2.0 has an unauthenticated reflected cross-site scripting issue in URL handling. An attacker would still need a user to interact with a crafted link. Successful exploitation could expose or alter limited browser-session data, but the sources do not indicate availability impact or confirmed active exploitation.
Executive priority
Treat this as a moderate-priority remediation item, higher if ScadaBR is exposed beyond trusted networks or used in operational technology workflows. It is not presented as actively exploited in the supplied evidence.
Technical view
CVE-2026-9646 is CWE-80 reflected XSS affecting ScadaBR 1.2.0. CVSS 3.1 is 6.1: network-accessible, low complexity, no privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is most likely where ScadaBR 1.2.0 web interfaces are reachable by operators, administrators, or the internet. The source bundle marks other versions unaffected by default, but does not provide broader product lineage details.
Exploitation context
The CVE is not listed as CISA KEV in the supplied bundle, and no cited source here confirms active exploitation. The vulnerability requires user interaction, so phishing or malicious links are the likely delivery context.
Researcher notes
The key constraints are unauthenticated network reachability and required user interaction. The provided data identifies URL handling as the issue but does not include patch details, exploit examples, or proof of exploitation. Validate scope before assuming other versions are affected.
Mitigation direction
Check ScadaBR or Tenable guidance for an official fix or workaround.
Inventory and prioritize any ScadaBR 1.2.0 deployments.
Restrict ScadaBR web access to trusted networks and users.
Harden browser and email controls for operators using ScadaBR.
Monitor for suspicious crafted URLs targeting ScadaBR paths.
Validation and detection
Confirm whether any deployed ScadaBR instance is version 1.2.0.
Check whether the ScadaBR web interface is internet-accessible.
Review access logs for unusual URL parameters or encoded script patterns.
Use authorized scanning aligned to the Tenable advisory, without reproducing exploit details.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-80: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-80 · source CWE mapping
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.