Description
A vulnerability has been identified in LOGO! Soft Comfort (All versions < V9). The project password feature in the affected products stores the password as an unsalted SHA-256 hash. This could allow an attacker who has obtained the project file to perform efficient offline dictionary or brute-force attacks against the unsalted hash.
Published: 2026-08-11
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the storage of the project password as an unsalted SHA‑256 hash in the LOGO! Soft Comfort project file. Because the hash is unsalted, an attacker who obtains the project file can perform efficient offline dictionary or brute‑force attacks to recover the password. This leads to unauthorized access to the project and potential tampering or data exposure. The weakness is a hashed credential storage failure, consistent with CWE‑759.

Affected Systems

Siemens LOGO! Soft Comfort products, all versions earlier than V9.

Risk and Exploitability

The CVSS score of 7 indicates moderate to high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Attack requires the attacker to have access to the project file; it can then be used to launch offline cryptanalysis attacks. The exploitation likelihood depends on how readily the project file is exposed, but once obtained, the password can be cracked efficiently due to the lack of salting.

Generated by OpenCVE AI on August 11, 2026 at 23:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to LOGO! Soft Comfort V9 or later, which removes the unsalted hash issue.
  • If upgrading is not possible, protect the project file with disk‑level encryption or strong access controls so that attackers cannot easily obtain it.
  • Implement or enforce the use of a salted password hashing algorithm or alternative credential mechanism to mitigate offline brute‑force risk.

Generated by OpenCVE AI on August 11, 2026 at 23:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
First Time appeared Siemens
Siemens logo! Soft Comfort
Vendors & Products Siemens
Siemens logo! Soft Comfort

Tue, 11 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been identified in LOGO! Soft Comfort (All versions < V9). The project password feature in the affected products stores the password as an unsalted SHA-256 hash. This could allow an attacker who has obtained the project file to perform efficient offline dictionary or brute-force attacks against the unsalted hash.
Weaknesses CWE-759
References
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

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


Subscriptions

Siemens Logo! Soft Comfort
cve-icon MITRE

Status: PUBLISHED

Assigner: siemens

Published:

Updated: 2026-08-11T14:00:28.936Z

Reserved: 2026-06-24T04:43:34.162Z

Link: CVE-2026-57263

cve-icon Vulnrichment

Updated: 2026-08-11T14:00:16.875Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T13:18:59.607

Modified: 2026-08-28T19:03:37.837

Link: CVE-2026-57263

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T00:00:03Z

Weaknesses
  • CWE-759

    Use of a One-Way Hash without a Salt