Description
A path traversal vulnerability exists in the Altium Enterprise Server Vault Service UploadController due to improper validation of a user-controlled path component in image upload requests. An authenticated user can supply a crafted absolute path so that the configured storage root is discarded, allowing arbitrary files to be written to any location on the server filesystem writable by the service account.




Because content-controlled files can be written to web-accessible directories, or used to overwrite application binaries or configuration files, this can be escalated to remote code execution, service takeover, or denial of service. Altium 365 cloud deployments are not affected, as the affected endpoint is not reachable and the cloud storage architecture mitigates the file-write primitive.
Published: 2026-06-05
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path traversal flaw in the Altium Enterprise Server Vault Service UploadController allows an authenticated user to supply a crafted absolute path, causing the service to drop the configured storage root and write an arbitrary file anywhere on the server filesystem that the service account can reach. By overwriting web-accessible files, application binaries, or configuration files, an attacker can execute arbitrary code, take over the service, or deny service. The weakness maps to CWE-22 and CWE-434.

Affected Systems

The vulnerability affects Altium Enterprise Server, all iterations prior to the vendor’s published fix. Versions are not enumerated in the advisory, so any deployment that has exposed the UploadController endpoint is potentially vulnerable. The Altium 365 cloud service is not affected.

Risk and Exploitability

The CVSS score of 9.4 reflects a high severity risk. EPSS is not available, and the vulnerability is not listed in CISA’s KEV catalog. The attack requires authenticated access to the Vault Service, and the exploit path is the image upload endpoint. Because write permissions are available to the service account for arbitrary locations, a successful exploitation can lead to immediate service takeover or remote code execution.

Generated by OpenCVE AI on June 5, 2026 at 21:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Altium Enterprise Server patch or update that addresses the UploadController path traversal issue.
  • Restrict file system permissions for the Altium service account so that it can write only to the intended storage root, removing write access to web-accessible directories and critical binaries.
  • Limit exposure of the Vault Service’s UploadController endpoint by firewalling, network segmentation, or restricting access to trusted administrators, and block unauthenticated or non‑trusted traffic.

Generated by OpenCVE AI on June 5, 2026 at 21:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Altium on-prem Enterprise Server
CPEs cpe:2.3:a:altium:on-prem_enterprise_server:*:*:*:*:*:*:*:*
Vendors & Products Altium on-prem Enterprise Server
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sun, 07 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
First Time appeared Altium
Altium enterprise Server
Vendors & Products Altium
Altium enterprise Server

Fri, 05 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 05 Jun 2026 20:15:00 +0000

Type Values Removed Values Added
Description A path traversal vulnerability exists in the Altium Enterprise Server Vault Service UploadController due to improper validation of a user-controlled path component in image upload requests. An authenticated user can supply a crafted absolute path so that the configured storage root is discarded, allowing arbitrary files to be written to any location on the server filesystem writable by the service account. Because content-controlled files can be written to web-accessible directories, or used to overwrite application binaries or configuration files, this can be escalated to remote code execution, service takeover, or denial of service. Altium 365 cloud deployments are not affected, as the affected endpoint is not reachable and the cloud storage architecture mitigates the file-write primitive.
Title Path Traversal in Altium Enterprise Server Vault UploadController Allows Arbitrary File Write
Weaknesses CWE-22
CWE-434
References
Metrics cvssV4_0

{'score': 9.4, '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'}


Subscriptions

Altium Enterprise Server On-prem Enterprise Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Altium

Published:

Updated: 2026-06-05T20:29:07.421Z

Reserved: 2026-06-05T19:46:20.496Z

Link: CVE-2026-11419

cve-icon Vulnrichment

Updated: 2026-06-05T20:29:02.989Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-05T20:17:29.183

Modified: 2026-06-16T20:50:00.470

Link: CVE-2026-11419

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T11:15:48Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-434

    Unrestricted Upload of File with Dangerous Type