CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33622

High
Published: Translated: NVD NIST

Summary

PinchTab to samodzielny serwer HTTP, który umożliwia agentom AI bezpośrednią kontrolę nad przeglądarką Chrome. W wersjach `v0.8.3` do `v0.8.5` występuje możliwość wykonania dowolnego kodu JavaScript poprzez `POST /wait` i `POST /tabs/{id}/wait`, nawet gdy `security.allowEvaluate` jest wyłączone.

Risk Assessment

Organizacja narażona jest na wykonanie dowolnego kodu JavaScript w kontekście zakładki przez uwierzytelnionych użytkowników, co może prowadzić do poważnych naruszeń bezpieczeństwa, mimo że ocena JavaScript została wyłączona przez operatora.

Recommendation

Zaleca się aktualizację do najnowszej wersji PinchTab, aby zastosować odpowiednie zabezpieczenia i uniknąć obejścia polityki bezpieczeństwa.

Related vulnerabilities

Original NVD description (English source)

PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. PinchTab `v0.8.3` through `v0.8.5` allow arbitrary JavaScript execution through `POST /wait` and `POST /tabs/{id}/wait` when the request uses `fn` mode, even if `security.allowEvaluate` is disabled. `POST /evaluate` correctly enforces the `security.allowEvaluate` guard, which is disabled by default. However, in the affected releases, `POST /wait` accepted a user-controlled `fn` expression, embedded it directly into executable JavaScript, and evaluated it in the browser context without checking the same policy. This is a security-policy bypass rather than a separate authentication bypass. Exploitation still requires authenticated API access, but a caller with the server token can execute arbitrary JavaScript in a tab context even when the operator explicitly disabled JavaScript evaluation. The current worktree fixes this by applying the same policy boundary to `fn` mode in `/wait` that alread

Vulnerability data from NVD (NIST) · CISA KEV · EPSS