CVE-2026-33620

PinchTab is a standalone HTTP server that gives AI agents direct control over a Chrome browser. PinchTab `v0.7.8` through `v0.8.3` accepted the API token from a `token` URL query parameter in addition to the `Authorization` header. When a valid API credential is sent in the URL, it can be exposed through request URIs recorded by intermediaries or client-side tooling, such as reverse proxy access logs, browser history, shell history, clipboard history, and tracing systems that capture full URLs. This issue is an unsafe credential transport pattern rather than a direct authentication bypass. It only affects deployments where a token is configured and a client actually uses the query-parameter form. PinchTab's security guidance already recommended `Authorization: Bearer <token>`, but `v0.8.3` still accepted `?token=` and included first-party flows that generated and consumed URLs containing the token. This was addressed in v0.8.4 by removing query-string token authentication and requiring safer header- or session-based authentication flows.
Configurations

Configuration 1 (hide)

cpe:2.3:a:pinchtab:pinchtab:*:*:*:*:*:*:*:*

History

31 Mar 2026, 15:56

Type Values Removed Values Added
References () https://github.com/pinchtab/pinchtab/releases/tag/v0.8.4 - () https://github.com/pinchtab/pinchtab/releases/tag/v0.8.4 - Product, Release Notes
References () https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 - () https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 - Exploit, Mitigation, Vendor Advisory
First Time Pinchtab
Pinchtab pinchtab
CPE cpe:2.3:a:pinchtab:pinchtab:*:*:*:*:*:*:*:*

30 Mar 2026, 15:16

Type Values Removed Values Added
References () https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 - () https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 -

30 Mar 2026, 13:26

Type Values Removed Values Added
Summary
  • (es) PinchTab es un servidor HTTP independiente que otorga a los agentes de IA control directo sobre un navegador Chrome. PinchTab 'v0.7.8' hasta 'v0.8.3' aceptaba el token de la API de un parámetro de consulta URL 'token' además del encabezado 'Authorization'. Cuando una credencial de API válida se envía en la URL, puede ser expuesta a través de URIs de solicitud registradas por intermediarios o herramientas del lado del cliente, como registros de acceso de proxy inverso, historial del navegador, historial de shell, historial del portapapeles y sistemas de rastreo que capturan URLs completas. Este problema es un patrón de transporte de credenciales inseguro en lugar de una omisión de autenticación directa. Solo afecta a las implementaciones donde se configura un token y un cliente realmente utiliza la forma de parámetro de consulta. La guía de seguridad de PinchTab ya recomendaba 'Authorization: Bearer ', pero 'v0.8.3' aún aceptaba '?token=' e incluía flujos de primera parte que generaban y consumían URLs que contenían el token. Esto se abordó en v0.8.4 al eliminar la autenticación de token en la cadena de consulta y al requerir flujos de autenticación más seguros basados en encabezados o en la sesión.

26 Mar 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-26 21:17

Updated : 2026-03-31 15:56


NVD link : CVE-2026-33620

Mitre link : CVE-2026-33620

CVE.ORG link : CVE-2026-33620


JSON object : View

Products Affected

pinchtab

  • pinchtab
CWE
CWE-598

Use of GET Request Method With Sensitive Query Strings