Kanboard
Free and open source Kanban project management software focused on simplicity and productivity for small teams.
Kanboard is on a year-long security-hardening run, sweeping the codebase one attack class at a time.
◆Recent moves
- 1mo ago
Kanboard 1.2.52
Continues the audit arc: comment visibility now enforced for public and unauthenticated users (restricted comments stop leaking, role-based visibility caps creation), public access tokens revoked for inactive users, and timing-safe hash_equals replacing string compare for API/webhook tokens. Also swaps raw SQL interpolation for parameterized queries in TaskFinderModel and iCal export, and validates task-project ownership before bulk operations.
View source ↗ - 2mo ago
Kanboard 1.2.51
Closes a cluster of distinct attack classes: SSRF on webhook notifications (with a new opt-in for private networks), unsafe deserialization in the database session handler, parameter injection in invite signup, and several missing API permission checks. The breadth of separate fixes in one release is the story — same-week sweep across multiple subsystems.
View source ↗ - 3mo ago
Kanboard 1.2.50
Authorization-focused release: missing controller-level authz checks added, project-level checks enforced where they were absent, plugin installer checks tightened, and Parsedown safe mode enabled for an extra layer on Markdown rendering. CSRF protection added to project role changes. Reads as the controllers/Markdown lap of the broader audit.
View source ↗ - 4mo ago
Kanboard 1.2.49
Notable for the LDAP-injection escape fix, plus redirect-target hardening (no more protocol-relative URLs as login redirects), TRUSTED_PROXY_NETWORKS configuration, and an opt-in block on private-network access for outbound link fetches. These are the kind of fixes that appear on enterprise hardening checklists.
View source ↗ - 7mo ago
Kanboard 1.2.48
Feature-weighted release relative to its neighbors: RTL language support, Arabic translation, sub-task completion shown as both x/y and percentage, board/RSS/iCal public links exposed in the API. Less security-heavy than the surrounding cycle, suggesting a planned feature checkpoint between hardening passes.
View source ↗ - 9mo ago
Kanboard 1.2.47
Removes the file cache driver and stops loading legacy PHP-serialized events outright — both flagged as deserialization risk. Also adds two new task-assignment automation actions and a pdf() response helper. The feat! markers signal breaking changes for sites that depended on the file cache or serialized events.
View source ↗