AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73498

HIGH · CVSS 7.7 EPSS 0.33% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated MCP clients to exploit the confluence_upload_attachment function, enabling them to read and exfiltrate any file accessible to the server process, including sensitive server environment variables and credentials. This poses a significant risk to organizations using affected versions of the MCP server for Confluence and Jira, particularly if untrusted content can trigger the flaw. Organizations should prioritize patching to version 0.22.0 or later to mitigate potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73498
Severity
HIGH
CVSS
7.7
EPSS
0.33%

Original NVD Description

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.