---
id: CVE-2026-68900
title: Wekan is open source kanban built with Meteor
summary: >-
  Wekan is open source kanban built with Meteor. From 8.72 until 10.23,
  addBoardHTMLToZip() in client/lib/exportHTML.js read a card title and body
  through textContent, which decoded entity-encoded markup, and then
  interpolated titleText an…
severity: high
cvss: 7.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N'
cwe:
  - CWE-79
published: '2026-08-19'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:15:59.613'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-68900'
references:
  - url: >-
      https://github.com/wekan/wekan/commit/2d32e34621d340b00be4f66a6a2106ab4575cc70
    label: security-advisories@github.com
  - url: 'https://github.com/wekan/wekan/releases/tag/v10.23'
    label: security-advisories@github.com
  - url: 'https://github.com/wekan/wekan/security/advisories/GHSA-8r5p-4q9j-f5jx'
    label: security-advisories@github.com
  - url: 'https://github.com/wekan/wekan/security/advisories/GHSA-8r5p-4q9j-f5jx'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.0035
epssPercentile: 0.25879
ingestedAt: '2026-09-09T21:22:45.543Z'
---

## Overview

Wekan is open source kanban built with Meteor. From 8.72 until 10.23, addBoardHTMLToZip() in client/lib/exportHTML.js read a card title and body through textContent, which decoded entity-encoded markup, and then interpolated titleText and allText into content.innerHTML in the exported index.html. A board member could store an entity-encoded event-handler payload in a card title that remained inert on the live board but was reparsed and executed when a recipient clicked the card in the downloaded HTML export, allowing the script to read and transmit all board data contained in that export, including content added after the attacker's membership was removed. Version 10.23 builds the modal with DOM nodes and assigns untrusted values through textContent. This issue is fixed in version 10.23.

## Remediation

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