CVE Catalog

CVE-2026-52892

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

In Wekan prior to version 9.32, REST handlers in server/models/customFields.js use read-level Authentication.checkBoardAccess instead of write-level Authentication.checkBoardWriteAccess for mutating custom-field routes. A read-only board member can call POST, PUT, and DELETE handlers for /api/boards/:boardId/custom-fields and custom-field dropdown items to create, update, or delete board custom fields.

Risk Assessment

The risk is that a user with limited (read-only) permissions can unauthorizedly modify the board structure, potentially leading to data integrity violations and unexpected changes in board configuration.

Recommendation

Immediately update Wekan to version 9.32 or later, which includes a fix enforcing write-level access checks for custom-field mutating routes.

Other vulnerabilities in Wekan

See all
Original NVD description (English source)

Wekan is open source kanban built with Meteor. Prior to 9.32, Wekan REST handlers in server/models/customFields.js use read-level Authentication.checkBoardAccess instead of write-level Authentication.checkBoardWriteAccess for mutating custom-field routes. A read-only board member can call POST, PUT, and DELETE handlers for /api/boards/:boardId/custom-fields and custom-field dropdown items to create, update, or delete board custom fields. This issue is fixed in version 9.32.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS