CVE-2024-36399 HIGH

CVE-2024-36399: Kanboard affected by Project Takeover via IDOR in ProjectPermissionController

Vendor Kanboard
Product kanboard
Weakness CWE-284
Published June 6, 2024
Last update August 2, 2024

CVSS base score

8.2/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N

What the vulnerability does

01Description

Kanboard is project management software that focuses on the Kanban methodology. The vuln is in app/Controller/ProjectPermissionController.php function addUser(). The users permission to add users to a project only get checked on the URL parameter project_id. If the user is authorized to add users to this project the request gets processed. The users permission for the POST BODY parameter project_id does not get checked again while processing. An attacker with the 'Project Manager' on a single project may take over any other project. The vulnerability is fixed in 1.2.37.

Key dates

02Disclosure timeline

June 6, 2024 CVE published
August 2, 2024 Record updated