Description
Ekushey Project Manager CRM through version 5.0 contains a missing uniqueness constraint vulnerability that allows authenticated administrators to create duplicate client accounts with identical email and password credentials. Attackers can exploit the lack of email field uniqueness enforcement to create conflicting account states where multiple accounts share the same email address with different passwords, resulting in unpredictable authentication behavior and unauthorized account access.
Published: 2026-07-27
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Ekushey Project Manager CRM version 5.0 allows an authenticated administrator to create multiple client accounts that share the same email address but have different passwords. The absence of a uniqueness constraint on the email field lets attackers create conflicting states where a user may be able to log in with an unintended password, potentially allowing unauthorized access to client data or services. This flaw represents a CWE-303 weakness, indicating improper validation of constraints in data management. This flaw can also lead to account fuzziness, making it hard to ascertain which account is legitimate and may result in erratic system behavior during authentication and authorization procedures.

Affected Systems

Ekushey Project Manager CRM distributed by Creativeitem, version 5.0, is affected. This publicly available CRM is delivered through the specified version and any identical releases lacking the missing constraint are also susceptible. The vulnerability is tied to the user management component that stores client information in the underlying database.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate‑to‑high severity. The EPSS score indicates a very low probability of exploitation (<1%). The vulnerability is not listed in CISA's KEV catalog. Attackers must first obtain administrative credentials to exploit the flaw. After authenticating, they can create duplicate client accounts with the same email, thereby creating a situation where the authentication process may endorse the wrong credentials. Since the flaw resides in data consistency, the exploitation does not require a separate code execution step but rather administrative access to create records. An attacker with sufficient privileges can achieve unauthorized access to client information and potentially disrupt account management functions.

Generated by OpenCVE AI on August 3, 2026 at 17:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch that enforces email uniqueness if a release is issued; update or upgrade to the patched version as soon as it becomes available.
  • If no patch exists, modify the database schema to add a unique constraint or index on the client email column, ensuring that the system rejects any duplicate email entries.
  • Identify and delete any existing duplicate client accounts that share the same email address, forcing users to reset passwords and providing clear audit trails.
  • Monitor authentication logs for abnormal login patterns involving the same email address and block or alert on suspicious activity to prevent abuse.

Generated by OpenCVE AI on August 3, 2026 at 17:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Creativeitem
Creativeitem ekushey Project Manager Crm
CPEs cpe:2.3:a:creativeitem:ekushey_project_manager_crm:*:*:*:*:*:*:*:*
Vendors & Products Creativeitem
Creativeitem ekushey Project Manager Crm

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

Type Values Removed Values Added
Description Ekushey Project Manager CRM through version 5.0 contains a missing uniqueness constraint vulnerability that allows authenticated administrators to create duplicate client accounts with identical email and password credentials. Attackers can exploit the lack of email field uniqueness enforcement to create conflicting account states where multiple accounts share the same email address with different passwords, resulting in unpredictable authentication behavior and unauthorized account access.
Title Ekushey Project Manager CRM 5.0 Missing Uniqueness Constraint via Client Email
Weaknesses CWE-303
References
Metrics cvssV3_1

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

cvssV4_0

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

ssvc

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


Subscriptions

Creativeitem Ekushey Project Manager Crm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:06:22.634Z

Reserved: 2026-07-23T20:45:17.816Z

Link: CVE-2026-66028

cve-icon Vulnrichment

Updated: 2026-07-27T18:25:13.274Z

cve-icon NVD

Status : Deferred

Published: 2026-07-27T18:17:00.090

Modified: 2026-07-28T20:37:39.353

Link: CVE-2026-66028

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T17:15:12Z

Weaknesses
  • CWE-303

    Incorrect Implementation of Authentication Algorithm