Description
MCP Atlassian is a Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Prior to 0.22.0, validate_url_for_ssrf checks a hostname's resolved addresses, but Requests and urllib3 resolve the hostname again when connecting. A caller can use a short-lived DNS answer that is public during validation and private during connection, preserving unauthenticated access to internal or metadata endpoints despite the earlier CVE-2026-27826 remediation. The advisory traces the vulnerable input and processing flow through validate_url_for_ssrf, _check_dns_resolution, socket.getaddrinfo, and _make_ssrf_safe_hook, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Published: 2026-09-22
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: SSRF Bypass via DNS Rebinding
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises from an incomplete defense against DNS rebinding in the MCP Atlassian validation logic. During URL formulation, the server resolves a hostname to IP addresses, but when establishing the outbound connection, the DNS lookup is repeated using the Requests and urllib3 libraries. An attacker can supply a hostname that resolves to a public IP during validation but to a private or internal IP at connection time. This allows the attacker to reach internal services or cloud metadata endpoints without authentication, effectively bypassing the previous SSRF mitigation. The weakness is rooted in improper handling of DNS responses, reflected in CWE‑367 and CWE‑918, and can undermine confidentiality, integrity, and availability of the server.

Affected Systems

The issue affects the sooperset MCP Atlassian server deployed to support Atlassian products such as Confluence and Jira. Versions prior to 0.22.0 are vulnerable. The fix is available in release 0.22.0, which corrects the validation path so that the hostname is resolved only once and no re-resolution occurs during the connection phase.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity on the vulnerability scoring system. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a DNS rebinding attack, where an attacker who can control the DNS records for a chosen hostname initiates a request from a legitimate client to the MCP Atlassian server. The attacker does not need privileged credentials locally; the vulnerability payload is delivered via the URL supplied to the service. Exploitation requires that the server be reachable from the attacker’s network and that the attacker can manipulate DNS responses for the chosen hostname while the client initiates the validation request.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the MCP Atlassian server to version 0.22.0 or later, which eliminates the double‑DNS resolution flaw.
  • Configure network segmentation and firewall rules to prevent the MCP Atlassian service from contacting internal infrastructure or metadata endpoints, reducing the impact if an attacker manages to reach the URL validation logic.
  • Enforce stricter SSRF controls by rejecting any external URL whose resolved IP lies outside an approved whitelist or by sandboxing outbound calls to non‑trusted destinations.
  • Monitor DNS and network traffic for unusually short‑lived or frequently changing AAAA/ A records that could indicate DNS rebinding attempts.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 18:15: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, validate_url_for_ssrf checks a hostname's resolved addresses, but Requests and urllib3 resolve the hostname again when connecting. A caller can use a short-lived DNS answer that is public during validation and private during connection, preserving unauthenticated access to internal or metadata endpoints despite the earlier CVE-2026-27826 remediation. The advisory traces the vulnerable input and processing flow through validate_url_for_ssrf, _check_dns_resolution, socket.getaddrinfo, and _make_ssrf_safe_hook, which identify the affected entry points, controls, and code paths. This issue is fixed in version 0.22.0.
Title MCP Atlassian: Incomplete fix for CVE-2026-27826: DNS rebinding bypasses SSRF validation (validated IP not pinned)
Weaknesses CWE-367
CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Sooperset Mcp-atlassian
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T18:49:13.059Z

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

Link: CVE-2026-77242

cve-icon Vulnrichment

Updated: 2026-09-22T18:49:05.395Z

cve-icon NVD

Status : Received

Published: 2026-09-22T18:17:16.430

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

Link: CVE-2026-77242

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T20:00:11Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition

  • CWE-918

    Server-Side Request Forgery (SSRF)