Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, the remediation for CVE-2026-27825 protects download destinations but does not constrain source paths used by attachment uploads. A caller can provide an absolute or traversal file_path and cause the server to upload the selected local file. 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: 6.5 Medium
EPSS: n/a
KEV: No
Impact: Arbitrary file read via path traversal during attachment upload
Action: Patch Now
AI Analysis

Impact

MCP Atlassian, a server component used with Atlassian Confluence and Jira, contains a path traversal flaw in the upload_attachment endpoint that allows an attacker to supply a file_path that refers to any file on the host file system. By crafting an absolute or relative path with traversal sequences, a malicious caller can cause the server to read and return the contents of that file, resulting in confidential data disclosure. The weakness is a classic file path injection (CWE-22) and demonstrates a lack of proper input validation for file paths used during upload operations.

Affected Systems

All installations of SooperSet MCP Atlassian older than version 0.22.0 are vulnerable. The flaw affects the core upload_attachment functionality and its handling of the file_path parameter, regardless of the specific Atlassian product it serves. Any deployment that uses the unpatched MCP Atlassian component is at risk.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity vulnerability. No EPSS score is currently reported, so the likelihood of exploitation cannot be quantified from available data. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Based on the description, the attack vector is likely an unauthenticated or authenticated request to the upload_attachment endpoint; however, the precise authentication requirements are not specified in the input and are therefore inferred. Once an attacker can submit a malicious upload request, the flaw can be exploited to read arbitrary files on the server without any additional steps. The issue is rectified in MCP Atlassian version 0.22.0, which limits upload file paths to a safe directory.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SooperSet MCP Atlassian to version 0.22.0 or later
  • If upgrade is not immediately possible, modify the upload_attachment handler to reject any file_path containing absolute paths or traversal sequences
  • Restrict the upload destination to a dedicated, non-system directory and enforce strict permission checks on that directory

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, the remediation for CVE-2026-27825 protects download destinations but does not constrain source paths used by attachment uploads. A caller can provide an absolute or traversal file_path and cause the server to upload the selected local file. 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: Path traversal in upload_attachment allows arbitrary file read (incomplete fix for CVE-2026-27825)
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-22T18:32:14.168Z

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

Link: CVE-2026-77269

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77269

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