The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2021-26086

CVE-2021-26086: Jira Data Center Path Traversal Flaw

CVE-2021-26086 is a path traversal vulnerability in Atlassian Jira Data Center that allows remote attackers to read sensitive files. This article covers technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2021-26086 Overview

CVE-2021-26086 is a path traversal vulnerability affecting Atlassian Jira Server and Data Center that allows remote attackers to read particular files via a path traversal attack against the /WEB-INF/web.xml endpoint. This vulnerability enables unauthenticated attackers to access sensitive configuration files and potentially extract critical information from vulnerable Jira instances.

The vulnerability exists in the way Jira handles requests to certain endpoints, allowing attackers to traverse directory paths and read files outside the intended web root. The /WEB-INF/web.xml file is particularly sensitive as it contains application configuration details, servlet mappings, and potentially security-sensitive information.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Unauthenticated attackers can read sensitive configuration files from vulnerable Jira instances, potentially exposing credentials, API keys, and internal application structure.

Affected Products

  • Atlassian Jira Server versions before 8.5.14
  • Atlassian Jira Server and Data Center versions from 8.6.0 before 8.13.6
  • Atlassian Jira Server and Data Center versions from 8.14.0 before 8.16.1

Discovery Timeline

  • 2021-08-16 - CVE-2021-26086 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2021-26086

Vulnerability Analysis

This path traversal vulnerability (CWE-22) allows remote attackers to bypass directory access restrictions and read arbitrary files from the Jira server. The flaw exists in how the application processes URL paths, failing to properly sanitize directory traversal sequences before serving file content.

The vulnerability is particularly dangerous because it requires no authentication, allowing any network-connected attacker to exploit vulnerable instances. The /WEB-INF/web.xml file targeted by this attack contains deployment descriptors that define the structure and configuration of the web application, including servlet definitions, URL mappings, and potentially sensitive initialization parameters.

Successful exploitation could allow attackers to:

  • Read application configuration files containing database credentials
  • Access internal application structure and mapping information
  • Gather reconnaissance data for further attacks
  • Extract sensitive initialization parameters and security configurations

Root Cause

The root cause of this vulnerability is improper input validation in the URL path handling mechanism. The application fails to adequately sanitize path traversal sequences (such as ../ or encoded variants) in requests to certain endpoints, allowing attackers to escape the intended web directory and access files in other locations on the server filesystem.

This is a classic CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) vulnerability where the application does not properly neutralize special elements within the pathname before using it to identify a resource.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft HTTP requests containing path traversal sequences targeting the /WEB-INF/web.xml endpoint. The server processes these malicious requests without proper validation, returning the contents of files outside the intended directory.

The attack can be executed remotely against any publicly accessible Jira instance running a vulnerable version. Public exploit code is available via Packet Storm Security, making this vulnerability accessible to less sophisticated attackers.

The exploit typically involves sending crafted GET requests with encoded path traversal sequences to access the web.xml configuration file or other sensitive files on the server.

Detection Methods for CVE-2021-26086

Indicators of Compromise

  • Unusual HTTP requests containing path traversal sequences such as ../, ..%2f, or ..%252f targeting Jira endpoints
  • Requests to /WEB-INF/web.xml or similar protected paths from external IP addresses
  • Access logs showing successful retrieval of configuration files from unauthorized sources
  • Anomalous file access patterns in Jira server logs indicating directory traversal attempts

Detection Strategies

  • Monitor web server access logs for requests containing encoded directory traversal patterns
  • Implement web application firewall (WAF) rules to detect and block path traversal attempts
  • Deploy network-based intrusion detection systems (IDS) with signatures for CVE-2021-26086 exploitation
  • Review Jira access logs for unauthorized access to /WEB-INF/ directory contents
  • Utilize SentinelOne Singularity platform for real-time detection of file read exploitation attempts

Monitoring Recommendations

  • Enable verbose logging on Jira instances and forward logs to a centralized SIEM
  • Configure alerts for any successful access to web.xml or other configuration files
  • Monitor for reconnaissance activity targeting Jira endpoints from unknown sources
  • Implement file integrity monitoring on sensitive configuration files

How to Mitigate CVE-2021-26086

Immediate Actions Required

  • Identify all Atlassian Jira Server and Data Center instances in your environment
  • Verify the installed version against the affected version ranges
  • Prioritize patching internet-facing Jira instances immediately given active exploitation
  • Review access logs for evidence of prior exploitation attempts
  • Consider temporarily restricting network access to Jira instances until patching is complete

Patch Information

Atlassian has released security updates to address this vulnerability. Organizations should upgrade to one of the following fixed versions:

  • Jira Server and Data Center version 8.5.14 or later (for versions before 8.6.0)
  • Jira Server and Data Center version 8.13.6 or later (for versions 8.6.0 to 8.13.x)
  • Jira Server and Data Center version 8.16.1 or later (for versions 8.14.0 to 8.16.0)

Refer to the Atlassian Security Advisory JRASERVER-72695 for detailed patching instructions and download links.

Workarounds

  • Implement WAF rules to block requests containing path traversal sequences targeting Jira
  • Restrict network access to Jira instances using firewall rules, limiting exposure to trusted networks only
  • Deploy a reverse proxy with URL filtering capabilities to sanitize incoming requests
  • Monitor for exploitation attempts while planning upgrade activities
bash
# Example WAF rule to block path traversal attempts (ModSecurity format)
SecRule REQUEST_URI "@contains ../" "id:1001,phase:1,deny,status:403,msg:'Path Traversal Attempt Blocked'"
SecRule REQUEST_URI "@rx \.\.%2[fF]" "id:1002,phase:1,deny,status:403,msg:'Encoded Path Traversal Blocked'"
SecRule REQUEST_URI "@contains /WEB-INF/" "id:1003,phase:1,deny,status:403,msg:'WEB-INF Access Attempt Blocked'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechAtlassian Jira

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability94.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm File Read Exploit

  • CISA Known Exploit CVE-2021-26086
  • Vendor Resources
  • Atlassian Jira Issue JRASERVER-72695
  • Related CVEs
  • CVE-2025-22157: Jira Data Center Privilege Escalation Flaw

  • CVE-2024-21685: Jira Data Center Information Disclosure

  • CVE-2022-0540: Jira Data Center Auth Bypass Vulnerability

  • CVE-2021-26069: Atlassian Jira Information Disclosure
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