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 system.

Affected Systems

The vulnerability is confirmed for Windu CMS version 4.1 and may also affect earlier releases. The product is developed by JCD under the Windu CMS project. No other vendors or unrelated products are listed as affected.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity. EPSS is not available, and the issue is not listed in CISA KEV, suggesting no known large‑scale exploitation yet. 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.

Generated by OpenCVE AI on July 21, 2026 at 20:48 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 21, 2026 at 20:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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'}


Subscriptions

No data.

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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T21:00:13Z

Weaknesses
  • CWE-916

    Use of Password Hash With Insufficient Computational Effort