Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Kanboard | Kanboard | < 1.2.37 |
Related Weaknesses (CWE)
References
- https://github.com/kanboard/kanboard/commit/b6703688aac8187f5ea4d4d704fc7afeeffePatch
- https://github.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cvExploitVendor Advisory
- https://github.com/kanboard/kanboard/commit/b6703688aac8187f5ea4d4d704fc7afeeffePatch
- https://github.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cvExploitVendor Advisory
FAQ
What is CVE-2024-36399?
CVE-2024-36399 is a vulnerability with a CVSS score of 8.2 (HIGH). 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...
How severe is CVE-2024-36399?
CVE-2024-36399 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-36399?
Check the references section above for vendor advisories and patch information. Affected products include: Kanboard Kanboard.