Impact
MCP Atlassian, a Model Context Protocol server for Atlassian products, contains a flaw in the JIRA update_issue attachment handling that allows a caller to supply a path that is translated into a local file system location without proper workspace validation. As a result, an attacker can cause the MCP server to read any file on the host and attach its contents to a JIRA issue, effectively exfiltrating confidential data. The vulnerability is a classic confused‑deputy scenario (CWE‑441) in which the server performs an action it is allowed to do but with untrusted arguments, leading to a loss of confidentiality. No impact on integrity or availability is described.
Affected Systems
The vulnerability affects the sooperset mcp-atlassian product, specifically all releases prior to version 0.22.0. Users running 0.21.x or earlier are susceptible; the issue is fixed in 0.22.0.
Risk and Exploitability
The flaw carries a CVSS score of 8.6, indicating high severity, and it is not currently listed in the CISA KEV catalog. The EPSS score is not available, but the description suggests that exploitation requires a valid remote call to the MCP server; therefore the attack vector is remote. An attacker with network access to the MCP server can construct a malicious attachments payload that points to a local file and trigger the read and upload process, thereby exfiltrating data with no additional privileges.
OpenCVE Enrichment
Github GHSA