CVE-2026-88939 Details
Description
knowns through 0.33.0 exempts the project.set action from permission guard checks unconditionally, allowing read-only agent sessions to bypass restrictions. Attackers can invoke project.set to repoint the server at another project directory and obtain write access capabilities.
A vulnerability in Knowns versions through 0.33.0 allows read-only agent sessions to bypass permission checks on the project.set action. This exemption enables agents to change the active project directory to one with write access capabilities. The vulnerability arises from a bootstrap action exemption that lacks proper state validation, allowing unauthorized directory switches that exploit the permission system.
To address this vulnerability, the bootstrap exemption for the project.set action should be modified to only apply when no active project store is initialized. Additionally, the directory enumeration endpoint should be restricted to allowlisted paths to prevent unauthorized traversal.
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 10, 2026CISA-ADP
Assessed Sep 15, 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/knowns-dev/knowns/security/advisories/GHSA-h73x-698r-qrvg | CISA-ADP | AdvisoryExploitRemedyTechnical AnalysisVendor |
| https://github.com/knowns-dev/knowns/blob/v0.33.0/internal/permissions/guard.go#L104-L113 | [email protected] | Source CodeVendor |
| https://github.com/knowns-dev/knowns/blob/v0.33.0/internal/permissions/registry.go#L51-L54 | [email protected] | Source CodeVendor |
| https://github.com/knowns-dev/knowns/security/advisories/GHSA-h73x-698r-qrvg | [email protected] | AdvisoryExploitRemedyTechnical AnalysisVendor |
| https://www.vulncheck.com/advisories/knowns-through-0.33.0-authorization-bypass-via-project-set-bootstrap-exemption | [email protected] | AdvisoryBundleRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| knowns-dev knowns | <= 0.33.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 10, 2026 | New CVE Received | [email protected] |
Volerion