VYPR
Medium severity5.8NVD Advisory· Published Jun 1, 2026

CVE-2026-10517

CVE-2026-10517

Description

Clair fetcher SSRF via unauthenticated manifest-submission leaks up to 256 bytes of internal-service error bodies.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Clair fetcher SSRF via unauthenticated manifest-submission leaks up to 256 bytes of internal-service error bodies.

Vulnerability

The Clair vulnerability (CVE-2026-10517) resides in the fetcher component, which makes outbound HTTP requests to URIs supplied via manifest layer descriptors without filtering IP addresses or schemes. Affected versions are those of Clair prior to the fix. The attack path is reachable when PSK (pre-shared key) authentication is not configured, as PSK is opt-in and not enforced by default [1].

Exploitation

An unauthenticated attacker can submit a malicious manifest containing a layer descriptor URI pointing to internal services or cloud metadata endpoints (e.g., http://169.254.169.254/latest/meta-data/). The fetcher then makes an HTTP request to the attacker-controlled URI. If the target returns a non-200 response, the error body content (up to 256 bytes) is reflected back to the attacker via CheckResponse error messages [1].

Impact

Successful exploitation results in a server-side request forgery (SSRF) that can leak up to 256 bytes of sensitive information from internal HTTP endpoints, such as cloud metadata or internal service responses. The confidentiality impact is limited by the 256-byte cap and the fact that only error-response bodies are reflected [1].

Mitigation

Operator-managed Red Hat Quay deployments that auto-configure PSK are not exposed to the unauthenticated attack vector [1]. For standalone Clair instances, fixing the vulnerability requires updating to a patched version (details not yet disclosed in the available references). Until a fix is applied, configuring PSK authentication is an effective workaround to block unauthenticated manifest submissions [1].

References
  1. cve-details

AI Insight generated on Jun 1, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

1

News mentions

0

No linked articles in our index yet.