Missing Authorization in Wekan - CVE-2026-52892
Published: July 28, 2026
Wekan
Detailed vulnerability description
The vulnerability allows a remote user to modify board custom fields and dropdown items.
The vulnerability exists due to improper access control in the custom fields REST handlers in server/models/customFields.js when handling authenticated mutating API requests for board custom fields. A remote user can send crafted POST, PUT, or DELETE requests to modify board custom fields and dropdown items.
Only instances with WITH_API=true are vulnerable. The issue is limited to boards where the user is already a read-only member.