<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:sooperset:mcp-Atlassian:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3asoopersetmcp-atlassian/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 23 Sep 2026 01:57:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3asoopersetmcp-atlassian/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SSRF Protection Bypass in mcp-atlassian</title><link>https://feed.craftedsignal.io/briefs/2026-09-mcp-atlassian-ssrf/</link><pubDate>Wed, 23 Sep 2026 01:57:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-mcp-atlassian-ssrf/</guid><description>The mcp-atlassian library is vulnerable to an SSRF bypass (CVE-2026-77274) due to a URL parsing discrepancy between the security validator and the HTTP client, allowing attackers to access internal or loopback services.</description><content:encoded><![CDATA[<p>The mcp-atlassian library (prior to version 0.22.0) contains a vulnerability in the <code>validate_url_for_ssrf()</code> function that allows for Server-Side Request Forgery (SSRF). The issue stems from a URL parser mismatch between Python's <code>urllib.parse.urlparse()</code>, used for validation, and the downstream <code>requests.Session</code> client used to execute requests. By crafting a URL containing a backslash preceding a domain-like string (e.g., <code>http://127.0.0.1:6666\@www.baidu.com</code>), an attacker can cause the security validator to evaluate a public domain while the underlying HTTP client resolves the internal host. This vulnerability allows an attacker to bypass SSRF protections and interact with internal-only services or the loopback interface, potentially leading to unauthorized data access or service exploitation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies an endpoint accepting <code>X-Atlassian-Jira-Url</code> or <code>X-Atlassian-Confluence-Url</code> headers.</li>
<li>Attacker crafts a malicious URL containing a backslash to exploit parsing differences between <code>urllib</code> and <code>requests</code>.</li>
<li>Attacker initiates an MCP session with the target application via a <code>POST /mcp</code> request, injecting the malicious URL header.</li>
<li>The <code>validate_url_for_ssrf()</code> function executes, parsing the input and validating the public domain instead of the intended target.</li>
<li>The library's <code>requests.Session</code> object receives the URL and interprets it as a connection to the restricted internal or loopback address.</li>
<li>The server performs an outbound request to the sensitive internal host.</li>
<li>Attacker receives interaction or response data from the internal service through the application's response handling.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-77274 allows an attacker to bypass intended network access controls, potentially accessing sensitive internal metadata services, administrative interfaces, or local network resources that are otherwise unreachable from the internet. This poses a high risk to environments where the <code>mcp-atlassian</code> library is used to integrate with Jira or Confluence, as it breaks the isolation layer intended to protect internal service infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the upgrade of the <code>mcp-atlassian</code> package to version 0.22.0 or later to include the patch for CVE-2026-77274. In environments where patching is delayed, implement strict allowlisting of permissible destination hosts within your proxy or egress firewall rules. Use the log sources identified below to hunt for anomalous <code>X-Atlassian-Jira-Url</code> or <code>X-Atlassian-Confluence-Url</code> header values that contain backslashes or suspicious loopback IP address formats.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>application-vulnerability</category><category>lfd</category><category>mcp</category><category>atlassian</category><category>confluence</category><category>jira</category><category>cve-2026-77257</category></item></channel></rss>