Epas Gtw FirmwareOperating system · Schneider Electric

CVE-2020-25184

MEDIUM · 5.5 CVSS v3.1 Published 2022-03-18
Fix available
A fix is available. Upgrade to 1.1.0 or later.
See remediation →
57/100
Remediation priority · Elevated
Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Rockwell Automation ISaGRAF Runtime Versions 4.x and 5.x stores the password in plaintext in a file that is in the same directory as the executable file. ISaGRAF Runtime reads the file and saves the data in a variable without any additional modification. A local, unauthenticated attacker could compromise the user passwords, resulting in information disclosure.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Rockwell Automation ISaGRAF Runtime versions 4.x and 5.x stores user passwords in plaintext within a file located in the same directory as the executable. The runtime reads this file and loads the password data directly into a variable without any encryption, hashing, or additional processing. A local, unauthenticated attacker with file system access can read this plaintext password file to compromise user credentials.

MitigationImplement proper password protection by hashing passwords (e.g., using bcrypt, scrypt, or Argon2) with salt before storage, or encrypt the password file using strong encryption with proper key management. Additionally, enforce authentication controls and restrict file system permissions to prevent unauthorized access.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Epas Gtw FirmwareOperating system
Affected:= 6.4
Easergy T300 FirmwareOperating system
Affected:<= 2.7.1
Easergy C5 FirmwareOperating system
Affected:< 1.1.0
Micom C264 FirmwareOperating system
Affected:< d6.1
Pacis Gtw FirmwareOperating system
Affected:= 5.1= 5.2= 6.1= 6.3
Saitel Dp FirmwareOperating system
Affected:<= 11.06.21
Saitel Dr FirmwareOperating system
Affected:<= 11.06.12
Scd2200 FirmwareOperating system
Affected:<= 10024

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify ISaGRAF Runtime installation
    Locate ISaGRAF Runtime installation directory. Check for executable files (isagraf.exe, Runtime.exe, or similar) and identify the installed version from file properties, About dialog, or version info in executable metadata.
    Affected if Version is 4.x or 5.x (any minor version)
  2. Locate password storage file
    Search in the ISaGRAF installation directory for files that may contain user credentials. Common naming patterns include: password.dat, passwd.txt, user.dat, user.txt, or files with .pwd, .dat, .ini extensions that could store authentication data.
    Affected if A password file exists in the same directory as the ISaGRAF Runtime executable
  3. Inspect password file contents
    Open the identified password file using a text editor or hex viewer. Examine whether the contents appear as plaintext readable characters rather than hashed or encrypted data.
    Affected if Password file contains plaintext passwords or readable credential data without encryption or hashing indicators
  4. Verify credential loading mechanism
    If available, monitor process memory or examine application logs during ISaGRAF startup to confirm the password file is loaded directly into memory without transformation.
    Affected if Runtime loads password file contents directly into memory without cryptographic processing
  5. Check file system permissions
    Review file system permissions on the password file to determine if unauthorized local users can read the file.
    Affected if File permissions allow read access to non-admin users or the file is accessible without authentication

Environment is affected if ISaGRAF Runtime versions 4.x or 5.x is installed and a plaintext password file exists in the executable directory with weak access controls.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to 1.1.0 or later
Fixed in 1.1.0
Interim mitigation

Implement proper password protection by hashing passwords (e.g., using bcrypt, scrypt, or Argon2) with salt before storage, or encrypt the password file using strong encryption with proper key management. Additionally, enforce authentication controls and restrict file system permissions to prevent unauthorized access.

Fix this in Epas Gtw Firmware Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing6.0 h
  • Review / QA4.0 h
28.0 hours of engineering $4,980
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,968.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2020-25184 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2020-25184 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data