CVE-2026-92802 Details
Description
kan through 0.6.0 fails to properly validate board creation permissions in the GitHub project import endpoint, allowing guests to create boards despite lacking board:create permission. Attackers can bypass authorization checks by using the importProjects mutation to create boards while remaining blocked on direct creation paths.
A vulnerability in Kan versions through 0.6.0 allows guest users to create boards via the GitHub project import feature, bypassing the required permissions. This issue arises because the importProjects mutation only verifies if a user is a member of the workspace, rather than checking for the specific board:create permission. As a result, guests and members with revoked board creation rights can exploit this flaw to make unauthorized changes to the workspace.
The vulnerability can be addressed by updating the importProjects mutation to include a proper authorization check for the board:create permission, similar to the existing Trello import process.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/kanbn/kan | [email protected] | Vendor |
| https://github.com/kanbn/kan/blob/f08920d/packages/api/src/routers/import.ts#L259 | [email protected] | Source CodeVendor |
| https://github.com/kanbn/kan/blob/v0.6.0/packages/api/src/routers/import.ts#L622-L670 | [email protected] | Source CodeVendor |
| https://github.com/kanbn/kan/issues/628 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/kan-through-0.6.0-authorization-bypass-via-github-project-import | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| kanbn kan | <= 0.6.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion