The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32589

CVE-2026-32589: Red Hat Quay Privilege Escalation Flaw

CVE-2026-32589 is a privilege escalation vulnerability in Red Hat Quay's image upload process. Authenticated users can interfere with uploads in unauthorized repositories. This article covers technical details, impact, and mitigation.

Published: April 9, 2026

CVE-2026-32589 Overview

A flaw was found in Red Hat Quay's container image upload process. An authenticated user with push access to any repository on the registry can interfere with image uploads in progress by other users, including those in repositories they do not have access to. This could allow the attacker to read, modify, or cancel another user's in-progress image upload.

Critical Impact

Authenticated attackers can compromise the integrity and confidentiality of container images being uploaded by other users across the entire registry, bypassing repository-level access controls.

Affected Products

  • Red Hat Quay (container registry)

Discovery Timeline

  • April 8, 2026 - CVE-2026-32589 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-32589

Vulnerability Analysis

This vulnerability represents an Insecure Direct Object Reference (IDOR) flaw, classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The vulnerability exists within Red Hat Quay's container image upload handling mechanism, where insufficient authorization checks allow authenticated users to access and manipulate upload sessions belonging to other users.

The attack requires network access and an authenticated session with push privileges to at least one repository on the Quay instance. Despite requiring user interaction and having a high attack complexity, the vulnerability enables cross-tenant interference in a multi-user container registry environment. The scope change indicates that the vulnerability impacts resources beyond the vulnerable component's authorization boundary.

Root Cause

The root cause of this vulnerability lies in improper authorization validation during the image upload process. When handling in-progress uploads, Red Hat Quay fails to adequately verify that the requesting user has authorization for the specific upload session they are attempting to access. Instead of enforcing repository-level access controls on individual upload operations, the system appears to only verify that a user has push access to any repository, allowing them to interact with upload sessions across the entire registry.

This authorization bypass through user-controlled keys (CWE-639) occurs when the application uses user-supplied input to determine which resources to access without properly validating that the user is authorized for the specific resource.

Attack Vector

The attack leverages network-accessible endpoints in the Quay registry API. An authenticated attacker with legitimate push access to any repository can enumerate or guess upload session identifiers for other users' in-progress uploads. Once identified, the attacker can:

  1. Read image data - Access container image layers and manifests being uploaded by other users, potentially exposing proprietary code or sensitive configuration
  2. Modify uploads - Inject malicious layers or modify image content during the upload process, enabling supply chain attacks
  3. Cancel uploads - Disrupt legitimate operations by terminating other users' upload sessions

The attack mechanism involves intercepting or manipulating API requests to the blob upload endpoints, substituting session identifiers to target other users' upload operations. For detailed technical information, refer to the Red Hat Bug Report #2446963.

Detection Methods for CVE-2026-32589

Indicators of Compromise

  • Unusual API access patterns showing a single user interacting with upload sessions across multiple unrelated repositories
  • Authentication logs indicating users accessing blob upload endpoints for repositories they do not own
  • Failed or interrupted image uploads reported by legitimate users with unexplained causes

Detection Strategies

  • Monitor Quay API logs for cross-repository blob upload access attempts from single authenticated sessions
  • Implement anomaly detection for users accessing upload endpoints at rates inconsistent with their typical repository activity
  • Alert on authentication events where users access upload sessions for repositories outside their assigned organizational units

Monitoring Recommendations

  • Enable detailed audit logging for all blob upload API endpoints in Red Hat Quay
  • Configure alerts for upload session access that crosses repository ownership boundaries
  • Review and correlate interrupted upload events with concurrent access from other authenticated users

How to Mitigate CVE-2026-32589

Immediate Actions Required

  • Review current Quay access controls and minimize the number of users with push access to repositories
  • Monitor for suspicious upload activity patterns using API audit logs
  • Implement network segmentation to limit registry access to trusted network segments

Patch Information

Red Hat has documented this vulnerability in their security advisory. Organizations running Red Hat Quay should consult the Red Hat CVE Security Advisory for patch availability and upgrade instructions. Apply vendor-supplied patches as soon as they become available.

Workarounds

  • Restrict push access to only essential users and service accounts until patches are applied
  • Implement additional network-level controls to limit API access to the Quay registry
  • Consider temporarily disabling concurrent uploads if operationally feasible
  • Deploy web application firewall rules to detect and block suspicious upload session manipulation attempts
bash
# Review current users with push access to repositories
# Audit and restrict permissions as needed
# Example: List repository permissions (consult Quay documentation for actual commands)
quay-admin list-permissions --output-format=json > repository_permissions_audit.json

# Enable enhanced API audit logging
# Configure in Quay configuration file
cat >> /conf/stack/config.yaml << EOF
FEATURE_EXTENDED_AUDIT_LOGGING: true
ACTION_LOG_ARCHIVE_LOCATION: /var/log/quay/audit/
EOF

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechRed Hat Quay

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • Red Hat CVE Security Advisory

  • Red Hat Bug Report #2446963
  • Related CVEs
  • CVE-2026-6848: Red Hat Quay Auth Bypass Vulnerability

  • CVE-2026-32590: Red Hat Quay RCE Vulnerability

  • CVE-2026-32591: Red Hat Quay SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English