A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42277

CVE-2026-42277: Onyx AI Platform File Access Vulnerability

CVE-2026-42277 is an information disclosure flaw in Onyx AI platform that allows authenticated users to access any other user's uploaded files. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-42277 Overview

CVE-2026-42277 is an Insecure Direct Object Reference (IDOR) vulnerability in Onyx, an open-source AI platform. The GET /chat/file/{file_id} endpoint authenticates the caller but fails to verify file ownership. Any authenticated user can download files uploaded by other users by supplying the target file's UUID. The exposed data includes confidential documents, chat attachments, and other user-uploaded content. The vulnerability is tracked as [CWE-639: Authorization Bypass Through User-Controlled Key]. Maintainers patched the issue in Onyx versions 3.0.9, 3.1.6, and 3.2.6.

Critical Impact

Authenticated attackers can retrieve arbitrary user files, including confidential documents and chat attachments, by guessing or obtaining file UUIDs.

Affected Products

  • Onyx versions prior to 3.0.9 (3.0.x branch)
  • Onyx versions prior to 3.1.6 (3.1.x branch)
  • Onyx versions prior to 3.2.6 (3.2.x branch)

Discovery Timeline

  • 2026-05-08 - CVE-2026-42277 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-42277

Vulnerability Analysis

The vulnerability resides in the GET /chat/file/{file_id} endpoint of the Onyx platform. The endpoint accepts a file UUID as a path parameter and returns the corresponding file contents. Authentication is enforced, ensuring the requester holds a valid session. However, the handler omits an ownership or access control check that would tie the file to the requesting user. As a result, any authenticated user can request any file in the system by supplying its UUID. The flaw aligns with [CWE-639], where authorization decisions rely on a user-controlled key without enforcing object-level permissions.

Root Cause

The root cause is missing object-level authorization in the file retrieval handler. The endpoint validates session authentication but does not query whether the file's owner or associated chat matches the requesting principal. File UUIDs serve as both identifier and de facto authorization token, which violates least-privilege access control.

Attack Vector

An attacker requires a valid authenticated account on the target Onyx instance. The attacker obtains a file UUID through shared chat links, error messages, log exposure, referrer leaks, or UUID enumeration when predictable. The attacker then issues an HTTP GET request to /chat/file/{file_id} with their own session credentials. The server returns the file regardless of ownership. The attack is network-reachable and requires no user interaction from the file owner.

No verified public exploit code is available. Refer to the GitHub Security Advisory GHSA-vg3h-35f7-7w6r for vendor technical details.

Detection Methods for CVE-2026-42277

Indicators of Compromise

  • HTTP access logs showing a single authenticated user account requesting numerous distinct /chat/file/{file_id} UUIDs across short time windows.
  • Requests to /chat/file/{file_id} where the requesting user identifier does not match the file's owner identifier in application logs.
  • Spikes in 200 OK responses on the file download endpoint without corresponding file upload activity from the same account.

Detection Strategies

  • Correlate session user identifiers with file owner metadata at the application layer and alert on mismatches against the /chat/file/ route.
  • Deploy web application firewall (WAF) rules that rate-limit and flag sequential UUID enumeration patterns against the file endpoint.
  • Audit Onyx application logs for accounts accessing files outside their workspace or chat scope.

Monitoring Recommendations

  • Forward Onyx HTTP and application logs to a centralized analytics platform and build dashboards tracking per-user file access volume.
  • Establish baselines for normal file access patterns and alert on deviations such as bulk UUID retrieval.
  • Review authentication logs alongside file endpoint requests to identify compromised or abusive accounts.

How to Mitigate CVE-2026-42277

Immediate Actions Required

  • Upgrade Onyx to version 3.0.9, 3.1.6, or 3.2.6 depending on the deployed release branch.
  • Audit application logs for prior unauthorized access to the /chat/file/{file_id} endpoint and identify potentially exposed files.
  • Rotate or revoke any secrets, tokens, or credentials that may have been embedded in user-uploaded files.

Patch Information

The Onyx maintainers released fixed versions 3.0.9, 3.1.6, and 3.2.6. The patches add an ownership and access scope check to the file retrieval handler so that only authorized users can download a given file. Full details are available in the GitHub Security Advisory GHSA-vg3h-35f7-7w6r.

Workarounds

  • Restrict access to the Onyx instance to trusted users only until the upgrade is applied, since exploitation requires an authenticated account.
  • Place a reverse proxy or WAF in front of Onyx to rate-limit requests to /chat/file/ and block rapid UUID enumeration.
  • Temporarily disable user file upload functionality if the upgrade cannot be deployed immediately and confidential data is at risk.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOnyx

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42276: Onyx AI Platform Auth Bypass 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