---
id: CVE-2026-10517
aliases:
  - GHSA-698x-9w2p-7vvp
  - GO-2026-5939
title: >-
  Claircore: Unauthenticated attackers can submit manifests with URIs pointing
  to internal services or cloud metadata endpoints
summary: >-
  Claircore: Unauthenticated attackers can submit manifests with URIs pointing
  to internal services or cloud metadata endpoints
severity: medium
cvss: 5.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N'
vendor: quay
product: github.com/quay/claircore
ecosystem: go
affected:
  - github.com/quay/claircore <= 1.5.52
published: '2026-06-01'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:48.475919020Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-698x-9w2p-7vvp'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-10517'
  - url: 'https://access.redhat.com/security/cve/CVE-2026-10517'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2486779'
  - url: 'https://github.com/quay/claircore'
tags:
  - osv
  - go
ingestedAt: '2026-07-09T18:56:35.972Z'
---

## Overview

A flaw was found in Clair. The fetcher component makes outbound HTTP requests to attacker-supplied URIs from manifest layer descriptors without IP or scheme filtering. When PSK authentication is not configured (opt-in, not enforced by default), an unauthenticated attacker can submit a manifest with a URI pointing to internal services or cloud metadata endpoints. The SSRF is reflective for non-200 responses, leaking up to 256 bytes of error body content via CheckResponse error messages. Operator-managed Red Hat Quay deployments auto-configure PSK and are not exposed to the unauthenticated attack vector.

## Affected packages

- `github.com/quay/claircore <= 1.5.52`

## Remediation

Refer to the advisory for the patched release.
