Description
Windu CMS uses hashing algorithm based on MD5 and SHA1 with static salt to store user passwords. This allows an attacker who obtain password hash to decode user credentials.

Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 4.1 but may also affect other versions.
Published: 2026-07-20
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Windu CMS stores user passwords by hashing with MD5 and SHA1 combined with a static salt. This insecure scheme allows an attacker who obtains a password hash to recover the original credentials through offline cracking. The weakness is captured by CWE‑916, meaning the hashing does not provide the intended security guarantees. The consequence is that compromised passwords grant full access to the affected accounts and potentially the underlying score of 6.3 indicates moderate severity. The most likely attack path is an offline attack: an adversary who gains access to the database or otherwise extracts password hashes can leverage the weak algorithm to recover user passwords quickly. While the attack requires prior compromise or data disclosure, the impact on confidentiality, integrity, and availability can be significant once credentials are retrieved.

Affected Systems

The vulnerability is confirmed for Windu CMS version 4.1 developed by JCD. While the official advisory only verifies this version, the hashing weakness could potentially impact earlier or later releases that use the same legacy password storage scheme, so all installations of Windu CMS using the MD5/SHA1 hashing with static salt should be reviewed.

Risk and Exploitability

With a CVSS score of 6.3, the vulnerability is classified as moderate severity. The EPSS score of < 1% indicates that the likelihood of exploitation is low, and the vulnerability is not listed in CISA KEV, meaning no large‑scale exploitation has been reported. Attackers typically need to obtain the stored password hashes, for example through a database dump or another channel that allows extraction of the hash file. Because the hashing algorithm uses a static salt combined with weak primitives, the offline cracking effort is relatively small, enabling attackers to recover clear‑text passwords quickly. Once obtained, those credentials can be used to take full control of the affected accounts, which may include administrative privileges, compromising the confidentiality, integrity, and availability of the CMS.

Generated by OpenCVE AI on July 30, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a newer Windu CMS release that implements a modern password hashing function such as bcrypt, scrypt, or Argon2.
  • Enforce a strict password policy and enable multi‑factor authentication to make credential compromise more difficult.
  • Audit existing user passwords, force a reset for all accounts, and implement secure password storage practices before the next update.

Generated by OpenCVE AI on July 30, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Jcd
Jcd windu Cms
Vendors & Products Jcd
Jcd windu Cms

Mon, 20 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 20 Jul 2026 13:00:00 +0000

Type Values Removed Values Added
Description Windu CMS uses hashing algorithm based on MD5 and SHA1 with static salt to store user passwords. This allows an attacker who obtain password hash to decode user credentials. Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 4.1 but may also affect other versions.
Title Weak password hashing in Windu CMS
Weaknesses CWE-916
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-20T15:40:24.711Z

Reserved: 2026-06-24T12:12:42.195Z

Link: CVE-2026-57310

cve-icon Vulnrichment

Updated: 2026-07-20T15:39:08.433Z

cve-icon NVD

Status : Deferred

Published: 2026-07-20T13:16:56.507

Modified: 2026-07-22T20:50:36.493

Link: CVE-2026-57310

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T19:30:09Z

Weaknesses
  • CWE-916

    Use of Password Hash With Insufficient Computational Effort