Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, requests to the HTTP MCP endpoint without a per-user identity are allowed to reach tool handlers, which then use globally configured Jira or Confluence credentials. A network caller can perform operations with the operator account's permissions unless the deployment has an independent authentication boundary. The advisory traces the vulnerable input and processing flow through streamable-http, UserTokenMiddleware, _get_fetcher, and global credentials, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Published: 2026-09-22
Score: 9.1 Critical
EPSS: n/a
KEV: No
Impact: Unauthorized privileged operations via unauthenticated HTTP requests
Action: Immediate Patch
AI Analysis

Impact

The vulnerability permits any network caller to send HTTP MCP requests without a user identity. These requests are processed by tool handlers that utilize a globally configured Jira or Confluence credential, allowing the attacker to perform any action authorized for the operator account, such as reading, modifying, or deleting data. This scenario represents a privilege‑escalation risk.

Affected Systems

The issue affects deployments of the MCP Atlassian server provided by Sooperset, version 0.21.x and earlier. The product is a Model Context Protocol server that exposes an HTTP endpoint for interacting with Confluence and Jira. No other vendors are listed, so the scope is limited to this specific Sooperset product.

Risk and Exploitability

The CVSS score of 9.1 signals a high severity. While the EPSS score is not available, the lack of a KEV listing does not negate the exploitation potential. The attacker can exploit the path remotely from any network location that can reach the MCP endpoint by sending unauthenticated HTTP requests; this is inferred from the description of the vulnerability. After patching, the path is closed, but until then the vulnerability remains fully exploitable for unauthenticated users.

Generated by OpenCVE AI on September 22, 2026 at 20:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MCP Atlassian server to version 0.22.0 or newer, which eliminates the ability for unauthenticated requests to use the global Atlassian credentials.
  • Ensure that the MCP endpoint is protected by an independent authentication boundary, for example by restricting access to authorized users through a VPN or firewall.
  • Revoke or rotate any global Jira or Confluence credentials that are not strictly necessary, reducing the potential impact of a compromise.
  • Verify that no other HTTP endpoints expose unauthenticated operations and enforce strict request validation in the MCP configuration.

Generated by OpenCVE AI on September 22, 2026 at 20:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 20:15: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:30: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, requests to the HTTP MCP endpoint without a per-user identity are allowed to reach tool handlers, which then use globally configured Jira or Confluence credentials. A network caller can perform operations with the operator account's permissions unless the deployment has an independent authentication boundary. The advisory traces the vulnerable input and processing flow through streamable-http, UserTokenMiddleware, _get_fetcher, and global credentials, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Unauthenticated HTTP MCP requests can use globally configured Jira and Confluence credentials
Weaknesses CWE-306
References
Metrics cvssV3_1

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


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T19:04:36.353Z

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

Link: CVE-2026-77254

cve-icon Vulnrichment

Updated: 2026-09-22T19:04:33.550Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77254

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T20:15:09Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function