CVE-2026-55536 PUBLISHED

Browser Server WebSocket origin validation bypass via unanchored regex (patch bypass of CVE-2026-40289 / GHSA-8x8f-54wf-vv92)

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 25.08.2026 Updated: 25.08.2026

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, Browser Server _handle_connection() checks Chrome extension origins with re.match() and the unanchored expression chrome-extension://[a-z0-9]{32}. Extra trailing characters pass before websocket.accept(), allowing start_session commands and unauthorized browser automation. This issue is fixed in version 4.6.58.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 9.1

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version < 4.6.58 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE
  • CWE-625: Permissive Regular Expression CWE