Description
Ekushey Project Manager CRM stores the administrator-configured system name and writes it to the login page without output encoding. The value is emitted in three places on that page: the content attribute of the description meta element, the title element, and the text of an h4 element in the page header. The h4 occurrence is parsed as markup, so HTML placed in the system name field is rendered as markup and any event handler it carries runs. The login page is served without authentication, so the stored value executes in the browser of every visitor who loads it, including visitors who are not signed in, within the origin that serves the login form and alongside the credential fields on it. Storing the value requires an administrator session; the resulting script runs for unauthenticated visitors and persists until the setting is changed.
Published: 2026-08-25
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Ekushey Project Manager CRM 5.0 stores the system name configured by an administrator and displays it on the public login page without encoding. The value appears in a meta description, the title element, and as markup within an h4 header. Because the h4 element is parsed as HTML, any inserted script or HTML runs in the browser of anyone who loads the login form. The stored input requires an authenticated administrator to change, but once set, the malicious payload executes for all unauthenticated visitors until the setting is altered.

Affected Systems

Creativeitem’s Ekushey Project Manager CRM 5.0. Any installation that allows administrators to enter unfiltered markup in the system name field is potentially vulnerable; the vulnerability description does not narrow the version range beyond 5.0.

Risk and Exploitability

The CVSS score of 4.8 indicates medium severity. The EPSS score is not available and the issue is not listed in CISA KEV, so public exploitation is uncertain. The attack vector involves an authenticated administrator altering the system name; the payload resides in the public login page and is executed in the victim’s browser for all unauthenticated users. The vulnerability does not require network access beyond the web application, and the scope is limited to the website’s current origin; exploitation is possible without further privileges.

Generated by OpenCVE AI on August 25, 2026 at 19:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch or perform an upgrade that sanitizes or HTML‑encodes the system name before rendering it on the login page.
  • If a patch is unavailable, reset the system name field to plain text and restrict or disable the ability to store unescaped HTML in that field until a fix is released.
  • As a temporary safeguard, configure a Content‑Security‑Policy that blocks inline scripts or disallows JavaScript execution on the login page to prevent any injected payload from running.

Generated by OpenCVE AI on August 25, 2026 at 19:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 25 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Description Ekushey Project Manager CRM stores the administrator-configured system name and writes it to the login page without output encoding. The value is emitted in three places on that page: the content attribute of the description meta element, the title element, and the text of an h4 element in the page header. The h4 occurrence is parsed as markup, so HTML placed in the system name field is rendered as markup and any event handler it carries runs. The login page is served without authentication, so the stored value executes in the browser of every visitor who loads it, including visitors who are not signed in, within the origin that serves the login form and alongside the credential fields on it. Storing the value requires an administrator session; the resulting script runs for unauthenticated visitors and persists until the setting is changed.
Title Ekushey Project Manager CRM 5.0 Stored XSS via System Name Field
First Time appeared Creativeitem
Creativeitem ekushey Project Manager Crm
Weaknesses CWE-79
CPEs cpe:2.3:a:creativeitem:ekushey_project_manager_crm:*:*:*:*:*:*:*:*
Vendors & Products Creativeitem
Creativeitem ekushey Project Manager Crm
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Creativeitem Ekushey Project Manager Crm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T18:01:02.481Z

Reserved: 2026-02-11T20:08:07.942Z

Link: CVE-2026-26211

cve-icon Vulnrichment

Updated: 2026-08-25T18:00:58.505Z

cve-icon NVD

Status : Received

Published: 2026-08-25T18:17:52.370

Modified: 2026-08-25T18:17:52.370

Link: CVE-2026-26211

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T19:30:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')