Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, upload_attachment accepts absolute paths and traversal sequences without constraining the resolved path to the server workspace. An MCP caller with attachment access can read a chosen server-local file and exfiltrate it through Jira or Confluence. The advisory traces the vulnerable input and processing flow through upload_attachment, file_path, and path traversal, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Published: 2026-09-22
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: Remote File Read
Action: Apply Patch
AI Analysis

Impact

Upload_attachment on MCP Atlassian can be supplied with absolute paths and traversal components, allowing a caller who has attachment upload permission to read any file located on the server’s filesystem. The data can then be exfiltrated back through the normal Jira or Confluence channels, resulting in a confidentiality breach. The weakness is a classic directory traversal flaw described by CWE‑22.

Affected Systems

Version <0.22.0 of the MCP Atlassian server, distributed by sooperset, is vulnerable. Deployments that interface with Atlassian Confluence or Jira and expose attachment upload functionality are affected. Users who hold the ability to upload attachments can trigger the flaw.

Risk and Exploitability

The vulnerability has a CVSS score of 6.5, indicating moderate severity. EPSS data is not available, and it is not listed in CISA’s KEV catalog. Exploitation requires authenticated attachment‑upload privileges; there is no indication of a publicly exploitable attack vector. Nevertheless, an attacker who can gain upload access could read arbitrary files and exfiltrate them.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MCP Atlassian to version 0.22.0 or later, which removes the unchecked path traversal in upload_attachment.
  • Limit attachment upload rights to trusted, authenticated roles and verify role‑based access controls in Jira and Confluence.
  • Enable audit logging for file read requests on the MCP server and review logs for anomalous path traversal attempts.

Generated by OpenCVE AI on September 22, 2026 at 19:24 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, upload_attachment accepts absolute paths and traversal sequences without constraining the resolved path to the server workspace. An MCP caller with attachment access can read a chosen server-local file and exfiltrate it through Jira or Confluence. The advisory traces the vulnerable input and processing flow through upload_attachment, file_path, and path traversal, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Path traversal in upload_attachment allows arbitrary file read and exfiltration via MCP tool call
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T19:06:52.718Z

Reserved: 2026-08-20T19:14:21.330Z

Link: CVE-2026-77266

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77266

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

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