---
id: CVE-2026-26211
title: >-
  Ekushey Project Manager CRM stores the administrator-configured system name
  and writes it to the login page without output encoding
summary: >-
  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…
severity: medium
cvss: 4.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-79
published: '2026-08-25'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:43:32.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-26211'
references:
  - url: 'https://codecanyon.net/item/ekushey-project-manager-crm/9492104'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/LindHunt/CVE-2026-26211'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/ekushey-project-manager-crm-5.0-stored-xss-via-system-name-field
    label: disclosure@vulncheck.com
tags:
  - nvd
  - exploit-available
epss: 0.00357
epssPercentile: 0.26716
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/LindHunt/CVE-2026-26211'
  checkedAt: '2026-09-24T20:52:15.415Z'
exploitAvailable: true
ingestedAt: '2026-09-24T20:51:40.227Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
