CVE-2024-36399

MEDIUM EPSS 27.2%
Published Jun 6, 20242y ago · Modified Jun 17, 20262w ago
6.3 CVSS 3.1
Medium
Find Similar
Published Jun 6, 2024 2y ago
Last Modified Jun 17, 2026 2w ago

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 Details

Base Score
6.3
Exploitability
2.8
Impact
3.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability Low

Threat Intelligence

EPSS Exploit Probability
27.2% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 3

CWE-284
CWE-285
CWE-639

Affected Products 1

VendorProductVersionRange
kanboardkanboard* <1.2.37

References 2

  • github.com https://github.com/kanboard/kanboard/commit/b6703688aac8187f5ea4d4d704fc7afeeffeafa7
    Patch
  • github.com https://github.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cv
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/kanboard/kanboard/commit/b6703688aac8187f5ea4d4d704fc7afeeffeafa7
    Patch