Bug 2486779 (CVE-2026-10517) - CVE-2026-10517 clair: clair: unauthenticated SSRF via manifest layer URI enables internal network reconnaissance
Summary: CVE-2026-10517 clair: clair: unauthenticated SSRF via manifest layer URI enab...
Keywords:
Status: NEW
Alias: CVE-2026-10517
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-09 08:57 UTC by OSIDB Bzimport
Modified: 2026-06-09 08:57 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-09 08:57:09 UTC
The Clair vulnerability scanner's fetcher (libindex/fetcher.go:195-213) makes outbound HTTP GET requests to URIs specified in manifest layer descriptors without IP or scheme filtering. Authentication via PSK is opt-in (server.go:105) — if no PSK is configured, the indexer API is fully unauthenticated. An attacker can POST to /indexer/api/v1/index_report with a manifest containing a URI pointing to internal services or cloud metadata endpoints (e.g. 169.254.169.254). While digest validation prevents full response body exfiltration, the CheckResponse function in internal/httputil/responsechecker.go reflects the first 256 bytes of non-200 response bodies in error messages, making the SSRF reflective rather than blind. Content-Type headers and post-redirect URLs are also reflected. For operator-managed Quay deployments, the operator auto-generates a PSK (pkg/kustomize/secrets.go:42-50, 441-445), so PSK auth is enforced by default and the unauthenticated vector is blocked. Standalone Clair deployments without PSK configuration are fully exposed.


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