CVE-2026-21569
Atlassian Crowd vulnerability analysis and mitigation

Overview

CVE-2026-21569 is a High-severity XML External Entity (XXE) Injection vulnerability in Atlassian Crowd Data Center and Server, introduced in version 7.1.0. It carries a CVSS v3.0 base score of 7.9 (High) and affects versions 7.1.0 through 7.1.2. The vulnerability was disclosed on January 20, 2026, as part of Atlassian's monthly Security Bulletin, and was reported through Atlassian's internal security program (Atlassian Bulletin, Red Hat CVE).

Technical details

The vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference), a class of flaw where an XML parser processes external entity references embedded in user-supplied XML input. An authenticated attacker with high privileges can craft malicious XML payloads that cause the Crowd server to resolve external entities, enabling access to local files on the server or triggering server-side requests to remote resources. The attack vector is network-based, requires high privileges and high attack complexity, but no user interaction, and has a changed scope — meaning the impact can extend beyond the vulnerable component itself (Atlassian Bulletin, Red Hat CVE).

Impact

Successful exploitation results in high confidentiality impact (e.g., reading sensitive local files such as configuration files, credentials, or private keys), low integrity impact, and high availability impact (potential denial of service through resource exhaustion or entity expansion attacks). Because the scope is changed, the impact can extend to resources outside the Crowd application itself, including the underlying host system. Attackers could leverage file disclosure to facilitate lateral movement within the environment (Atlassian Bulletin, Red Hat CVE).

Exploitation steps

  1. Reconnaissance: Identify Atlassian Crowd Data Center or Server instances running versions 7.1.0 through 7.1.2 using network scanning tools or Shodan/Censys queries targeting Crowd's default port (8095).
  2. Authentication: Obtain valid administrative credentials for the Crowd instance through credential theft, phishing, or reuse of compromised credentials.
  3. Craft malicious XML payload: Construct an XML document containing an external entity declaration pointing to a target local file (e.g., file:///etc/passwd) or a remote URL:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [
  <!ENTITY xxe SYSTEM "file:///etc/passwd">
]>
<root>&xxe;</root>
  1. Submit payload: Send the crafted XML to a Crowd API endpoint or administrative interface that processes XML input, using authenticated HTTP requests.
  2. Retrieve exfiltrated data: Observe the server's response for the contents of the referenced file, or use out-of-band techniques (e.g., DNS/HTTP callbacks to an attacker-controlled server) if direct response reflection is not available.
  3. Escalate: Use disclosed credentials or configuration data to pivot to other systems in the environment (Atlassian Bulletin).

Indicators of compromise

  • Network: Unusual outbound HTTP or DNS requests from the Crowd server to external or internal IP addresses not associated with normal Crowd operations; requests to internal services (e.g., http://169.254.169.254/ for cloud metadata) originating from the Crowd process.
  • Logs: Crowd application logs showing XML parsing errors or unexpected entity resolution attempts; access logs with authenticated POST requests to XML-processing endpoints containing DOCTYPE or ENTITY keywords in the body.
  • File System: Unexpected access to sensitive files (e.g., /etc/passwd, /etc/shadow, Crowd configuration files) reflected in OS-level audit logs (e.g., auditd on Linux).
  • Process: Unusual network connections initiated by the Crowd Java process to internal hosts or external IPs not part of normal Crowd directory synchronization traffic.

Mitigation and workarounds

Atlassian recommends upgrading Crowd Data Center and Server to version 7.1.3 or later, which contains the fix for this vulnerability (Atlassian Bulletin). If immediate patching is not feasible, organizations should restrict network access to Crowd instances (e.g., via firewall rules) and limit administrative account access to trusted users and IP ranges only. Crowd release notes and the latest downloads are available at the Atlassian download center.

Community reactions

The vulnerability was covered in Atlassian's January 20, 2026 Security Bulletin alongside 30 other high-severity and 2 critical-severity vulnerabilities. Security news outlets including The Hacker Wire and community aggregators such as Hawk-Eye's Weekly Threat Landscape Digest noted the disclosure. No significant independent researcher commentary or major media coverage specific to this CVE has been identified, consistent with its limited exploitability due to the authentication requirement (Atlassian Bulletin).

Additional resources


SourceThis report was generated using AI

Related Atlassian Crowd vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2022-43782CRITICAL9.8
  • Atlassian Crowd logoAtlassian Crowd
  • cpe:2.3:a:atlassian:crowd
NoYesNov 17, 2022
CVE-2022-26136CRITICAL9.8
  • Bamboo logoBamboo
  • cpe:2.3:a:atlassian:jira
NoYesJul 20, 2022
CVE-2023-22521HIGH8.8
  • Atlassian Crowd logoAtlassian Crowd
  • cpe:2.3:a:atlassian:crowd
NoYesNov 21, 2023
CVE-2022-26137HIGH8.8
  • Bamboo logoBamboo
  • crucible
NoYesJul 20, 2022
CVE-2026-21569HIGH7.9
  • Atlassian Crowd logoAtlassian Crowd
  • cpe:2.3:a:atlassian:crowd
NoYesJan 28, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management