CVE-2026-42277 — Onyx is an open-source AI platform. Prior to versions
CVE-2026-42277 — Onyx is an open-source AI platform. Prior to versions 3.0.9, 3.1.6, and 3.2.6, the GET /chat/file/{file_id} endpoint allows any authenticated user to download any other user's uploaded files by providing the file UUID. The endpoint verifies the caller is authenticated but never chec
What This Means For You
- If your environment is affected by CWE-639, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42277 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-42277 - Onyx AI Platform Unauthorized File Download
title: CVE-2026-42277 - Onyx AI Platform Unauthorized File Download
id: scw-2026-05-08-ai-1
status: experimental
level: high
description: |
Detects unauthorized access to files in the Onyx AI platform by identifying GET requests to the /chat/file/{file_id} endpoint that return a successful status code. This specific path and method are indicative of an attempt to exploit CVE-2026-42277, where authenticated users can download any file by providing its UUID without proper ownership verification.
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42277/
tags:
- attack.credential_access
- attack.t1110.001
logsource:
category: webserver
detection:
selection:
cs-method:
- 'GET'
cs-uri|startswith:
- '/chat/file/'
sc-status:
- 200
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42277 | vulnerability | CVE-2026-42277 |
| CWE-639 | weakness | CWE-639 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 08:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.