๐Ÿ” CVE Alert

CVE-2026-68899

HIGH 8.7

Wekan: File Upload MIME Type Validation Bypass โ€” Stored XSS via Missing System Binary Fallback

CVSS Score
8.7
EPSS Score
0.0%
EPSS Percentile
0th

Wekan is open source kanban built with Meteor. Prior to 9.90, isFileValid() in models/fileValidation.js used the Unix file command for content-based MIME detection, but detectMimeFromFile() silently returned undefined when that binary was unavailable and the validation fell back to the attacker-controlled fileObj.type supplied through server/routes/attachmentApi.js. On deployments with WITH_API=true and no file binary, an authenticated board member could label HTML containing JavaScript as image/png, bypass the dangerous MIME check, and store active content under the Wekan origin for execution when another user opened it. Version 9.90 adds looksLikeDangerousMarkup() to inspect file bytes and force dangerous-content scanning when MIME detection is unavailable. This issue is fixed in version 9.90.

CWE CWE-434
Vendor wekan
Product wekan
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for wekan wekan

Be the first to know when new high vulnerabilities affecting wekan wekan are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

wekan / wekan
< 9.90

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/wekan/wekan/security/advisories/GHSA-jhph-whx8-wq6p github.com: https://github.com/wekan/wekan/commit/f6ba472f6738bcd3763f133d3d9970f216df2263 github.com: https://github.com/wekan/wekan/releases/tag/v9.90