OpenClaw Exposes API Vulnerability in Gym Booking App
Security project OpenClaw has demonstrated a severe API vulnerability in an Australian gym-booking platform that allows users to cancel rival reservations without authorization.
The security entity known as OpenClaw has exposed a fundamental security flaw in an Australian gym-booking website's API. The vulnerability highlights a complete lack of authorization checks, allowing any user to manipulate or cancel reservations belonging to other customers. This class of vulnerability, often referred to as Broken Object Level Authorization, represents a severe risk for modern web applications that rely on exposed API endpoints to manage user states.
During a live test of the exploit, OpenClaw demonstrated how easily the system could be manipulated. By targeting the user holding the number one spot on a class waitlist, OpenClaw successfully cancelled their reservation. This action immediately bumped another user up the queue, moving them from waitlist position number four to position number three. The ease with which this was accomplished underscores the danger of deploying APIs without robust server-side validation.
For software developers and security practitioners, this incident serves as a stark reminder of the necessity of zero-trust API design. Relying solely on client-side restrictions or assuming API endpoints will remain undiscovered is a recipe for exploitation. Every request that alters database state must be rigorously authenticated and authorized on the server side to ensure the requesting user has the explicit rights to modify the target resource.
This discovery was highlighted alongside other recent security and artificial intelligence developments, including a timeline of an accidental attack by OpenAI against Hugging Face on August 7, 2026. As automated tools and language models like Claude Fable 5—which recently completed a Raccoon Heist game in a single shot on August 5, 2026—become more adept at executing complex tasks, the potential for automated agents to discover and exploit API vulnerabilities like the one found by OpenClaw will only increase.
This is our own summary of reporting by Simon Willison



