LiveActive security incident?Get immediate response
CVE Record

CVE-2019-6825: A CWE-427: Uncontrolled Search Path Element vulnerability exists in ProClima (all versions prior to version...

A CWE-427: Uncontrolled Search Path Element vulnerability exists in ProClima (all versions prior to version 8.0.0) which could allow a malicious DLL file, with the same name of any resident DLLs inside the software installation, to execute arbitrary code in all versions of ProClima prior to version 8.0.0.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

ProClima versions before 8.0.0 can load a malicious DLL placed where the application searches for its libraries. If abused, this could let an attacker run code with the privileges of the ProClima user. The sources do not provide CVSS scoring or evidence of active exploitation.

Executive priority

Treat this as a targeted endpoint risk rather than a broad internet emergency. Prioritize remediation where ProClima is used on engineering or operational workstations, especially if multiple users share systems or directory permissions are weak.

Technical view

CVE-2019-6825 is a CWE-427 uncontrolled search path issue in ProClima before 8.0.0. A malicious DLL using the same name as a resident DLL in the software installation could be loaded, leading to arbitrary code execution. Public data does not define detailed prerequisites, CVSS, or exploit maturity.

Likely exposure

Exposure is likely limited to endpoints or workstations running ProClima versions earlier than 8.0.0. The source bundle does not identify server, cloud, or internet-facing exposure. Inventory should focus on installed ProClima application versions and systems where untrusted users can influence application directories or search paths.

Exploitation context

The CVE record does not report known exploitation, and it is not listed as KEV in the supplied data. Abuse appears to depend on introducing a malicious DLL matching a resident DLL name into a location used by the application. Exact attacker access requirements are not stated in the sources.

Researcher notes

The public bundle is sparse: no CVSS vector, no detailed platform list, and no exploit-status evidence beyond KEV being false. The core issue is DLL search path control in ProClima before 8.0.0, with arbitrary code execution stated by the CVE description.

Mitigation direction

  • Upgrade ProClima installations to version 8.0.0 or later.
  • Review Schneider Electric advisory SEVD-2019-162-01 for vendor guidance.
  • Restrict write access to ProClima installation and library directories.
  • Monitor endpoints for unexpected DLLs in ProClima-related paths.

Validation and detection

  • Inventory endpoints for ProClima versions earlier than 8.0.0.
  • Confirm ProClima installation directories are not writable by standard users.
  • Check endpoint security logs for suspicious library-loading alerts.
  • Verify vendor advisory recommendations are applied where ProClima is installed.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

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 · low confidence lookup

CWE-427: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-6825 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ProClimaProClima all versions prior to version 8.0.0ProClima all versions prior to version 8.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-427 · source CWE mapping

Uncontrolled Search Path Element

Uncontrolled Search Path Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.