Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, Jira and Confluence attachment upload tools accept arbitrary local filesystem paths and send the selected bytes to Atlassian. In HTTP or multi-user deployments, a caller can cross the client-to-server filesystem boundary and disclose configuration, credentials, mounted secrets, or other files readable by the MCP process. The advisory traces the vulnerable input and processing flow through jira_upload_attachment, confluence_upload_attachment, file_path, and server-local filesystem, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Published: 2026-09-22
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Confidential data disclosure
Action: Patch
AI Analysis

Impact

The MCP Atlassian server for Atlassian products allows the attachment upload APIs in Jira and Confluence to accept arbitrary local filesystem paths. When an attacker supplies such a path, the server reads the specified bytes from the local file system and sends them back to the client. This data exposure enables the attacker to read configuration files, credentials, or other sensitive data that the MCP process can access. The flaw is a classic path traversal read, classified as CWE‑22, leading to a confidentiality breach.

Affected Systems

Affected systems are installations of the sooperset MCP Atlassian server with a version earlier than 0.22.0. The flaw exists in the Jira and Confluence attachment upload paths that invoke the internal functions Jira_upload_attachment, Confluence_upload_attachment and the file_path handling code. Any system that hosts the MCP server and exposes the attachment upload endpoints is vulnerable; versions 0.22.0 and later contain the fix.

Risk and Exploitability

The CVSS score of 7.1 indicates a medium‑to‑high impact. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote exploitation via forged HTTP requests to the upload endpoints, which can be accessed by users with legitimate or compromised credentials. If an attacker can reach the MCP server, they can read any file readable by the server process, potentially exposing sensitive credentials or configuration. No known public exploits are documented.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the MCP Atlassian server to version 0.22.0 or newer.
  • Restrict access to the Jira and Confluence attachment upload endpoints to authorized users or trusted IP ranges.
  • If the attachment upload feature is not required, disable or remove the upload endpoints from the MCP server configuration.
  • Enable logging of all file read operations and monitor logs for anomalous access patterns.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-vc25-24vv-fxxm MCP Atlassian: Jira and Confluence attachment upload tools can read arbitrary server-local files
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 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 18:30: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 attachment upload tools accept arbitrary local filesystem paths and send the selected bytes to Atlassian. In HTTP or multi-user deployments, a caller can cross the client-to-server filesystem boundary and disclose configuration, credentials, mounted secrets, or other files readable by the MCP process. The advisory traces the vulnerable input and processing flow through jira_upload_attachment, confluence_upload_attachment, file_path, and server-local filesystem, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Jira and Confluence attachment upload tools can read arbitrary server-local files
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T18:49:49.816Z

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

Link: CVE-2026-77253

cve-icon Vulnrichment

Updated: 2026-09-22T18:49:43.704Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77253

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')