Bug 2483168 (CVE-2026-10078) - CVE-2026-10078 quay/config-tool: quay/config-tool: GitLab OAuth client_secret exposed in URL querystring
Summary: CVE-2026-10078 quay/config-tool: quay/config-tool: GitLab OAuth client_secret...
Keywords:
Status: NEW
Alias: CVE-2026-10078
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-29 08:57 UTC by OSIDB Bzimport
Modified: 2026-05-29 09:25 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-29 08:57:57 UTC
The Quay config-tool's GitLab OAuth validator in pkg/lib/shared/validators.go (line 804) places client_id and client_secret as plaintext URL querystring parameters when making POST requests to the configured GitLab endpoint. This causes credentials to leak into server access logs, reverse proxy logs, WAF logs, CDN logs, and OpenTelemetry traces even when the endpoint is the legitimate gitlab.com. The GitHub OAuth validator correctly uses HTTP Basic Auth headers and is not affected.


Note You need to log in before you can comment on or make changes to this bug.