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-2020-29453

CVE-2020-29453: Atlassian Jira Path Traversal Flaw

CVE-2020-29453 is a path traversal vulnerability in Atlassian Jira Server and Data Center that allows unauthenticated attackers to read sensitive files. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-29453 Overview

CVE-2020-29453 is a path traversal vulnerability affecting Atlassian Jira Server and Jira Data Center. The CachingResourceDownloadRewriteRule class contains an incorrect path access check that allows unauthenticated remote attackers to read arbitrary files within the WEB-INF and META-INF directories. This vulnerability enables unauthorized access to sensitive configuration files and application metadata without requiring any authentication.

Critical Impact

Unauthenticated attackers can exploit this path traversal flaw to access sensitive configuration files, potentially exposing database credentials, API keys, and other critical application settings stored in Jira's internal directories.

Affected Products

  • Atlassian Jira Server versions before 8.5.11
  • Atlassian Jira Server and Data Center versions 8.6.0 to before 8.13.3
  • Atlassian Jira Server and Data Center versions 8.14.0 to before 8.15.0

Discovery Timeline

  • 2021-02-22 - CVE CVE-2020-29453 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-29453

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a weakness that allows attackers to bypass access controls by manipulating file paths. The flaw resides in the CachingResourceDownloadRewriteRule class, which is responsible for handling resource download requests within Jira. Due to improper validation of user-supplied path input, attackers can craft malicious requests that traverse outside intended directories to access protected files within WEB-INF and META-INF folders.

The WEB-INF and META-INF directories in Java web applications typically contain critical configuration files such as web.xml, application properties, and potentially database connection strings. Unauthorized access to these files can provide attackers with valuable reconnaissance information for further attacks against the Jira installation or connected systems.

Root Cause

The root cause of this vulnerability is an incorrect path access check implementation within the CachingResourceDownloadRewriteRule class. The class fails to properly sanitize and validate file path inputs before processing resource download requests. This inadequate input validation allows specially crafted path sequences to bypass the intended access restrictions, enabling directory traversal attacks that reach protected application directories.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a vulnerable Jira instance. The malicious request manipulates the file path parameter to traverse directories and access files within the restricted WEB-INF and META-INF directories. Since no authentication is required, any remote attacker with network access to the Jira server can potentially exploit this vulnerability to extract sensitive configuration data.

The exploitation involves crafting URL paths that include directory traversal sequences designed to bypass the flawed access check in the CachingResourceDownloadRewriteRule class. When the vulnerable component processes these requests, it inadvertently serves files from protected directories to the attacker. For detailed technical information, refer to the Atlassian security advisory JRASERVER-72014.

Detection Methods for CVE-2020-29453

Indicators of Compromise

  • Unusual HTTP requests containing path traversal patterns targeting Jira resource endpoints
  • Access log entries showing requests attempting to reach WEB-INF or META-INF directories
  • Repeated requests from single IP addresses probing for sensitive configuration files
  • Web server logs indicating successful retrieval of files like web.xml or application property files

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP requests
  • Configure intrusion detection systems (IDS) to alert on requests containing ../, WEB-INF, or META-INF traversal attempts
  • Enable detailed access logging on Jira instances and monitor for suspicious request patterns
  • Deploy SentinelOne Singularity to detect exploitation attempts and anomalous file access behavior

Monitoring Recommendations

  • Review Jira access logs regularly for requests targeting resource download endpoints with unusual path parameters
  • Establish baseline behavior for Jira resource requests and alert on deviations
  • Monitor network traffic for outbound connections following potential data exfiltration attempts
  • Implement file integrity monitoring on Jira configuration directories to detect unauthorized access

How to Mitigate CVE-2020-29453

Immediate Actions Required

  • Upgrade Atlassian Jira Server to version 8.5.11 or later for the 8.5.x branch
  • Upgrade Atlassian Jira Server and Data Center to version 8.13.3 or later for the 8.6.x through 8.13.x branches
  • Upgrade Atlassian Jira Server and Data Center to version 8.15.0 or later for the 8.14.x branch
  • Implement network segmentation to limit access to Jira instances from untrusted networks

Patch Information

Atlassian has released security patches addressing this vulnerability in Jira Server and Data Center. Organizations should upgrade to the following fixed versions based on their current installation:

  • Version 8.5.11 or later for systems on the 8.5.x release branch
  • Version 8.13.3 or later for systems on versions 8.6.0 through 8.13.2
  • Version 8.15.0 or later for systems on versions 8.14.0 through 8.14.x

For complete patch details and upgrade instructions, refer to the Atlassian Jira Issue JRASERVER-72014.

Workarounds

  • Deploy a web application firewall (WAF) with rules to block path traversal attempts targeting Jira resource endpoints
  • Restrict network access to Jira instances using firewall rules to limit exposure to trusted networks only
  • Implement reverse proxy configurations that sanitize incoming requests and block directory traversal patterns
  • Enable additional authentication layers such as VPN requirements for accessing Jira servers
bash
# Example: Block path traversal patterns in Apache reverse proxy
# Add to Apache configuration for Jira reverse proxy
RewriteEngine On
RewriteCond %{REQUEST_URI} (\.\./)|(WEB-INF)|(META-INF) [NC]
RewriteRule .* - [F,L]

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability75.13%

  • 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
  • CWE References
  • CWE-22
  • Vendor Resources
  • Atlassian Jira Issue JRASERVER-72014
  • Related CVEs
  • CVE-2026-27826: MCP Atlassian SSRF Vulnerability

  • CVE-2021-43947: Atlassian Data Center RCE Vulnerability

  • CVE-2020-36287: Atlassian Jira Information Disclosure 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