Description
A flaw was found in Quay. The filedrop endpoint accepts any mime type without validation, allowing an authenticated user with repository write access to upload a malicious SVG file containing JavaScript. The file is stored and served inline through the CDN, enabling stored cross-site scripting when a victim visits the archive URL.
Published: 2026-06-08
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Quay filedrop endpoint fails to validate MIME types, allowing an authenticated user with repository write access to upload an SVG that contains embedded JavaScript. Once uploaded, the SVG file is stored and later served inline through the CDN. When a victim visits the archive URL, the injected script runs in the victim’s browser, enabling stored cross‑site scripting. The vulnerability is an example of CWE‑79 and can compromise the confidentiality of information accessed by the victim or exfiltrate data through the injected code. No remote code execution is reported, but the attacker’s impact is limited to the web session of any user who views the malicious asset.

Affected Systems

Red Hat Quay 3 – the CVE payload does not specify affected version ranges. The flaw exists in the filedrop component of Quay and may impact any deployed instance of Quay 3. Users should verify whether they run a version that includes the filedrop MIME‑type validation fix, if available.

Risk and Exploitability

The CVSS base score of 5.4 indicates a medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires an authenticated account with write permission to a repository and the ability to visit the URL hosting the uploaded SVG. While the likelihood of exploitation in the wild is uncertain, a compromised or poorly managed repository could be used to deliver the malicious file to a broad audience through shared archives. The risk to an organization is thus dependent on its exposure to users who may load such assets and on the control of repository write privileges.

Generated by OpenCVE AI on June 8, 2026 at 12:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Red Hat Quay to a version that includes the patch for the filedrop MIME‑type validation flaw.
  • Restrict write access to repositories to trusted users only, limiting the number of accounts that can upload assets.
  • Configure the CDN or the application to block or strip disallowed MIME types (e.g., treat SVG as a protected content type) and enforce strict inline script filtering for served files.

Generated by OpenCVE AI on June 8, 2026 at 12:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 08 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 08 Jun 2026 11:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in Quay. The filedrop endpoint accepts any mime type without validation, allowing an authenticated user with repository write access to upload a malicious SVG file containing JavaScript. The file is stored and served inline through the CDN, enabling stored cross-site scripting when a victim visits the archive URL.
Title Quay: quay: stored xss via filedrop svg upload
First Time appeared Redhat
Redhat quay
Weaknesses CWE-79
CPEs cpe:/a:redhat:quay:3
Vendors & Products Redhat
Redhat quay
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-06-08T12:15:35.628Z

Reserved: 2026-06-08T09:17:24.217Z

Link: CVE-2026-11569

cve-icon Vulnrichment

Updated: 2026-06-08T12:15:30.326Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-08T12:16:31.730

Modified: 2026-06-08T14:57:49.490

Link: CVE-2026-11569

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-08T00:00:00Z

Links: CVE-2026-11569 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T08:57:22Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')