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

CVE-2020-14181: Atlassian Jira User Enumeration Flaw

CVE-2020-14181 is an information disclosure vulnerability in Atlassian Jira Server and Data Center allowing unauthenticated attackers to enumerate users. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2020-14181 Overview

CVE-2020-14181 is an Information Disclosure vulnerability affecting Atlassian Jira Server and Data Center that allows unauthenticated attackers to enumerate valid usernames through the /ViewUserHover.jspa endpoint. This vulnerability enables attackers to gather reconnaissance data about an organization's user base without requiring any authentication, potentially facilitating subsequent attacks such as credential stuffing, password spraying, or targeted phishing campaigns.

Critical Impact

Unauthenticated attackers can enumerate valid usernames from Jira Server and Data Center instances, enabling targeted credential attacks against identified users.

Affected Products

  • Atlassian Jira Server versions before 7.13.6
  • Atlassian Jira Server and Data Center versions from 8.0.0 before 8.5.7
  • Atlassian Jira Server and Data Center versions from 8.6.0 before 8.12.0

Discovery Timeline

  • September 17, 2020 - CVE-2020-14181 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-14181

Vulnerability Analysis

This Information Disclosure vulnerability (CWE-200) exists in the /ViewUserHover.jspa endpoint of Atlassian Jira Server and Data Center. The endpoint is designed to display user information when hovering over usernames within the Jira interface. However, due to improper access controls, the endpoint responds differently depending on whether a queried username exists in the system, allowing unauthenticated users to determine valid usernames.

When an attacker submits requests to the vulnerable endpoint with different username values, the application's response behavior varies based on whether the user exists. This differential response enables username enumeration at scale, which is particularly concerning for organizations with publicly accessible Jira instances.

Root Cause

The root cause of this vulnerability is insufficient access control validation on the /ViewUserHover.jspa endpoint. The endpoint fails to properly authenticate requests before processing username queries, and it does not implement consistent response handling that would prevent enumeration attacks. The application reveals the existence of user accounts through identifiable differences in response content or behavior.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability remotely by sending HTTP requests to the vulnerable endpoint with target usernames as parameters. The attack can be automated to enumerate large numbers of potential usernames rapidly.

The exploitation process involves:

  1. Identifying a publicly accessible Jira Server or Data Center instance
  2. Crafting HTTP GET requests to the /ViewUserHover.jspa endpoint with username parameters
  3. Analyzing response differences to determine which usernames are valid
  4. Compiling a list of valid usernames for use in subsequent attacks

The vulnerability requires no special privileges and can be exploited from any network location with access to the Jira instance. Successful enumeration provides attackers with valuable intelligence for conducting password spraying attacks, targeted phishing campaigns, or social engineering attempts against identified users.

Detection Methods for CVE-2020-14181

Indicators of Compromise

  • Unusual volume of HTTP requests to the /ViewUserHover.jspa endpoint from a single source
  • Sequential or scripted requests containing different username parameters
  • Access logs showing repeated queries to the vulnerable endpoint with varied username parameters
  • Requests originating from known malicious IP addresses or anonymizing networks

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block bulk enumeration attempts targeting /ViewUserHover.jspa
  • Configure rate limiting on authentication-related endpoints to slow enumeration attacks
  • Deploy anomaly detection to identify unusual patterns of requests to user lookup endpoints
  • Monitor for reconnaissance activity that may precede credential-based attacks

Monitoring Recommendations

  • Enable detailed access logging for all requests to Jira Server/Data Center instances
  • Alert on sudden spikes in requests to the /ViewUserHover.jspa endpoint
  • Track and correlate enumeration attempts with subsequent authentication failures
  • Review access logs regularly for patterns consistent with automated enumeration tools

How to Mitigate CVE-2020-14181

Immediate Actions Required

  • Upgrade Atlassian Jira Server and Data Center to patched versions immediately
  • Restrict network access to Jira instances to authorized users and networks where possible
  • Implement web application firewall rules to block suspicious enumeration patterns
  • Review access logs for evidence of prior exploitation attempts

Patch Information

Atlassian has released security patches to address this vulnerability. Organizations should upgrade to the following versions or later:

  • Version 7.13.6 or later for the 7.x branch
  • Version 8.5.7 or later for versions 8.0.0 through 8.5.x
  • Version 8.12.0 or later for versions 8.6.0 and above

For complete patch details and download links, refer to the Atlassian JIRA Bug Report. Additional technical details about the vulnerability are available in the Packet Storm Security Report.

Workarounds

  • Implement network-level access controls to restrict access to Jira instances from untrusted networks
  • Configure reverse proxy or WAF rules to block or rate-limit requests to the /ViewUserHover.jspa endpoint
  • Consider implementing VPN requirements for accessing Jira instances until patches can be applied
  • Enable additional authentication mechanisms such as multi-factor authentication to mitigate the risk of credential attacks following enumeration
bash
# Example: Block enumeration attempts using iptables rate limiting
# Limit connections to Jira port from single IP to 10 per minute
iptables -A INPUT -p tcp --dport 8080 -m recent --name JIRA_ENUM --set
iptables -A INPUT -p tcp --dport 8080 -m recent --name JIRA_ENUM --update --seconds 60 --hitcount 10 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAtlassian Jira

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability93.25%

  • 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-200
  • Technical References
  • Packet Storm Security Report
  • Vendor Resources
  • Atlassian JIRA Bug Report
  • Related CVEs
  • CVE-2024-21685: Jira Data Center Information Disclosure

  • CVE-2021-26069: Atlassian Jira Information Disclosure

  • CVE-2020-36289: Atlassian Jira Data Center Disclosure Flaw

  • CVE-2020-14179: Jira Data Center Info Disclosure Flaw
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