REDHAT-BUG-2516144: SSRF
A flaw was found in Red Hat Quay's build API. The endpoints/api/build.py endpoint accepts an archiveurl parameter with only an http/https scheme check and no SSRF validation. The URL is stored and passed to the builder fetch path, allowing a user with FEATUREBUILDSUPPORT enabled and repository write access to make the Quay builder issue requests to internal network addresses. This is a distinct code path from CVE-2026-16910 (webhook/Slack notification SSRF) with different privilege requirements and impact profile.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2516144?
The severity of REDHAT-BUG-2516144 is medium with a score of 4.
How do I fix REDHAT-BUG-2516144?
To fix REDHAT-BUG-2516144, ensure that proper SSRF validation is implemented for the archive_url parameter.
What is the risk associated with REDHAT-BUG-2516144?
The risk associated with REDHAT-BUG-2516144 is classified as 19.
What product does REDHAT-BUG-2516144 affect?
REDHAT-BUG-2516144 affects Red Hat Quay.
What type of vulnerability is REDHAT-BUG-2516144?
REDHAT-BUG-2516144 is a Server-Side Request Forgery (SSRF) vulnerability.