Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, the streamable HTTP transport accepts requests without a user identity and falls back to operator credentials, while upload_attachment accepts an unrestricted file_path. An unauthenticated network caller can read files available to the MCP process, upload them to an attacker-selected Jira issue or Confluence page, and retrieve the contents. The advisory traces the vulnerable input and processing flow through streamable-http, UserTokenMiddleware, upload_attachment, file_path, and _get_fetcher, 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.6 High
EPSS: n/a
KEV: No
Impact: Confidentiality Compromise (Arbitrary File Read)
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the MCP Atlassian server, where unauthenticated calls to the streamable HTTP transport bypass user identity checks and the upload_attachment endpoint accepts an unrestricted file_path parameter. This combination allows an attacker to read any file accessible to the MCP process, upload the contents to a Jira issue or Confluence page, and later retrieve the file through the interface. The flaw results in confidentiality compromise, enabling disclosure of sensitive data stored on the server.

Affected Systems

Affected users run the sooperset:mcp-atlassian product on Atlassian Confluence or Jira environments with a version earlier than 0.22.0. The advisory specifically mentions that the issue is fixed in release v0.22.0, so any installation that has not yet been upgraded is vulnerable.

Risk and Exploitability

The CVSS score of 8.6 indicates a high severity vulnerability. No EPSS score is reported, so the exploitation probability cannot be quantified at this time, but the flaw can be used by an unauthenticated network caller to access arbitrary files. The vulnerability is not listed in the CISA KEV catalog, and no public exploits are currently known. Nonetheless, because the attack can be performed over the network without authentication, the risk remains significant for environments using the vulnerable version.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade sooperset:mcp-atlassian to version 0.22.0 or newer to apply the vendor fix that removes the missing authentication and restricts file_path handling.
  • Configure the MCP server so that all requests to the streamable HTTP transport and upload_attachment require a valid authenticated user, preventing unauthenticated file reads and uploads.
  • Restrict network access to the MCP service by using firewall rules, VPN, or network segmentation so that only trusted hosts can reach the endpoints, reducing exposure to unauthenticated attackers.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cc5h-2pwp-pvcc MCP Atlassian: Unauthenticated arbitrary local file read via upload_attachment file_path, chained with missing auth on streamable-http transport
History

Tue, 22 Sep 2026 21: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 19:00: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 streamable HTTP transport accepts requests without a user identity and falls back to operator credentials, while upload_attachment accepts an unrestricted file_path. An unauthenticated network caller can read files available to the MCP process, upload them to an attacker-selected Jira issue or Confluence page, and retrieve the contents. The advisory traces the vulnerable input and processing flow through streamable-http, UserTokenMiddleware, upload_attachment, file_path, and _get_fetcher, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Unauthenticated arbitrary local file read via upload_attachment file_path, chained with missing auth on streamable-http transport
Weaknesses CWE-22
CWE-306
References
Metrics cvssV3_1

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


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

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

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

Link: CVE-2026-77248

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77248

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T21:30:19Z

Weaknesses
  • CWE-22

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

  • CWE-306

    Missing Authentication for Critical Function