CVE-2026-27826
Server-Side Request Forgery in MCP Atlassian Enables Credential Theft
Publication date: 2026-03-10
Last updated on: 2026-04-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sooperset | mcp_atlassian | to 0.17.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects MCP Atlassian, a Model Context Protocol server used for Atlassian products like Confluence and Jira. Before version 0.17.0, an unauthenticated attacker who can access the mcp-atlassian HTTP endpoint can force the server to make outbound HTTP requests to any attacker-controlled URL by supplying two custom HTTP headers without needing an Authorization header.
The issue lies in the HTTP middleware and dependency injection layer, not in the MCP tool handlers, making it difficult to detect through tool-level code analysis.
How can this vulnerability impact me? :
This vulnerability can have serious impacts depending on the deployment environment.
- In cloud deployments, it could allow attackers to steal IAM role credentials by accessing the instance metadata endpoint.
- In any HTTP deployment, it enables attackers to perform internal network reconnaissance and inject attacker-controlled content into large language model (LLM) tool results.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
Upgrade the MCP Atlassian server to version 0.17.0 or later, as this version fixes the vulnerability.