CVE-2026-33622HIGH 8.8EPSS p39.5%

CVE-2026-33622CVE-2026-33622

Description

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 already exists on `/evaluate`, while preserving the non-code wait modes. As of time of publication, a patched version is not yet available.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS0.51% probability of exploitation · percentile 39.5% · 2026-06-19T12:03:05Z
Published2026-03-26
Last modified2026-03-31

Underlying weaknesses· 3

CWE-94CWE-284CWE-693

References

  1. https://github.com/pinchtab/pinchtab/security/advisories/GHSA-w5pc-m664-r62v

3

TypeTargetConfidenceTier
WeaknessImproper Access Controlcwe-2840%live
WeaknessProtection Mechanism Failurecwe-6930%live
WeaknessImproper Control of Generation of Code ('Code Injection')cwe-940%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-11632
CVE
CVE-2026-11262
CVE
CVE-2026-10922
CVE
CVE-2025-4052
CVE
CVE-2026-11226
CVE
CVE-2026-10938
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.