CVE-2026-7315
Path Traversal in eiceblue spire-pdf-mcp-server PDF Handler
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-pdf-mcp-server | 0.1.1 |
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 is a flaw in the eiceblue spire-pdf-mcp-server version 0.1.1, specifically in the get_pdf_path function of the PDF File Handler component. It allows an attacker to manipulate the filepath argument to perform a path traversal attack. This means an attacker can potentially access files outside the intended directory by crafting a malicious filepath.
The attack can be launched remotely, and an exploit for this vulnerability has already been published.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to access sensitive files on the server that are outside the intended directory. This can lead to unauthorized disclosure of information (confidentiality impact), modification of files (integrity impact), and disruption of service (availability impact).
Since the attack can be performed remotely without any privileges or user interaction, it poses a significant security risk.