mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
1.4 KiB
Markdown
20 lines
1.4 KiB
Markdown
### [CVE-2024-36399](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36399)
|
|

|
|

|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cv
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|