CVE-2026-53976: OpenChamber 1.11.7 Path Traversal File Read via allowOutsideWorkspace Parameter
OpenChamber 1.11.7 contains a path traversal vulnerability in the file-serving endpoints /api/fs/read, /api/fs/stat, and /api/fs/raw that allows unauthenticated remote attackers to read arbitrary files by supplying the allowOutsideWorkspace=true query parameter alongside an absolute path, bypassing the workspace boundary check in resolveReadPathFromContext. Attackers can exploit the vacuous isPathWithinRoot guard to read sensitive files such as the JWT signing secret, SSH private keys, API credentials, and environment variables, enabling full authentication bypass by forging session cookies on password-protected deployments.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
OpenChamberto a version that resolves this vulnerability.Fixed in 1.11.7Patch OpenChamber 1.11.7 Path Traversal File Read via allowOutsideWorkspace Parameter - Configuration
Ensure requests to /api/fs/read, /api/fs/stat, and /api/fs/raw do not allow allowOutsideWorkspace=true (deny or strip this query parameter) so absolute paths cannot bypass the workspace boundary check in resolveReadPathFromContext.
OpenChamber file-serving endpoints (/api/fs/read, /api/fs/stat, /api/fs/raw) allowOutsideWorkspace query parameter = false