PraisonAI is a multi-agent teams system. In versions below 4.5.139 of PraisonAI and 1.5.140 of praisonaiagents, the browser bridge (praisonai browser start) is vulnerable to unauthenticated remote session hijacking due to missing authentication and a bypassable origin check on its /ws WebSocket endpoint. The server binds to 0.0.0.0 by default and only validates the Origin header when one is present, meaning any non-browser client that omits the header is accepted without restriction. An unauthenticated network attacker can connect, send a start_session message, and the server will route it to the first idle browser-extension WebSocket (effectively hijacking that session) and then broadcast all resulting automation actions and outputs back to the attacker. This enables unauthorized remote control of connected browser automation sessions, leakage of sensitive page context and automation results, and misuse of model-backed browser actions in any environment where the bridge is network-reachable. This issue has been fixed in versions 4.5.139 of PraisonAI and 1.5.140 of praisonaiagents.
The browser bridge server starts by default on address 0.0.0.0 (all network interfaces) and listens for WebSocket connections on the /ws endpoint without requiring any authentication. The only form of verification is checking the Origin header; however, this mechanism is active only when the header is present in the request – a non-browser client (e.g., a script or network tool) can simply omit this header, and the server will accept the connection without restrictions. The attacker sends a start_session message, and the server directs it to the first available browser extension session, effectively taking control of that session. Any automation actions and output data are then transmitted back to the attacker.
Attackers gain unauthorized remote control over browser automation sessions, leading to leakage of sensitive data from visited page contexts and automation results, and enabling misuse of browser actions supported by AI models.
Update PraisonAI to version 4.5.139 or newer and praisonaiagents to version 1.5.140 or newer. Until the update is applied, it is recommended to restrict network access to the browser bridge port using a firewall or limit listening only to the localhost interface (127.0.0.1).
PraisonAI in versions below 4.5.139 and praisonaiagents in versions below 1.5.140
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:NPraison Praisonai
APPPraison< 4.5.139Praison Praisonaiagents
APPPraison< 1.5.140
Related vulnerabilities
Command Injection w PraisonAI — brak walidacji poleceń MCP
Path Traversal i RCE w PraisonAI MCP Server (serwer narzędzi plikowych)
PraisonAI — RCE i command injection przez niezaufowane pliki YAML
PraisonAI – wyciek tokenów GitHub przez atak ArtiPACKED w CI/CD
Path traversal w PraisonAI — nadpisywanie plików przez złośliwy pakiet .praison