SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-68900

HIGH · CVSS 7.6 EPSS 0.31% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Wekan versions 8.72 to 10.22 are vulnerable due to a flaw in the addBoardHTMLToZip() function, which allows an attacker to inject entity-encoded event-handler payloads into card titles. When a user exports a board and opens the HTML file, the malicious script can execute, potentially exposing sensitive board data, even after the attacker has been removed from the board. Organizations using affected versions should prioritize upgrading to version 10.23 to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68900
Severity
HIGH
CVSS
7.6
EPSS
0.31%

Original NVD Description

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.