CVE-2026-29056

Publication date

2026-03-18 01:56:19

Family

GitHub_M

State

PUBLISHED

Description

Kanboard is project management software focused on Kanban methodology. Prior to 1.2.51, Kanboards user invite registration endpoint (`UserInviteController::register()`) accepts all POST parameters and passes them to `UserModel::create()` without filtering out the `role` field. An attacker who receives an invite link can inject `role=app-admin` in the registration form to create an administrator account. Version 1.2.51 fixes the issue.