CVE-2026-9152
Deferred Deferred - Pending Action
Missing Authentication in Altium 365 SearchService

Publication date: 2026-05-21

Last updated on: 2026-05-21

Assigner: Altium

Description
A missing authentication vulnerability exists in the Altium 365 SearchService. A legacy SOAP endpoint exposes search index operations without requiring authentication, session tokens, or any form of identity verification. An unauthenticated network attacker who can reference a target workspace's identifier can interact with that workspace's search index, crossing tenant boundaries. Successful exploitation allows reading a workspace's indexed contents (such as component data, project and folder names, and user metadata) and injecting, modifying, or deleting search index entries. These operations affect the search index only, not the underlying vault data, but they can disclose sensitive workspace information and compromise the integrity and availability of search results. Altium 365 cloud deployments are affected; on-premise Altium Enterprise Server is not affected.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-21
Last Modified
2026-05-21
Generated
2026-06-10
AI Q&A
2026-05-21
EPSS Evaluated
2026-06-09
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
altium 365 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a missing authentication issue in the Altium 365 SearchService. A legacy SOAP endpoint allows access to search index operations without requiring any authentication, session tokens, or identity verification.

An unauthenticated attacker who knows a target workspace's identifier can interact with that workspace's search index, crossing tenant boundaries.

Exploitation allows the attacker to read indexed contents such as component data, project and folder names, and user metadata, as well as inject, modify, or delete search index entries. These changes affect only the search index, not the underlying vault data.

This can disclose sensitive workspace information and compromise the integrity and availability of search results. The vulnerability affects Altium 365 cloud deployments but not on-premise Altium Enterprise Server.

Impact Analysis

The vulnerability can lead to unauthorized disclosure of sensitive workspace information, including component data, project and folder names, and user metadata.

It can also compromise the integrity and availability of search results by allowing an attacker to inject, modify, or delete search index entries.

Although the underlying vault data is not affected, the manipulation of search indexes can disrupt normal operations and trust in the search functionality.

Since the vulnerability allows crossing tenant boundaries, it poses a risk to multiple users and workspaces within the Altium 365 cloud environment.

Mitigation Strategies

The vulnerability affects Altium 365 cloud deployments due to a legacy SOAP endpoint that exposes search index operations without authentication. Immediate mitigation steps include restricting or disabling access to the legacy SOAP endpoint if possible, monitoring for unauthorized access attempts to the search service, and applying any security updates or patches provided by Altium.

Since on-premise Altium Enterprise Server is not affected, consider isolating or migrating sensitive workloads to on-premise environments if feasible until a fix is applied.

Refer to Altium's official security advisories page for the latest updates and recommended actions.

Compliance Impact

The vulnerability allows unauthenticated attackers to access and manipulate search index data across tenant boundaries, potentially exposing sensitive workspace information such as component data, project and folder names, and user metadata.

Although the underlying vault data is not affected, the disclosure of sensitive workspace information and compromise of data integrity and availability could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access.

Therefore, exploitation of this vulnerability may result in violations of confidentiality, integrity, and availability principles mandated by such standards.

Detection Guidance

This vulnerability involves a legacy SOAP endpoint in Altium 365 SearchService that exposes search index operations without authentication. Detection would involve identifying network traffic or requests targeting this unauthenticated SOAP endpoint.

To detect potential exploitation attempts or presence of this vulnerability on your network, you can monitor for unauthenticated SOAP requests referencing workspace identifiers to the Altium 365 SearchService.

Specific commands are not provided in the available information. However, general network monitoring tools like tcpdump or Wireshark can be used to capture and analyze SOAP requests to the Altium 365 service endpoints.

  • Use tcpdump to capture traffic on the relevant network interface filtering for SOAP or HTTP traffic to Altium 365 endpoints, e.g.: tcpdump -i <interface> -A port 80 or port 443
  • Use curl or similar tools to manually test the legacy SOAP endpoint by sending requests without authentication to check if access is granted.
  • Review logs of Altium 365 SearchService for unauthenticated access attempts or unusual search index operations.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9152. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart