In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade @grackle-ai/server to version 0.70.3 or higher.
@grackle-ai/server is a Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine
Affected versions of this package are vulnerable to Origin Validation Error via the connection handler process. An attacker can gain unauthorized access to real-time session data by initiating a cross-origin WebSocket connection using a malicious webpage while a valid session is active. This is only exploitable if the server is accessible on a network interface other than 127.0.0.1 or if the user is tricked into visiting a malicious site while authenticated.
This vulnerability can be mitigated by ensuring the server is only accessible on 127.0.0.1 and avoiding the use of --allow-network in untrusted environments.