Description
A vulnerability was determined in ScadaBR up to 1.1. Impacted is the function EmportDwr.createExportJSON of the file /ScadaBR/export_project.htm of the component Export Project Endpoint. This manipulation causes information disclosure. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.2.0 is recommended to address this issue. Patch name: c852b4988a15bce6011ef169299ad604538f70a9. The affected component should be upgraded. Import path was already gated with Permissions.ensureAdmin(); only export was left unprotected.
Published: 2026-09-21
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Patch
AI Analysis

Impact

A remote attacker can trigger the EmportDwr.createExportJSON function by requesting /ScadaBR/export_project.htm, bypassing the existing admin check. The code does not control access to the export operation, allowing data extracted from the system to be sent back to the attacker. This causes sensitive information to be revealed outside authorized channels and is classified as an information‑disclosure defect. The core weakness is an improper authorization check and a privacy failure.

Affected Systems

The flaw affects ScadaBR installations through version 1.1, specifically the Export Project Endpoint component. Upgrading to version 1.2.0, which implements the proper Permissions.ensureAdmin() gating on the export operation, removes the vulnerability.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity condition. EPSS is not provided, and the flaw is not listed in the CISA KEV catalog, but the vulnerability has already been publicly disclosed and could be exploited by sending crafted requests from almost any remote network. Because the code relies on missing authorization, the attack can succeed without credentials or privileged access, making the threat realistic for adversaries who can discover the exposed endpoint.

Generated by OpenCVE AI on September 21, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ScadaBR to version 1.2.0 or later to apply the approved patch.
  • Restrict access to /ScadaBR/export_project.htm so that only authenticated administrators can reach it, for example by configuring web‑server rules or an application firewall.
  • If upgrading immediately is not possible, disable or remove the export_project.htm endpoint from publicly exposed network paths until the fix is applied.

Generated by OpenCVE AI on September 21, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in ScadaBR up to 1.1. Impacted is the function EmportDwr.createExportJSON of the file /ScadaBR/export_project.htm of the component Export Project Endpoint. This manipulation causes information disclosure. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.2.0 is recommended to address this issue. Patch name: c852b4988a15bce6011ef169299ad604538f70a9. The affected component should be upgraded. Import path was already gated with Permissions.ensureAdmin(); only export was left unprotected.
Title ScadaBR Export Project Endpoint export_project.htm EmportDwr.createExportJSON information disclosure
First Time appeared Scadabr
Scadabr scadabr
Weaknesses CWE-200
CWE-284
CPEs cpe:2.3:a:scadabr:scadabr:*:*:*:*:*:*:*:*
Vendors & Products Scadabr
Scadabr scadabr
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-21T07:15:08.516Z

Reserved: 2026-09-20T21:17:48.199Z

Link: CVE-2026-94148

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-21T08:16:38.987

Modified: 2026-09-21T08:16:39.140

Link: CVE-2026-94148

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T08:30:13Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control