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-9129

CVE-2026-9129: Altium Enterprise Server Path Traversal

CVE-2026-9129 is a path traversal vulnerability in Altium Enterprise Server Viewer StorageController that enables authenticated users to read arbitrary files, potentially exposing database credentials and secrets. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: May 21, 2026

CVE-2026-9129 Overview

CVE-2026-9129 is a path traversal vulnerability [CWE-22] in the Altium Enterprise Server Viewer StorageController. The flaw stems from improper handling of file path route parameters in on-premise deployments that use local filesystem storage. An authenticated user can submit a URL-encoded absolute path, such as an encoded drive letter, in a Viewer storage API request. The server discards the configured storage root and reads arbitrary files from the host filesystem. Cloud deployments are not affected because they use object storage and do not enable this component.

Critical Impact

Authenticated attackers can read the server's master configuration file, exposing database credentials, signing key locations, certificate passwords, and OAuth secrets, leading to full server compromise.

Affected Products

  • Altium Enterprise Server Viewer (on-premise deployments using local filesystem storage)
  • Altium Enterprise Server deployments with the Viewer StorageController component enabled
  • Cloud deployments using object storage are not affected

Discovery Timeline

  • 2026-05-20 - CVE-2026-9129 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-9129

Vulnerability Analysis

The vulnerability resides in the Viewer StorageController route handler that maps user-supplied path parameters to objects on the local filesystem. The controller concatenates or joins the request path with the configured storage root without normalizing or validating the input against the root directory. When the input contains an absolute path, the underlying path-join semantics discard the configured root and resolve to the attacker-supplied location.

URL-encoding the absolute path bypasses any naive string checks at the route layer. Decoded values such as an encoded drive letter or leading separator reach the filesystem API as a fully qualified path. The server then opens and returns the contents of the targeted file in the API response.

A regular authenticated user is sufficient to trigger the issue. No administrative role or additional privilege is required. The read primitive extends to any file the server process can access, including the server's master configuration. That configuration stores database credentials, signing key paths, certificate passwords, and OAuth secrets, which together enable full takeover of the server and its data.

Root Cause

The root cause is missing canonicalization and containment checks on file path route parameters [CWE-22]. The StorageController trusts URL-decoded input and relies on string concatenation rather than resolving the final path and verifying it remains within the storage root.

Attack Vector

The attack vector is network-based and requires low-privilege authentication. An attacker issues an HTTP request to the Viewer storage endpoint with a URL-encoded absolute path as the route parameter. The server returns the contents of the targeted file, including sensitive configuration data.

No verified public exploit code is available. Refer to the Altium Security Advisories for vendor-supplied technical details.

Detection Methods for CVE-2026-9129

Indicators of Compromise

  • Viewer storage API requests containing URL-encoded path separators (%2F, %5C) or drive letters (%3A) in the route parameter
  • HTTP 200 responses from Viewer storage endpoints returning file content larger or different from expected artifact sizes
  • Read access to the Altium Enterprise Server master configuration file from the Viewer service account at unexpected times
  • Outbound authentication failures or anomalous logins to backing databases following Viewer API access

Detection Strategies

  • Inspect web server and reverse proxy logs for requests to the Viewer StorageController that include encoded absolute path indicators in route parameters
  • Alert on file reads by the Viewer service process against paths outside the configured storage root, such as system configuration directories
  • Correlate authenticated Viewer storage requests with subsequent access to credentials, certificates, or signing keys stored on the server

Monitoring Recommendations

  • Forward Altium Enterprise Server web access logs and host file-access telemetry to a centralized log platform for inspection
  • Establish a baseline of normal Viewer storage paths and flag deviations, particularly requests targeting configuration directories
  • Monitor for rotation events on database credentials, OAuth client secrets, and certificates after any suspected exploitation window

How to Mitigate CVE-2026-9129

Immediate Actions Required

  • Apply the vendor fix referenced in the Altium Security Advisories as soon as it is available for your deployment
  • Restrict network access to the Altium Enterprise Server Viewer endpoints to trusted users and management networks
  • Rotate database credentials, OAuth client secrets, signing keys, and certificate passwords stored in the master configuration if exploitation is suspected
  • Audit Viewer storage API logs for prior requests containing encoded absolute paths

Patch Information

Consult the Altium Security Advisories for fixed versions and upgrade guidance. No patch identifier was published in the NVD record at the time of writing.

Workarounds

  • Migrate affected on-premise deployments to object storage where supported, since cloud deployments using object storage are not affected
  • Place the Viewer storage endpoint behind a reverse proxy that rejects URL-encoded path separators and drive-letter patterns in route parameters
  • Run the Viewer service under a least-privilege account that cannot read the master configuration or other sensitive files on disk
  • Restrict authenticated Viewer access to a minimal set of users until the patch is applied
bash
# Example reverse proxy rule to block encoded absolute paths in Viewer storage routes
# (nginx) - adapt path prefix to your deployment
location ~* /viewer/storage/ {
    if ($request_uri ~* "(%2[fF]|%5[cC]|%3[aA]|\.\./)") {
        return 400;
    }
    proxy_pass http://altium_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechAltium

  • SeverityCRITICAL

  • CVSS Score9.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Altium Security Advisories
  • Related CVEs
  • CVE-2026-9152: Altium 365 Auth Bypass Vulnerability

  • CVE-2025-27379: Altium AES BOM Viewer XSS Vulnerability

  • CVE-2026-1181: Altium 365 Auth Bypass Vulnerability

  • CVE-2026-1009: Altium Forum Stored XSS 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