Workspace boundary enforcement currently has three related bypass risks. This issue tracks fixing all three in one pull request.
| ID | Risk | Severity | Likelihood | Impact |
|---|---|---|---|---|
| R1 | Dangling symlink component bypass | High | Medium | Workspace boundary escape for read/write |
| R2 | Validate/use TOCTOU race | High | Medium | Race-based boundary escape during file I/O |
| R3 | Hardlink alias bypass | Medium | Low-Medium | External inode read/write through in-workspace path |
Unauthorized cross path boundary
{
"cwe_ids": [
"CWE-22",
"CWE-62"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-12T16:37:49Z",
"nvd_published_at": "2026-03-12T19:16:17Z",
"severity": "HIGH"
}