CVE-2026-53977 PUBLISHED

OpenChamber 1.11.7 Unauthenticated DoS via /api/system/shutdown

Assigner: VulnCheck
Reserved: 11.06.2026 Published: 06.08.2026 Updated: 06.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor Bohdan Triapitsyn
Product OpenChamber
Versions Default: affected
  • affected from 0 to 1.11.7 (incl.)

Credits

  • Katriel Moses reporter

References

Problem Types

  • Missing Authentication for Critical Function CWE