---
id: CVE-2026-73498
title: >-
  MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products
  (Confluence and Jira)
summary: >-
  MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products
  (Confluence and Jira). Prior to 0.22.0, confluence_upload_attachment passes
  its client-supplied file_path directly to open(file_path, "rb") in
  src/mcp_atlassia…
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-22
vendor: mcp-atlassian
product: mcp-atlassian
affected:
  - mcp-atlassian < 0.22.0
patched:
  - mcp-atlassian 0.22.0
published: '2026-08-12'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73498'
references:
  - url: >-
      https://github.com/sooperset/mcp-atlassian/commit/b041733473f95119dd539542a43c280737a8e460
    label: security-advisories@github.com
  - url: 'https://github.com/sooperset/mcp-atlassian/pull/1448'
    label: security-advisories@github.com
  - url: 'https://github.com/sooperset/mcp-atlassian/releases/tag/v0.22.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/sooperset/mcp-atlassian/security/advisories/GHSA-g5r6-gv6m-f5jv
    label: security-advisories@github.com
  - url: >-
      https://github.com/sooperset/mcp-atlassian/security/advisories/GHSA-g5r6-gv6m-f5jv
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/sooperset/mcp-atlassian'
tags:
  - nvd
  - osv
  - pip
epss: 0.00403
epssPercentile: 0.34309
aliases:
  - GHSA-g5r6-gv6m-f5jv
  - PYSEC-2026-3683
ecosystem: pip
ingestedAt: '2026-08-13T19:18:20.615Z'
---

## Overview

MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, confluence_upload_attachment passes its client-supplied file_path directly to open(file_path, "rb") in src/mcp_atlassian/confluence/attachments.py through _upload_attachment_direct() without calling validate_safe_path. An authenticated MCP client can read any file accessible to the server process and exfiltrate it to Confluence as an attachment. If an AI agent can be induced to call the tool through untrusted content, the same flaw can disclose server environment variables such as CONFLUENCE_API_TOKEN and other credentials. This issue is fixed in version 0.22.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-73498)

Affected packages:

- `mcp-atlassian < 0.22.0`

Patched in:

- `mcp-atlassian 0.22.0`

Source: https://osv.dev/vulnerability/GHSA-g5r6-gv6m-f5jv
