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
    • 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-2025-58366

CVE-2025-58366: Onyxia-API Credential Disclosure Flaw

CVE-2025-58366 is an information disclosure vulnerability in Onyxia-API that exposes private Helm repository credentials via an unauthenticated endpoint. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-58366 Overview

CVE-2025-58366 is a critical information disclosure vulnerability affecting Onyxia, a data science environment for Kubernetes. The Onyxia-API component leaks credentials of private Helm repositories through the public (unauthenticated) /public/catalogs endpoint. This vulnerability exposes sensitive authentication credentials to any unauthenticated attacker who can reach the API endpoint, potentially compromising private Helm repository access across the organization.

Critical Impact

Unauthenticated attackers can retrieve private Helm repository credentials, enabling unauthorized access to private chart repositories and potential supply chain attacks through compromised Helm charts.

Affected Products

  • Onyxia-API versions 4.6.0 through 4.8.0
  • Only instances configured with private Helm repositories (using username & password in catalogs configuration)

Discovery Timeline

  • September 5, 2025 - CVE-2025-58366 published to NVD
  • September 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-58366

Vulnerability Analysis

This vulnerability represents a sensitive data exposure issue classified under CWE-522 (Insufficiently Protected Credentials). The Onyxia-API component fails to properly sanitize or protect sensitive credential information when responding to requests at the /public/catalogs endpoint. This endpoint is designed to be publicly accessible without authentication, but it improperly includes the username and password configured for private Helm repositories in its responses.

The vulnerability allows remote attackers with network access to the Onyxia-API to enumerate and exfiltrate private Helm repository credentials without any authentication. This could lead to unauthorized access to private chart repositories, theft of proprietary Helm charts, and potential supply chain compromise if attackers modify charts in the private repositories.

Root Cause

The root cause of this vulnerability is insufficiently protected credentials in the API response handling. When administrators configure private Helm repositories with authentication credentials in the catalogs configuration, these credentials are inadvertently included in the JSON response returned by the /public/catalogs endpoint. The API failed to filter sensitive fields (username and password) before serializing and returning the catalog configuration to unauthenticated requesters.

Attack Vector

The attack vector is network-based and requires no user interaction or authentication. An attacker simply needs network access to the Onyxia-API endpoint. The attack can be executed by sending a standard HTTP GET request to the /public/catalogs endpoint and parsing the response for credential information.

The exploitation is straightforward: an unauthenticated attacker makes a request to the vulnerable endpoint and receives the complete catalog configuration, including any private Helm repository credentials. The attacker can then use these credentials to access the private Helm repositories directly, potentially downloading proprietary charts or, if write access is configured, uploading malicious charts.

Detection Methods for CVE-2025-58366

Indicators of Compromise

  • Unexpected or high-volume requests to the /public/catalogs endpoint from external IP addresses
  • Authentication attempts to private Helm repositories from unrecognized IP addresses or locations
  • Access logs showing enumeration patterns against the Onyxia-API endpoints
  • Unauthorized downloads or modifications in private Helm repository audit logs

Detection Strategies

  • Monitor access logs for the /public/catalogs endpoint and alert on requests from untrusted sources
  • Implement network monitoring to detect unusual outbound connections to Helm repository URLs
  • Review private Helm repository access logs for authentication from IP addresses that don't match known Onyxia instances
  • Deploy web application firewall (WAF) rules to monitor and log access patterns to API endpoints

Monitoring Recommendations

  • Enable detailed logging for all Onyxia-API endpoints, particularly public-facing ones
  • Set up alerts for credential usage from new or unexpected IP addresses in Helm repository systems
  • Conduct periodic reviews of /public/catalogs endpoint responses to ensure no sensitive data leakage
  • Implement anomaly detection for API request patterns to identify potential reconnaissance activity

How to Mitigate CVE-2025-58366

Immediate Actions Required

  • Upgrade Onyxia-API to version 4.9.0 or later immediately
  • Rotate all credentials configured for private Helm repositories
  • Review access logs for the /public/catalogs endpoint to identify potential unauthorized access
  • Audit private Helm repositories for any unauthorized modifications or access
  • Temporarily restrict network access to the Onyxia-API if immediate upgrade is not possible

Patch Information

The vulnerability has been patched in Onyxia-API version 4.9.0. The fix ensures that sensitive credential information is properly sanitized from API responses before being returned to callers. Organizations should upgrade to version 4.9.0 or later as soon as possible.

For detailed patch information, refer to:

  • GitHub Pull Request #613
  • GitHub Release v4.9.0
  • GitHub Security Advisory GHSA-m773-6vm8-8x6q

Workarounds

  • Restrict network access to the Onyxia-API using firewall rules or network segmentation until the patch can be applied
  • Remove or temporarily disable private Helm repository configurations that include credentials
  • Implement a reverse proxy to filter or block access to the /public/catalogs endpoint from untrusted networks
  • If possible, migrate to credential-less authentication methods such as service accounts or managed identities for Helm repository access

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOnyxia

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • GitHub Pull Request

  • GitHub Release v4.9.0

  • GitHub Security Advisory GHSA-m773-6vm8-8x6q
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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