Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27826

CVE-2026-27826: MCP Atlassian SSRF Vulnerability

CVE-2026-27826 is a server-side request forgery flaw in MCP Atlassian that allows unauthenticated attackers to force outbound HTTP requests to arbitrary URLs. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-27826 Overview

CVE-2026-27826 is a Server-Side Request Forgery (SSRF) vulnerability in MCP Atlassian, a Model Context Protocol (MCP) server for Atlassian products including Confluence and Jira. Prior to version 0.17.0, an unauthenticated attacker who can reach the mcp-atlassian HTTP endpoint can force the server process to make outbound HTTP requests to an arbitrary attacker-controlled URL by supplying two custom HTTP headers without an Authorization header.

The vulnerability exists in the HTTP middleware and dependency injection layer — not in any MCP tool handler — making it invisible to tool-level code analysis. This architectural placement means traditional security reviews focused on tool handlers would miss this vulnerability entirely.

Critical Impact

In cloud deployments, this SSRF vulnerability could enable theft of IAM role credentials via the instance metadata endpoint (169.254.169.254). In any HTTP deployment, it enables internal network reconnaissance and injection of attacker-controlled content into LLM tool results.

Affected Products

  • MCP Atlassian versions prior to 0.17.0
  • Confluence integrations using vulnerable MCP Atlassian server
  • Jira integrations using vulnerable MCP Atlassian server

Discovery Timeline

  • 2026-03-10 - CVE-2026-27826 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-27826

Vulnerability Analysis

This SSRF vulnerability (CWE-918) allows unauthenticated attackers to abuse the MCP Atlassian server as a proxy to reach internal network resources and cloud metadata services. The vulnerability is particularly dangerous because it resides in the HTTP middleware and dependency injection layer rather than in MCP tool handlers, making it invisible to standard tool-level code analysis and security reviews.

The attack does not require any authentication. An attacker simply needs network access to the mcp-atlassian HTTP endpoint and the ability to craft HTTP requests with specific custom headers. The Changed scope in the vulnerability assessment indicates that exploitation can impact resources beyond the vulnerable component itself — specifically, internal network services and cloud infrastructure metadata endpoints.

In cloud environments (AWS, GCP, Azure), attackers can target the instance metadata service at 169.254.169.254 to steal IAM role credentials, potentially leading to full cloud account compromise. In on-premises or hybrid deployments, the vulnerability enables reconnaissance of internal network topology and services that should not be accessible from external networks.

Root Cause

The root cause is insufficient validation of URLs provided via the X-Atlassian-Jira-Url and X-Atlassian-Confluence-Url HTTP headers when no Authorization header is present. The middleware accepts arbitrary URLs from these headers and uses them for outbound HTTP requests without verifying they point to legitimate Atlassian instances or restricting them to an allowlist of approved domains.

Attack Vector

The attack requires adjacent network access to the mcp-atlassian HTTP endpoint. An attacker crafts HTTP requests containing malicious X-Atlassian-Jira-Url or X-Atlassian-Confluence-Url headers pointing to attacker-controlled servers or sensitive internal endpoints. By omitting the Authorization header, the attacker triggers a code path where these header values are processed without adequate security checks, causing the server to make outbound requests to the specified URLs.

The security patch introduces domain allowlisting via the MCP_ALLOWED_URL_DOMAINS configuration option:

text
#CONFLUENCE_SOCKS_PROXY=socks5://confluence-proxy.example.com:1080
 #CONFLUENCE_NO_PROXY=localhost,127.0.0.1,.internal.confluence.com
 
+# --- SSRF Protection (Advanced) ---
+# Optional: Comma-separated list of allowed URL domains for header-based authentication.
+# When set, only URLs matching these domains (exact or subdomain) are accepted
+# from X-Atlassian-Jira-Url and X-Atlassian-Confluence-Url headers.
+# Example: MCP_ALLOWED_URL_DOMAINS=atlassian.net,jira.example.com
+#MCP_ALLOWED_URL_DOMAINS=
+
 # --- Custom HTTP Headers (Advanced) ---
 # Jira-specific custom headers.
 #JIRA_CUSTOM_HEADERS=X-Jira-Service=mcp-integration,X-Custom-Auth=jira-token,X-Forwarded-User=service-account

Source: GitHub Commit Changes

Detection Methods for CVE-2026-27826

Indicators of Compromise

  • Outbound HTTP requests from the MCP Atlassian server to unusual destinations, particularly the cloud metadata endpoint 169.254.169.254
  • HTTP requests to the MCP Atlassian endpoint containing X-Atlassian-Jira-Url or X-Atlassian-Confluence-Url headers without an Authorization header
  • Unexpected internal network scanning activity originating from the MCP Atlassian server process
  • Requests with header values pointing to non-Atlassian domains or internal IP addresses

Detection Strategies

  • Monitor network traffic from MCP Atlassian servers for connections to the instance metadata service (169.254.169.254)
  • Implement web application firewall (WAF) rules to flag or block requests with X-Atlassian-*-Url headers containing internal IP addresses or non-Atlassian domains
  • Review HTTP access logs for requests lacking Authorization headers but containing custom URL headers
  • Deploy network segmentation monitoring to detect MCP Atlassian servers attempting to reach internal services they should not access

Monitoring Recommendations

  • Enable detailed logging on the MCP Atlassian server to capture all header values in incoming requests
  • Configure cloud provider metadata service protections (IMDSv2 on AWS) to require session tokens for metadata access
  • Set up alerts for outbound connections from the MCP Atlassian server to private IP ranges (RFC 1918) or link-local addresses
  • Implement egress filtering to restrict which destinations the MCP Atlassian server can reach

How to Mitigate CVE-2026-27826

Immediate Actions Required

  • Upgrade MCP Atlassian to version 0.17.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to the mcp-atlassian HTTP endpoint to trusted sources only
  • Configure the MCP_ALLOWED_URL_DOMAINS environment variable to restrict accepted URL domains
  • Review logs for any evidence of exploitation attempts or suspicious header values

Patch Information

The vulnerability is fixed in MCP Atlassian version 0.17.0. The fix adds SSRF protection through URL domain validation for header-based authentication. The security patch is available via the GitHub commit. Additional details are available in the GitHub Security Advisory GHSA-7r34-79r5-rcc9.

Workarounds

  • Implement network-level restrictions to limit access to the MCP Atlassian HTTP endpoint to trusted clients only
  • Deploy a reverse proxy or WAF in front of the MCP Atlassian server to validate and filter incoming headers
  • Block outbound traffic from the MCP Atlassian server to the cloud metadata endpoint (169.254.169.254)
  • Use network segmentation to prevent the MCP Atlassian server from reaching sensitive internal services
bash
# Configuration example - Set allowed URL domains for SSRF protection
export MCP_ALLOWED_URL_DOMAINS=atlassian.net,jira.yourcompany.com,confluence.yourcompany.com

# Block metadata endpoint access via iptables (Linux)
iptables -A OUTPUT -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechAtlassian

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-7r34-79r5-rcc9
  • Related CVEs
  • CVE-2021-43947: Atlassian Data Center RCE Vulnerability

  • CVE-2020-36287: Atlassian Jira Information Disclosure Flaw

  • CVE-2020-29453: Atlassian Jira Path Traversal Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English