Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, the Confluence and Jira upload_attachment implementations accept an unconstrained file_path and open the referenced server-local file. A permitted MCP caller can upload sensitive host files to an Atlassian destination and then retrieve their contents. The advisory traces the vulnerable input and processing flow through upload_attachment, file_path, and CVE-2026-27825, 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: Unauthorized read of host files leading to confidential information disclosure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises from an unconstrained file_path parameter in the MCP upload_attachment endpoint used by Confluence and Jira. A permitted MCP caller can specify any local file path, and the server opens and reads that file without validating the path. The attacker can therefore retrieve sensitive system files such as configuration files, passwords, or other confidential data that reside on the host machine. This results in a confidentiality breach and may allow the attacker to gain further insight into the system or use the information for escalation.

Affected Systems

The impacted product is the MCP Atlassian server, a Model Context Protocol implementation for Atlassian Confluence and Jira produced by Sooperset. Versions prior to 0.22.0 contain the flaw. The bug is fixed in release 0.22.0, and all newer versions should be considered secure.

Risk and Exploitability

The CVSS score of 8.3 indicates a high severity vulnerability. EPSS data is not available, so the likelihood of exploitation is uncertain but could be high if an attacker can obtain an authorized MCP client. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to involve a permitted MCP caller sending a crafted file_path string; the server unconditionally opens the file, enabling local file disclosure. The flaw does not allow arbitrary code execution or remote code execution but does expose sensitive data, posing a significant risk especially in environments where MCP clients are trusted but potentially compromised.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MCP Atlassian to version 0.22.0 or later to apply the official fix
  • Restrict and audit the set of MCP callers allowed to interact with the server, ensuring only trusted, authorized clients remain enabled
  • Apply network segmentation or firewall rules to limit access to the MCP service to known, internal hosts, reducing the attack surface
  • If an upgrade cannot be applied immediately, disable or remove the upload_attachment endpoint or implement temporary input validation to block non‑existent or restricted file paths

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 20:15: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:15: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, the Confluence and Jira upload_attachment implementations accept an unconstrained file_path and open the referenced server-local file. A permitted MCP caller can upload sensitive host files to an Atlassian destination and then retrieve their contents. The advisory traces the vulnerable input and processing flow through upload_attachment, file_path, and CVE-2026-27825, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Arbitrary local file READ via unconstrained file_path in upload_attachment (Confluence + Jira)
Weaknesses CWE-22
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-22T18:03:03.077Z

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

Link: CVE-2026-77260

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T18:17:18.347

Modified: 2026-09-22T18:17:18.347

Link: CVE-2026-77260

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T20:00:11Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')