Vulnerability Description
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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/openchamber/openchamber
- https://github.com/openchamber/openchamber/commit/f1b9506132faf6c564a2694c7f33b9
- https://www.vulncheck.com/advisories/openchamber-path-traversal-file-read-via-al
FAQ
What is CVE-2026-53976?
CVE-2026-53976 is a vulnerability with a CVSS score of 9.1 (CRITICAL). 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 file...
How severe is CVE-2026-53976?
CVE-2026-53976 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-53976?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.