A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn't been mirrored yet, they are granted "Admin" permissions on the newly created repository.
Security readout for executives and security teams
Plain-English summary
Quay can mistakenly make a user or robot an administrator of a repository created during a proxy-cache pull. That unintended access could allow repository changes and limited disclosure, creating container supply-chain risk. The issue matters primarily where organizations use Quay as a proxy cache and request images not yet mirrored.
Executive priority
Prioritize remediation for internet-accessible or broadly shared proxy-cache deployments because unintended repository administration can affect container integrity. Treat isolated deployments without proxy caching as lower urgency after confirming configuration. No supplied evidence supports emergency incident status, but potentially affected repositories should be reviewed promptly.
Technical view
When a proxy-cache organization handles the first pull of an unmirrored image, Quay creates a repository and incorrectly assigns Admin permission to the requester. The issue is classified as CWE-266 and CVSS 3.1 score 6.5, with network reachability, low complexity, no user interaction, and low confidentiality and integrity impact.
Likely exposure
Exposure requires a Quay deployment using an organization as a proxy cache. The vulnerable path is triggered when a user or robot pulls an image that has not already been mirrored. The bundle identifies multiple Red Hat Quay 3.13.6 and 3.14.2 package builds as affected; administrators should verify exact installed builds against vendor advisories.
Exploitation context
CISA KEV status is false, and the supplied sources do not report active exploitation or a public exploit. The CVSS vector rates the issue network-accessible and low complexity, but the available evidence does not establish practical exploitation prevalence or whether every deployment permits the relevant pull operation.
Researcher notes
The core authorization flaw occurs during first-time mirroring and incorrectly grants repository Admin rights. The supplied affected-product data lists Red Hat Quay 3 package builds, but its Project Quay version entries are ambiguous and default to unaffected. Researchers should rely on vendor build mappings and avoid generalizing the affected range beyond documented packages.
Mitigation direction
Check installed Quay packages and versions against the linked Red Hat advisories.
Apply vendor-provided corrected updates where the advisories identify them for your deployment.
Restrict proxy-cache access to trusted users and robots until remediation is confirmed.
Review and remove unintended Admin assignments on proxy-created repositories.
Validation and detection
Inventory organizations configured as proxy caches and their deployed Quay package builds.
Review newly mirrored repositories for unexpected user or robot Admin permissions.
After updating, safely test first-pull repository creation in a non-production environment.
Confirm requesters receive only the permissions intended by organizational policy.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-266: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-266 · source CWE mapping
Incorrect Privilege Assignment
Incorrect Privilege Assignment represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.