Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/pinchtab/pinchtab
  4. ›
  5. CVE-2026-33620

CVE-2026-33620: PinchTab: API Bearer Token Exposed in URL Query Parameter via Server Logs and Intermediary Systems

March 24, 2026 (updated March 27, 2026)

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.

References

  • github.com/advisories/GHSA-mrqc-3276-74f8
  • github.com/pinchtab/pinchtab
  • github.com/pinchtab/pinchtab/releases/tag/v0.8.4
  • github.com/pinchtab/pinchtab/security/advisories/GHSA-mrqc-3276-74f8
  • nvd.nist.gov/vuln/detail/CVE-2026-33620

Code Behaviors & Features

Detect and mitigate CVE-2026-33620 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.7.8 before 0.8.4

Fixed versions

  • 0.8.4

Solution

Upgrade to version 0.8.4 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-598: Use of GET Request Method With Sensitive Query Strings

Source file

go/github.com/pinchtab/pinchtab/CVE-2026-33620.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 14 May 2026 12:18:12 +0000.