CVE-2026-33620 Details
Description
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.
A vulnerability in PinchTab versions 0.7.8 through 0.8.3 allows API tokens to be sent via a 'token' URL query parameter, in addition to the 'Authorization' header. This query-string token can be exposed through various means, such as reverse proxy access logs, browser history, shell history, clipboard history, and tracing systems that capture full URLs. The issue arises from an unsafe credential transport pattern, rather than a direct authentication bypass, and only affects deployments where a token is configured and the query-parameter form is used.
Users should update to PinchTab version 0.8.4 or later, which removes query-string token authentication and requires safer header- or session-based authentication flows. Additionally, users are advised to rotate tokens if they have previously used query-parameter authentication.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/pinchtab/pinchtab/releases/tag/v0.8.4 | [email protected] | ProductRelease Notes |
| https://github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8 | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-598 | Use of GET Request Method With Sensitive Query Strings | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| pinchtab pinchtab | >= 0.7.8, < 0.8.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 31, 2026 | Initial Analysis | [email protected] |
| Mar 30, 2026 | CVE Modified | CISA-ADP |
| Mar 26, 2026 | New CVE Received | [email protected] |