CVE-2026-53977
Received Received - Intake

Authentication Bypass in OpenChamber Leading to DoS

Vulnerability report for CVE-2026-53977, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulnCheck

Description

OpenChamber 1.11.7 contains an authentication bypass vulnerability that allows unauthenticated remote attackers to terminate the server process by sending a POST request to the /api/system/shutdown endpoint, which is registered before the authentication middleware in the Express route handler chain. Attackers can exploit the route registration order in bootstrap-runtime.js to reach the shutdown handler before auth middleware executes, causing denial of service to all active AI coding sessions and locking out legitimate remote users regardless of whether UI_PASSWORD is configured.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
openchamber openchamber to 1.11.7 (inc)
openchamber openchamber 1.11.7

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

OpenChamber 1.11.7 has an authentication bypass flaw where the /api/system/shutdown endpoint is registered before authentication middleware. This allows unauthenticated remote attackers to send a POST request and terminate the server process, causing a denial of service for all active AI coding sessions and locking out legitimate users.

Detection Guidance

Check if OpenChamber 1.11.7 is running by inspecting active processes or listening ports. Use curl to test the vulnerable endpoint: curl -X POST http://<target-ip>:<port>/api/system/shutdown. If the server terminates unexpectedly, the system is likely vulnerable.

Impact Analysis

This vulnerability allows attackers to crash the OpenChamber server remotely without any credentials, disrupting all active AI coding sessions and preventing legitimate users from accessing the system. It affects availability and can cause downtime for all remote users.

Mitigation Strategies

Upgrade OpenChamber to a version beyond 1.11.7, specifically commit f1b9506 or later. If upgrading is not possible, restrict network access to the /api/system/shutdown endpoint via firewall rules or disable remote access entirely.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53977. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart