CVE-2026-7314
Path Traversal in eiceblue spire-doc-mcp-server Allows Remote Access
Publication date: 2026-04-28
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| eiceblue | spire-doc-mcp-server | 1.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the eiceblue spire-doc-mcp-server version 1.0.0, specifically in the function get_doc_path located in the file src/spire_doc_mcp/api/base.py.
The issue arises when the argument document_name is manipulated, allowing an attacker to perform a path traversal attack.
Path traversal means an attacker can access files and directories outside the intended scope by exploiting insufficient validation of the input.
This attack can be initiated remotely, and the exploit is publicly available.
How can this vulnerability impact me? :
The vulnerability allows an attacker to access unauthorized files on the server by manipulating the document_name argument.
This can lead to the disclosure of sensitive information, modification of files, or disruption of service.
Because the attack can be performed remotely without authentication, it poses a significant security risk.
The CVSS v3.1 score of 7.3 indicates a high severity impact on confidentiality, integrity, and availability.