Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, Jira and Confluence upload tools interpret caller-controlled path arguments on the MCP server and open those files before sending them as attachments. In remote or multi-user deployments, a permitted client can disclose host files without shell or direct filesystem access. The advisory traces the vulnerable input and processing flow through AttachmentsMixin.upload_attachment, AttachmentsMixin.upload_attachments, file_path, file_paths, and jira update_issue, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Published: 2026-09-22
Score: 8.3 High
EPSS: n/a
KEV: No
Impact: Remote information disclosure of arbitrary local files
Action: Apply Patch
AI Analysis

Impact

The MCP Atlassian server interprets user‑controlled file_path arguments without validating them. A malicious client can supply a path that points to any file on the host and cause the server to read that file, then package it as an attachment to be served back to the client in Confluence or Jira. The flaw permits remote read of server files, exposing confidential data and potentially giving an attacker insight into the underlying infrastructure. This vulnerability is classified under CWE‑73, indicating a path traversal or unrestricted file read flaw.

Affected Systems

Affected systems include any deployment of the MCP Atlassian server (Confluence and Jira integration) running a version prior to 0.22.0. The short‑description indicates that the vulnerability exists in the upload tools of Confluence and Jira via the MCP server. All clients that have permission to upload attachments on the MCP server are susceptible. The specific product is sooperset:MCP Atlassian, with the version range of anything less than 0.22.0.

Risk and Exploitability

The CVSS score of 8.3 places this issue in the high severity range. EPSS is not available, so the exact exploitation probability is unknown, but the lack of known public exploits and absence from the CISA KEV list suggest the risk is lower than similar high‑severity flaws that are actively exploited. However, because the flaw allows the reading of arbitrary files, any user who can reach the MCP server can potentially gain access to sensitive data. The attack vector appears to be from an authenticated or otherwise authorized user within the network or the same client that can issue upload requests, rather than a publicly exposed HTTP endpoint. Administrators should treat this as a high‑risk door that could enable attackers to exfiltrate host information.

Generated by OpenCVE AI on September 22, 2026 at 19:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MCP Atlassian to version 0.22.0 or later, where file_path validation has been added.
  • Restrict the MCP server’s upload endpoints to trusted clients only, for example by limiting network access or requiring authentication.
  • Monitor upload logs for suspicious file_path parameters and audit any attachments added through the MCP server.

Generated by OpenCVE AI on September 22, 2026 at 19:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Sooperset
Sooperset mcp-atlassian
Vendors & Products Sooperset
Sooperset mcp-atlassian

Tue, 22 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Description MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, Jira and Confluence upload tools interpret caller-controlled path arguments on the MCP server and open those files before sending them as attachments. In remote or multi-user deployments, a permitted client can disclose host files without shell or direct filesystem access. The advisory traces the vulnerable input and processing flow through AttachmentsMixin.upload_attachment, AttachmentsMixin.upload_attachments, file_path, file_paths, and jira update_issue, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Arbitrary server-local file upload to Jira/Confluence attachments via unrestricted file_path parameters
Weaknesses CWE-73
References
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T19:02:33.359Z

Reserved: 2026-08-20T19:02:23.416Z

Link: CVE-2026-77247

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T19:16:48.877

Modified: 2026-09-22T19:16:48.877

Link: CVE-2026-77247

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T19:30:14Z

Weaknesses
  • CWE-73

    External Control of File Name or Path