CVE-2024-36399

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.
Configurations

No configuration.

History

No history.

Information

Published : 2024-06-06 16:15

Updated : 2024-06-07 14:56


NVD link : CVE-2024-36399

Mitre link : CVE-2024-36399

CVE.ORG link : CVE-2024-36399


JSON object : View

Products Affected

No product.

CWE
CWE-284

Improper Access Control

CWE-285

Improper Authorization

CWE-639

Authorization Bypass Through User-Controlled Key